Gradient Chocolate (Traditional)

Gradient and text preview:

This paragraph uses color with hex code 5D2100. Color of text is in garmony with gradient primary color 7B3F00.

Stat info: Views 463 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #7B3F00 123.63.0
Secondary color #6C3000 108.48.0
Border color #5D2100 93.33.0
Box shadow color #8A4E0F 138.78.15
Text color 1234567890 #5D2100 93.33.0

CSS3 styles:

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