Gradient Maroon (HTML/CSS)

Gradient and text preview:

This paragraph uses color with hex code 620000. Color of text is in garmony with gradient primary color 800000.

Stat info: Views 2046 Like 1

Used color codes:

Item Demo HEX code RGB code
Primary color #800000 128.0.0
Secondary color #710000 113.0.0
Border color #620000 98.0.0
Box shadow color #8F0F0F 143.15.15
Text color 1234567890 #620000 98.0.0

CSS3 styles:

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