<div style="color: #AAAF93"></div>
.class { color: #AAAF93; }
<div style="background-color: #AAAF93"></div>
.class { background-color: #AAAF93; }
<div style="border: 2px solid #AAAF93"></div>
.class { border: 2px solid #AAAF93; }
<div style="text-shadow: 3px 3px 2px #AAAF93"></div>
.class { text-shadow: 3px 3px 2px #AAAF93; }
<div style="box-shadow: 1px 1px 3px 2px #AAAF93; -webkit-box-shadow: 1px 1px 3px 2px #AAAF93;-moz-box-shadow:1px 1px 3px 2px #AAAF93"></div>
.class { box-shadow: 1px 1px 3px 2px #AAAF93; -webkit-box-shadow: 1px 1px 3px 2px #AAAF93;-moz-box-shadow:1px 1px 3px 2px #AAAF93; }