HEX: #585340
RGB: (88,83,64)
#585340 contains red, green and blue colors in about the same proportion. Web safe color of #585340 is #666633 (or #663).
#585340 color RGB value is (88,83,64).
RGB: (88,83,64)
(35%, 33%, 25%)
R 88 of 255 = 35%
G 83 of 255 = 33%
B 64 of 255 = 25%
R + G + B ~ 31%. #585340 is quite dark color.
R + G + B = 88 + 83 + 64 = 235 (100%)
R 88 of 235 ~ 37.45%
G 83 of 235 ~ 35.32%
B 64 of 235 ~ 27.23'%
#585340 color CMYK value is (0,6,27,65).
CMYK: (0,6,27,65) C0M6Y27K65 (0%,6%,27%,65%) (0.00/0.06/0.27/0.65)
Color #585340 in popluar color models
58 | 53 | 40 | |
---|---|---|---|
RGB | 88 | 83 | 64 |
HSL | 48° | 15.79% | 29.80% |
HSB/HSV | 48° | 27.27% | 34.51% |
CMYK | 0.00% | 5.68% | 27.27% |
65.49% |
Color #585340 in popluar number systems.
HEX | 58 | 53 | 40 |
Decimal | 88 | 83 | 64 |
Binary | 1011000 | 1010011 | 1000000 |
Octal | 130 | 123 | 100 |
Shades of #585340
Tints of #585340
Examples of css and html codes for elements with #585340 color. Also use rgb(88,83,64) instead hex code.
.myTextColor { color: #585340; }
<p style="color:#585340">This sample text font color is #585340.</p>
This text font color is #585340.
.myBgColor { background-color: #585340; }
<div style="background-color:#585340">Inner text</div>
This div background color is #585340.
.myBorderColor { border: 1px solid #585340; }
<div style="border:3px solid #585340">Div</div>
This div border color is #585340.
.myOpacity80 { color: #585340; opacity: 0.8; }
<p style="color:#585340;opacity:0.8;">80%</p>
Text with #585340 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585340;}
<p style="text-shadow: 3px 3px 1px #585340">Text here.</p>
This text has shadow with #585340 color.
.textShadow {text-shadow: 3px 3px 1px #585340', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585340, 5px 5px 20px red">Text here.</p>
This text has shadow with #585340 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585340, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585340, Direction=45, Strength=4)">Text</p>
This text has shadow with #585340 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #585340;
-webkit-box-shadow: 1px 1px 3px 2px #585340;
box-shadow: 1px 1px 3px 2px #585340;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #585340; -webkit-box-shadow: 1px 1px 3px 2px #585340; box-shadow:1px 1px 3px 2px #585340;">
Div content here
</div>
This text has color #585340 on black background.
This text has color #585340 on white background.
This text has black color on #585340 background.
This text has white color on #585340 background.
Complementary color for #hex is #A7ACBF.