HEX: #58685D
RGB: (88,104,93)
#58685D contains red, green and blue colors in about the same proportion. Web safe color of #58685D is #666666 (or #666).
#58685D color RGB value is (88,104,93).
RGB: (88,104,93)
(35%, 41%, 36%)
R 88 of 255 = 35%
G 104 of 255 = 41%
B 93 of 255 = 36%
R + G + B ~ 37%. #58685D is quite dark color.
R + G + B = 88 + 104 + 93 = 285 (100%)
R 88 of 285 ~ 30.88%
G 104 of 285 ~ 36.49%
B 93 of 285 ~ 32.63'%
#58685D color CMYK value is (15,0,11,59).
CMYK: (15,0,11,59) C15M0Y11K59 (15%,0%,11%,59%) (0.15/0.00/0.11/0.59)
Color #58685D in popluar color models
58 | 68 | 5D | |
---|---|---|---|
RGB | 88 | 104 | 93 |
HSL | 139° | 8.33% | 37.65% |
HSB/HSV | 139° | 15.38% | 40.78% |
CMYK | 15.38% | 0.00% | 10.58% |
59.22% |
Color #58685D in popluar number systems.
HEX | 58 | 68 | 5D |
Decimal | 88 | 104 | 93 |
Binary | 1011000 | 1101000 | 1011101 |
Octal | 130 | 150 | 135 |
Shades of #58685D
Tints of #58685D
Examples of css and html codes for elements with #58685D color. Also use rgb(88,104,93) instead hex code.
.myTextColor { color: #58685D; }
<p style="color:#58685D">This sample text font color is #58685D.</p>
This text font color is #58685D.
.myBgColor { background-color: #58685D; }
<div style="background-color:#58685D">Inner text</div>
This div background color is #58685D.
.myBorderColor { border: 1px solid #58685D; }
<div style="border:3px solid #58685D">Div</div>
This div border color is #58685D.
.myOpacity80 { color: #58685D; opacity: 0.8; }
<p style="color:#58685D;opacity:0.8;">80%</p>
Text with #58685D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58685D;}
<p style="text-shadow: 3px 3px 1px #58685D">Text here.</p>
This text has shadow with #58685D color.
.textShadow {text-shadow: 3px 3px 1px #58685D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58685D, 5px 5px 20px red">Text here.</p>
This text has shadow with #58685D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58685D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58685D, Direction=45, Strength=4)">Text</p>
This text has shadow with #58685D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58685D;
-webkit-box-shadow: 1px 1px 3px 2px #58685D;
box-shadow: 1px 1px 3px 2px #58685D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58685D; -webkit-box-shadow: 1px 1px 3px 2px #58685D; box-shadow:1px 1px 3px 2px #58685D;">
Div content here
</div>
This text has color #58685D on black background.
This text has color #58685D on white background.
This text has black color on #58685D background.
This text has white color on #58685D background.
Complementary color for #hex is #A797A2.