Gradient Gamboge Orange (Brown)

Gradient and text preview:

This paragraph uses color with hex code 7B4800. Color of text is in garmony with gradient primary color 996600.

Stat info: Views 344 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #996600 153.102.0
Secondary color #8A5700 138.87.0
Border color #7B4800 123.72.0
Box shadow color #A8750F 168.117.15
Text color 1234567890 #7B4800 123.72.0

CSS3 styles:

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