HEX: #585819
RGB: (88,88,25)
#585819 contains mainly red and green colors. Web safe color of #585819 is #666600 (or #660).
#585819 color RGB value is (88,88,25).
RGB: (88,88,25) (35%,35%,10%)
R 88 of 255 = 35%
G 88 of 255 = 35%
B 25 of 255 = 10%
R + G + B ~ 27%. #585819 is quite dark color.
R + G + B =
88 + 88 + 25 = 201 (100%)
R 88 of 201 ~ 43.78%
G 88 of 201 ~ 43.78%
B 25 of 201 ~ 12.44%
#585819 color CMYK value is (0,0,72,65).
CMYK: (0,0,72,65) C0M0Y72K65 (0%,0%,72%,65%) (0.00/0.00/0.72/0.65)
58 | 58 | 19 | |
---|---|---|---|
RGB | 88 | 88 | 25 |
HSL | 60° | 55.75% | 22.16% |
HSB/HSV | 60° | 71.59% | 34.51% |
CMYK | 0.00% | 0.00% | 71.59% |
65.49% |
HEX | 58 | 58 | 19 |
Decimal | 88 | 88 | 25 |
Binary | 1011000 | 1011000 | 11001 |
Octal | 130 | 130 | 31 |
Examples of css and html codes for elements with #585819 color. Also use rgb(88,88,25) instead hex code.
.myTextColor { color: #585819; }
<p style="color:#585819">This sample text font color is #585819.</p>
This text font color is #585819.
.myBgColor { background-color: #585819; }
<div style="background-color:#585819">Inner text</div>
This div background color is #585819.
.myBorderColor { border: 1px solid #585819; }
<div style="border:3px solid #585819">Div</div>
This div border color is #585819.
.myOpacity80 { color: #585819; opacity: 0.8; }
<p style="color:#585819;opacity:0.8;">80%</p>
Text with #585819 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585819;}
<p style="text-shadow: 3px 3px 1px #585819">Text here.</p>
This text has shadow with #585819 color.
.textShadow {text-shadow: 3px 3px 1px #585819, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585819, 5px 5px 20px red">Text here.</p>
This text has shadow with #585819 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585819, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585819, Direction=45, Strength=4)">Text</p>
This text has shadow with #585819 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585819; -webkit-box-shadow: 1px 1px 3px 2px #585819; box-shadow: 1px 1px 3px 2px #585819; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #585819; -webkit-box-shadow: 1px 1px 3px 2px #585819; box-shadow:1px 1px 3px 2px #585819;">
Div content here</div>
This text has color #585819 on black background.
This text has color #585819 on white background.
This text has black color on #585819 background.
This text has white color on #585819 background.