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