HEX: #585323
RGB: (88,83,35)
#585323 contains red, green and blue colors in about the same proportion. Web safe color of #585323 is #666633 (or #663).
#585323 color RGB value is (88,83,35).
RGB: (88,83,35) (35%,33%,14%)
R 88 of 255 = 35%
G 83 of 255 = 33%
B 35 of 255 = 14%
R + G + B ~ 27%. #585323 is quite dark color.
R + G + B =
88 + 83 + 35 = 206 (100%)
R 88 of 206 ~ 42.72%
G 83 of 206 ~ 40.29%
B 35 of 206 ~ 16.99%
#585323 color CMYK value is (0,6,60,65).
CMYK: (0,6,60,65) C0M6Y60K65 (0%,6%,60%,65%) (0.00/0.06/0.60/0.65)
58 | 53 | 23 | |
---|---|---|---|
RGB | 88 | 83 | 35 |
HSL | 54° | 43.09% | 24.12% |
HSB/HSV | 54° | 60.23% | 34.51% |
CMYK | 0.00% | 5.68% | 60.23% |
65.49% |
HEX | 58 | 53 | 23 |
Decimal | 88 | 83 | 35 |
Binary | 1011000 | 1010011 | 100011 |
Octal | 130 | 123 | 43 |
Examples of css and html codes for elements with #585323 color. Also use rgb(88,83,35) instead hex code.
.myTextColor { color: #585323; }
<p style="color:#585323">This sample text font color is #585323.</p>
This text font color is #585323.
.myBgColor { background-color: #585323; }
<div style="background-color:#585323">Inner text</div>
This div background color is #585323.
.myBorderColor { border: 1px solid #585323; }
<div style="border:3px solid #585323">Div</div>
This div border color is #585323.
.myOpacity80 { color: #585323; opacity: 0.8; }
<p style="color:#585323;opacity:0.8;">80%</p>
Text with #585323 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585323;}
<p style="text-shadow: 3px 3px 1px #585323">Text here.</p>
This text has shadow with #585323 color.
.textShadow {text-shadow: 3px 3px 1px #585323, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585323, 5px 5px 20px red">Text here.</p>
This text has shadow with #585323 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585323, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585323, Direction=45, Strength=4)">Text</p>
This text has shadow with #585323 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585323; -webkit-box-shadow: 1px 1px 3px 2px #585323; box-shadow: 1px 1px 3px 2px #585323; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #585323; -webkit-box-shadow: 1px 1px 3px 2px #585323; box-shadow:1px 1px 3px 2px #585323;">
Div content here</div>
This text has color #585323 on black background.
This text has color #585323 on white background.
This text has black color on #585323 background.
This text has white color on #585323 background.