HEX: #585247
RGB: (88,82,71)
#585247 contains red, green and blue colors in about the same proportion. Web safe color of #585247 is #666633 (or #663).
#585247 color RGB value is (88,82,71).
RGB: (88,82,71)
(35%, 32%, 28%)
R 88 of 255 = 35%
G 82 of 255 = 32%
B 71 of 255 = 28%
R + G + B ~ 32%. #585247 is quite dark color.
R + G + B = 88 + 82 + 71 = 241 (100%)
R 88 of 241 ~ 36.51%
G 82 of 241 ~ 34.02%
B 71 of 241 ~ 29.46'%
#585247 color CMYK value is (0,7,19,65).
CMYK: (0,7,19,65)
C0M7Y19K65 (0%, 7%, 19%, 65%)
(0.00 / 0.07 / 0.19 / 0.65)
Color #585247 in popluar color models
58 | 52 | 47 | |
---|---|---|---|
RGB | 88 | 82 | 71 |
HSL | 39° | 10.69% | 31.18% |
HSB/HSV | 39° | 19.32% | 34.51% |
CMYK | 0.00% | 6.82% | 19.32% |
65.49% |
Color #585247 in popluar number systems.
HEX | 58 | 52 | 47 |
Decimal | 88 | 82 | 71 |
Binary | 1011000 | 1010010 | 1000111 |
Octal | 130 | 122 | 107 |
Shades of #585247
Tints of #585247
Examples of css and html codes for elements with #585247 color. Also use rgb(88,82,71) instead hex code.
.myTextColor { color: #585247; }
<p style="color:#585247">This sample text font color is #585247.</p>
This text font color is #585247.
.myBgColor { background-color: #585247; }
<div style="background-color:#585247">Inner text</div>
This div background color is #585247.
.myBorderColor { border: 1px solid #585247; }
<div style="border:3px solid #585247">Div</div>
This div border color is #585247.
.myOpacity80 { color: #585247; opacity: 0.8; }
<p style="color:#585247;opacity:0.8;">80%</p>
Text with #585247 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585247;}
<p style="text-shadow: 3px 3px 1px #585247">Text here.</p>
This text has shadow with #585247 color.
.textShadow {text-shadow: 3px 3px 1px #585247', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585247, 5px 5px 20px red">Text here.</p>
This text has shadow with #585247 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585247, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585247, Direction=45, Strength=4)">Text</p>
This text has shadow with #585247 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #585247;
-webkit-box-shadow: 1px 1px 3px 2px #585247;
box-shadow: 1px 1px 3px 2px #585247;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585247; -webkit-box-shadow: 1px 1px 3px 2px #585247; box-shadow:1px 1px 3px 2px #585247;">
Div content here
</div>
This text has color #585247 on black background.
This text has color #585247 on white background.
This text has black color on #585247 background.
This text has white color on #585247 background.
Complementary color for #hex is #A7ADB8.