HEX: #580913
RGB: (88,9,19)
#580913 contains mainly red color. Web safe color of #580913 is #660000 (or #600).
#580913 color RGB value is (88,9,19).
RGB: (88,9,19) (35%,4%,7%)
R 88 of 255 = 35%
G 9 of 255 = 4%
B 19 of 255 = 7%
R + G + B ~ 15%. #580913 is dark color.
R + G + B =
88 + 9 + 19 = 116 (100%)
R 88 of 116 ~ 75.86%
G 9 of 116 ~ 7.76%
B 19 of 116 ~ 16.38%
#580913 color CMYK value is (0,90,78,65).
CMYK: (0,90,78,65) C0M90Y78K65 (0%,90%,78%,65%) (0.00/0.90/0.78/0.65)
58 | 09 | 13 | |
---|---|---|---|
RGB | 88 | 9 | 19 |
HSL | 352° | 81.44% | 19.02% |
HSB/HSV | 352° | 89.77% | 34.51% |
CMYK | 0.00% | 89.77% | 78.41% |
65.49% |
HEX | 58 | 09 | 13 |
Decimal | 88 | 9 | 19 |
Binary | 1011000 | 1001 | 10011 |
Octal | 130 | 11 | 23 |
Examples of css and html codes for elements with #580913 color. Also use rgb(88,9,19) instead hex code.
.myTextColor { color: #580913; }
<p style="color:#580913">This sample text font color is #580913.</p>
This text font color is #580913.
.myBgColor { background-color: #580913; }
<div style="background-color:#580913">Inner text</div>
This div background color is #580913.
.myBorderColor { border: 1px solid #580913; }
<div style="border:3px solid #580913">Div</div>
This div border color is #580913.
.myOpacity80 { color: #580913; opacity: 0.8; }
<p style="color:#580913;opacity:0.8;">80%</p>
Text with #580913 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #580913;}
<p style="text-shadow: 3px 3px 1px #580913">Text here.</p>
This text has shadow with #580913 color.
.textShadow {text-shadow: 3px 3px 1px #580913, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #580913, 5px 5px 20px red">Text here.</p>
This text has shadow with #580913 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#580913, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#580913, Direction=45, Strength=4)">Text</p>
This text has shadow with #580913 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #580913; -webkit-box-shadow: 1px 1px 3px 2px #580913; box-shadow: 1px 1px 3px 2px #580913; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #580913; -webkit-box-shadow: 1px 1px 3px 2px #580913; box-shadow:1px 1px 3px 2px #580913;">
Div content here</div>
This text has color #580913 on black background.
This text has color #580913 on white background.
This text has black color on #580913 background.
This text has white color on #580913 background.