HEX: #588057
RGB: (88,128,87)
#588057 contains red, green and blue colors in about the same proportion. Web safe color of #588057 is #666666 (or #666).
#588057 color RGB value is (88,128,87).
RGB: (88,128,87) (35%,50%,34%)
R 88 of 255 = 35%
G 128 of 255 = 50%
B 87 of 255 = 34%
R + G + B ~ 40%. #588057 is middle color (not dark and not light).
R + G + B =
88 + 128 + 87 = 303 (100%)
R 88 of 303 ~ 29.04%
G 128 of 303 ~ 42.24%
B 87 of 303 ~ 28.71%
#588057 color CMYK value is (31,0,32,50).
CMYK: (31,0,32,50) C31M0Y32K50 (31%,0%,32%,50%) (0.31/0.00/0.32/0.50)
58 | 80 | 57 | |
---|---|---|---|
RGB | 88 | 128 | 87 |
HSL | 119° | 19.07% | 42.16% |
HSB/HSV | 119° | 32.03% | 50.20% |
CMYK | 31.25% | 0.00% | 32.03% |
49.80% |
HEX | 58 | 80 | 57 |
Decimal | 88 | 128 | 87 |
Binary | 1011000 | 10000000 | 1010111 |
Octal | 130 | 200 | 127 |
Examples of css and html codes for elements with #588057 color. Also use rgb(88,128,87) instead hex code.
.myTextColor { color: #588057; }
<p style="color:#588057">This sample text font color is #588057.</p>
This text font color is #588057.
.myBgColor { background-color: #588057; }
<div style="background-color:#588057">Inner text</div>
This div background color is #588057.
.myBorderColor { border: 1px solid #588057; }
<div style="border:3px solid #588057">Div</div>
This div border color is #588057.
.myOpacity80 { color: #588057; opacity: 0.8; }
<p style="color:#588057;opacity:0.8;">80%</p>
Text with #588057 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588057;}
<p style="text-shadow: 3px 3px 1px #588057">Text here.</p>
This text has shadow with #588057 color.
.textShadow {text-shadow: 3px 3px 1px #588057, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588057, 5px 5px 20px red">Text here.</p>
This text has shadow with #588057 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588057, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588057, Direction=45, Strength=4)">Text</p>
This text has shadow with #588057 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #588057; -webkit-box-shadow: 1px 1px 3px 2px #588057; box-shadow: 1px 1px 3px 2px #588057; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #588057; -webkit-box-shadow: 1px 1px 3px 2px #588057; box-shadow:1px 1px 3px 2px #588057;">
Div content here</div>
This text has color #588057 on black background.
This text has color #588057 on white background.
This text has black color on #588057 background.
This text has white color on #588057 background.