HEX: #590514
RGB: (89,5,20)
#590514 contains mainly red color. Web safe color of #590514 is #660000 (or #600).
#590514 color RGB value is (89,5,20).
RGB: (89,5,20) (35%,2%,8%)
R 89 of 255 = 35%
G 5 of 255 = 2%
B 20 of 255 = 8%
R + G + B ~ 15%. #590514 is dark color.
R + G + B =
89 + 5 + 20 = 114 (100%)
R 89 of 114 ~ 78.07%
G 5 of 114 ~ 4.39%
B 20 of 114 ~ 17.54%
#590514 color CMYK value is (0,94,78,65).
CMYK: (0,94,78,65) C0M94Y78K65 (0%,94%,78%,65%) (0.00/0.94/0.78/0.65)
59 | 05 | 14 | |
---|---|---|---|
RGB | 89 | 5 | 20 |
HSL | 349° | 89.36% | 18.43% |
HSB/HSV | 349° | 94.38% | 34.90% |
CMYK | 0.00% | 94.38% | 77.53% |
65.10% |
HEX | 59 | 05 | 14 |
Decimal | 89 | 5 | 20 |
Binary | 1011001 | 101 | 10100 |
Octal | 131 | 5 | 24 |
Examples of css and html codes for elements with #590514 color. Also use rgb(89,5,20) instead hex code.
.myTextColor { color: #590514; }
<p style="color:#590514">This sample text font color is #590514.</p>
This text font color is #590514.
.myBgColor { background-color: #590514; }
<div style="background-color:#590514">Inner text</div>
This div background color is #590514.
.myBorderColor { border: 1px solid #590514; }
<div style="border:3px solid #590514">Div</div>
This div border color is #590514.
.myOpacity80 { color: #590514; opacity: 0.8; }
<p style="color:#590514;opacity:0.8;">80%</p>
Text with #590514 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #590514;}
<p style="text-shadow: 3px 3px 1px #590514">Text here.</p>
This text has shadow with #590514 color.
.textShadow {text-shadow: 3px 3px 1px #590514, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #590514, 5px 5px 20px red">Text here.</p>
This text has shadow with #590514 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#590514, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#590514, Direction=45, Strength=4)">Text</p>
This text has shadow with #590514 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #590514; -webkit-box-shadow: 1px 1px 3px 2px #590514; box-shadow: 1px 1px 3px 2px #590514; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #590514; -webkit-box-shadow: 1px 1px 3px 2px #590514; box-shadow:1px 1px 3px 2px #590514;">
Div content here</div>
This text has color #590514 on black background.
This text has color #590514 on white background.
This text has black color on #590514 background.
This text has white color on #590514 background.