Gradient Dark Goldenrod

Gradient and text preview:

This paragraph uses color with hex code 9A6800. Color of text is in garmony with gradient primary color B8860B.

Stat info: Views 525 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #B8860B 184.134.11
Secondary color #A97700 169.119.0
Border color #9A6800 154.104.0
Box shadow color #C7951A 199.149.26
Text color 1234567890 #9A6800 154.104.0

CSS3 styles:

background: #B8860B;
color: #9A6800;
background: linear-gradient(to bottom, #B8860B 0%, #A97700 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #B8860B), color-stop(100%, #A97700));
background: -webkit-linear-gradient(top, #B8860B 0%, #A97700 100%);
background: -moz-linear-gradient(top, #B8860B 0%, #A97700 100%);
background: -o-linear-gradient(top, #B8860B 0%, #A97700 100%);
background: -ms-linear-gradient(top, #B8860B 0%, #A97700 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B8860B', endColorstr='#A97700', GradientType=0);
border: 1px solid #9A6800;
text-shadow: 0 1px 0 #C7951A;
-webkit-text-shadow: 0 1px 0 #C7951A;
-moz-text-shadow: 0 1px 0 #C7951A;
box-shadow: inset 0 1px 0 #C7951A;
-webkit-box-shadow: inset 0 1px 0 #C7951A;
-moz-box-shadow: inset 0 1px 0 #C7951A;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.