HEX: #588749
RGB: (88,135,73)
#588749 contains mainly red and green colors. Web safe color of #588749 is #669933 (or #693).
#588749 color RGB value is (88,135,73).
RGB: (88,135,73)
(35%, 53%, 29%)
R 88 of 255 = 35%
G 135 of 255 = 53%
B 73 of 255 = 29%
R + G + B ~ 39%. #588749 is quite dark color.
R + G + B = 88 + 135 + 73 = 296 (100%)
R 88 of 296 ~ 29.73%
G 135 of 296 ~ 45.61%
B 73 of 296 ~ 24.66'%
#588749 color CMYK value is (35,0,46,47).
CMYK: (35,0,46,47) C35M0Y46K47 (35%,0%,46%,47%) (0.35/0.00/0.46/0.47)
Color #588749 in popluar color models
58 | 87 | 49 | |
---|---|---|---|
RGB | 88 | 135 | 73 |
HSL | 105° | 29.81% | 40.78% |
HSB/HSV | 105° | 45.93% | 52.94% |
CMYK | 34.81% | 0.00% | 45.93% |
47.06% |
Color #588749 in popluar number systems.
HEX | 58 | 87 | 49 |
Decimal | 88 | 135 | 73 |
Binary | 1011000 | 10000111 | 1001001 |
Octal | 130 | 207 | 111 |
Shades of #588749
Tints of #588749
Examples of css and html codes for elements with #588749 color. Also use rgb(88,135,73) instead hex code.
.myTextColor { color: #588749; }
<p style="color:#588749">This sample text font color is #588749.</p>
This text font color is #588749.
.myBgColor { background-color: #588749; }
<div style="background-color:#588749">Inner text</div>
This div background color is #588749.
.myBorderColor { border: 1px solid #588749; }
<div style="border:3px solid #588749">Div</div>
This div border color is #588749.
.myOpacity80 { color: #588749; opacity: 0.8; }
<p style="color:#588749;opacity:0.8;">80%</p>
Text with #588749 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588749;}
<p style="text-shadow: 3px 3px 1px #588749">Text here.</p>
This text has shadow with #588749 color.
.textShadow {text-shadow: 3px 3px 1px #588749', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588749, 5px 5px 20px red">Text here.</p>
This text has shadow with #588749 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588749, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588749, Direction=45, Strength=4)">Text</p>
This text has shadow with #588749 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #588749;
-webkit-box-shadow: 1px 1px 3px 2px #588749;
box-shadow: 1px 1px 3px 2px #588749;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #588749; -webkit-box-shadow: 1px 1px 3px 2px #588749; box-shadow:1px 1px 3px 2px #588749;">
Div content here
</div>
This text has color #588749 on black background.
This text has color #588749 on white background.
This text has black color on #588749 background.
This text has white color on #588749 background.
Complementary color for #hex is #A778B6.