HEX: #58714F
RGB: (88,113,79)
#58714F contains red, green and blue colors in about the same proportion. Web safe color of #58714F is #666666 (or #666).
#58714F color RGB value is (88,113,79).
RGB: (88,113,79)
(35%, 44%, 31%)
R 88 of 255 = 35%
G 113 of 255 = 44%
B 79 of 255 = 31%
R + G + B ~ 37%. #58714F is quite dark color.
R + G + B = 88 + 113 + 79 = 280 (100%)
R 88 of 280 ~ 31.43%
G 113 of 280 ~ 40.36%
B 79 of 280 ~ 28.21'%
#58714F color CMYK value is (22,0,30,56).
CMYK: (22,0,30,56)
C22M0Y30K56 (22%, 0%, 30%, 56%)
(0.22 / 0.00 / 0.30 / 0.56)
Color #58714F in popluar color models
58 | 71 | 4F | |
---|---|---|---|
RGB | 88 | 113 | 79 |
HSL | 104° | 17.71% | 37.65% |
HSB/HSV | 104° | 30.09% | 44.31% |
CMYK | 22.12% | 0.00% | 30.09% |
55.69% |
Color #58714F in popluar number systems.
HEX | 58 | 71 | 4F |
Decimal | 88 | 113 | 79 |
Binary | 1011000 | 1110001 | 1001111 |
Octal | 130 | 161 | 117 |
Shades of #58714F
Tints of #58714F
Examples of css and html codes for elements with #58714F color. Also use rgb(88,113,79) instead hex code.
.myTextColor { color: #58714F; }
<p style="color:#58714F">This sample text font color is #58714F.</p>
This text font color is #58714F.
.myBgColor { background-color: #58714F; }
<div style="background-color:#58714F">Inner text</div>
This div background color is #58714F.
.myBorderColor { border: 1px solid #58714F; }
<div style="border:3px solid #58714F">Div</div>
This div border color is #58714F.
.myOpacity80 { color: #58714F; opacity: 0.8; }
<p style="color:#58714F;opacity:0.8;">80%</p>
Text with #58714F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58714F;}
<p style="text-shadow: 3px 3px 1px #58714F">Text here.</p>
This text has shadow with #58714F color.
.textShadow {text-shadow: 3px 3px 1px #58714F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58714F, 5px 5px 20px red">Text here.</p>
This text has shadow with #58714F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58714F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58714F, Direction=45, Strength=4)">Text</p>
This text has shadow with #58714F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58714F;
-webkit-box-shadow: 1px 1px 3px 2px #58714F;
box-shadow: 1px 1px 3px 2px #58714F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58714F; -webkit-box-shadow: 1px 1px 3px 2px #58714F; box-shadow:1px 1px 3px 2px #58714F;">
Div content here
</div>
This text has color #58714F on black background.
This text has color #58714F on white background.
This text has black color on #58714F background.
This text has white color on #58714F background.
Complementary color for #hex is #A78EB0.