HEX: #585649
RGB: (88,86,73)
#585649 contains red, green and blue colors in about the same proportion. Web safe color of #585649 is #666633 (or #663).
#585649 color RGB value is (88,86,73).
RGB: (88,86,73)
(35%, 34%, 29%)
R 88 of 255 = 35%
G 86 of 255 = 34%
B 73 of 255 = 29%
R + G + B ~ 33%. #585649 is quite dark color.
R + G + B = 88 + 86 + 73 = 247 (100%)
R 88 of 247 ~ 35.63%
G 86 of 247 ~ 34.82%
B 73 of 247 ~ 29.55'%
#585649 color CMYK value is (0,2,17,65).
CMYK: (0,2,17,65)
C0M2Y17K65 (0%, 2%, 17%, 65%)
(0.00 / 0.02 / 0.17 / 0.65)
Color #585649 in popluar color models
58 | 56 | 49 | |
---|---|---|---|
RGB | 88 | 86 | 73 |
HSL | 52° | 9.32% | 31.57% |
HSB/HSV | 52° | 17.05% | 34.51% |
CMYK | 0.00% | 2.27% | 17.05% |
65.49% |
Color #585649 in popluar number systems.
HEX | 58 | 56 | 49 |
Decimal | 88 | 86 | 73 |
Binary | 1011000 | 1010110 | 1001001 |
Octal | 130 | 126 | 111 |
Shades of #585649
Tints of #585649
Examples of css and html codes for elements with #585649 color. Also use rgb(88,86,73) instead hex code.
.myTextColor { color: #585649; }
<p style="color:#585649">This sample text font color is #585649.</p>
This text font color is #585649.
.myBgColor { background-color: #585649; }
<div style="background-color:#585649">Inner text</div>
This div background color is #585649.
.myBorderColor { border: 1px solid #585649; }
<div style="border:3px solid #585649">Div</div>
This div border color is #585649.
.myOpacity80 { color: #585649; opacity: 0.8; }
<p style="color:#585649;opacity:0.8;">80%</p>
Text with #585649 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585649;}
<p style="text-shadow: 3px 3px 1px #585649">Text here.</p>
This text has shadow with #585649 color.
.textShadow {text-shadow: 3px 3px 1px #585649', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585649, 5px 5px 20px red">Text here.</p>
This text has shadow with #585649 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585649, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585649, Direction=45, Strength=4)">Text</p>
This text has shadow with #585649 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #585649;
-webkit-box-shadow: 1px 1px 3px 2px #585649;
box-shadow: 1px 1px 3px 2px #585649;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585649; -webkit-box-shadow: 1px 1px 3px 2px #585649; box-shadow:1px 1px 3px 2px #585649;">
Div content here
</div>
This text has color #585649 on black background.
This text has color #585649 on white background.
This text has black color on #585649 background.
This text has white color on #585649 background.
Complementary color for #hex is #A7A9B6.