Gradient Red-Brown

Gradient and text preview:

This paragraph uses color with hex code 870C0C. Color of text is in garmony with gradient primary color A52A2A.

Stat info: Views 1160 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #A52A2A 165.42.42
Secondary color #961B1B 150.27.27
Border color #870C0C 135.12.12
Box shadow color #B43939 180.57.57
Text color 1234567890 #870C0C 135.12.12

CSS3 styles:

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