HEX: #588B4D
RGB: (88,139,77)
#588B4D contains mainly red and green colors. Web safe color of #588B4D is #669933 (or #693).
#588B4D color RGB value is (88,139,77).
RGB: (88,139,77)
(35%, 55%, 30%)
R 88 of 255 = 35%
G 139 of 255 = 55%
B 77 of 255 = 30%
R + G + B ~ 40%. #588B4D is middle color (not dark and not light).
R + G + B = 88 + 139 + 77 = 304 (100%)
R 88 of 304 ~ 28.95%
G 139 of 304 ~ 45.72%
B 77 of 304 ~ 25.33'%
#588B4D color CMYK value is (37,0,45,45).
CMYK: (37,0,45,45)
C37M0Y45K45 (37%, 0%, 45%, 45%)
(0.37 / 0.00 / 0.45 / 0.45)
Color #588B4D in popluar color models
58 | 8B | 4D | |
---|---|---|---|
RGB | 88 | 139 | 77 |
HSL | 109° | 28.70% | 42.35% |
HSB/HSV | 109° | 44.60% | 54.51% |
CMYK | 36.69% | 0.00% | 44.60% |
45.49% |
Color #588B4D in popluar number systems.
HEX | 58 | 8B | 4D |
Decimal | 88 | 139 | 77 |
Binary | 1011000 | 10001011 | 1001101 |
Octal | 130 | 213 | 115 |
Shades of #588B4D
Tints of #588B4D
Examples of css and html codes for elements with #588B4D color. Also use rgb(88,139,77) instead hex code.
.myTextColor { color: #588B4D; }
<p style="color:#588B4D">This sample text font color is #588B4D.</p>
This text font color is #588B4D.
.myBgColor { background-color: #588B4D; }
<div style="background-color:#588B4D">Inner text</div>
This div background color is #588B4D.
.myBorderColor { border: 1px solid #588B4D; }
<div style="border:3px solid #588B4D">Div</div>
This div border color is #588B4D.
.myOpacity80 { color: #588B4D; opacity: 0.8; }
<p style="color:#588B4D;opacity:0.8;">80%</p>
Text with #588B4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588B4D;}
<p style="text-shadow: 3px 3px 1px #588B4D">Text here.</p>
This text has shadow with #588B4D color.
.textShadow {text-shadow: 3px 3px 1px #588B4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588B4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #588B4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588B4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588B4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #588B4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #588B4D;
-webkit-box-shadow: 1px 1px 3px 2px #588B4D;
box-shadow: 1px 1px 3px 2px #588B4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #588B4D; -webkit-box-shadow: 1px 1px 3px 2px #588B4D; box-shadow:1px 1px 3px 2px #588B4D;">
Div content here
</div>
This text has color #588B4D on black background.
This text has color #588B4D on white background.
This text has black color on #588B4D background.
This text has white color on #588B4D background.
Complementary color for #hex is #A774B2.