HEX: #58714E
RGB: (88,113,78)
#58714E contains red, green and blue colors in about the same proportion. Web safe color of #58714E is #666666 (or #666).
#58714E color RGB value is (88,113,78).
RGB: (88,113,78) (35%,44%,31%)
R 88 of 255 = 35%
G 113 of 255 = 44%
B 78 of 255 = 31%
R + G + B ~ 37%. #58714E is quite dark color.
R + G + B =
88 + 113 + 78 = 279 (100%)
R 88 of 279 ~ 31.54%
G 113 of 279 ~ 40.5%
B 78 of 279 ~ 27.96%
#58714E color CMYK value is (22,0,31,56).
CMYK: (22,0,31,56) C22M0Y31K56 (22%,0%,31%,56%) (0.22/0.00/0.31/0.56)
58 | 71 | 4E | |
---|---|---|---|
RGB | 88 | 113 | 78 |
HSL | 103° | 18.32% | 37.45% |
HSB/HSV | 103° | 30.97% | 44.31% |
CMYK | 22.12% | 0.00% | 30.97% |
55.69% |
HEX | 58 | 71 | 4E |
Decimal | 88 | 113 | 78 |
Binary | 1011000 | 1110001 | 1001110 |
Octal | 130 | 161 | 116 |
Examples of css and html codes for elements with #58714E color. Also use rgb(88,113,78) instead hex code.
.myTextColor { color: #58714E; }
<p style="color:#58714E">This sample text font color is #58714E.</p>
This text font color is #58714E.
.myBgColor { background-color: #58714E; }
<div style="background-color:#58714E">Inner text</div>
This div background color is #58714E.
.myBorderColor { border: 1px solid #58714E; }
<div style="border:3px solid #58714E">Div</div>
This div border color is #58714E.
.myOpacity80 { color: #58714E; opacity: 0.8; }
<p style="color:#58714E;opacity:0.8;">80%</p>
Text with #58714E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58714E;}
<p style="text-shadow: 3px 3px 1px #58714E">Text here.</p>
This text has shadow with #58714E color.
.textShadow {text-shadow: 3px 3px 1px #58714E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58714E, 5px 5px 20px red">Text here.</p>
This text has shadow with #58714E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58714E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58714E, Direction=45, Strength=4)">Text</p>
This text has shadow with #58714E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #58714E; -webkit-box-shadow: 1px 1px 3px 2px #58714E; box-shadow: 1px 1px 3px 2px #58714E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #58714E; -webkit-box-shadow: 1px 1px 3px 2px #58714E; box-shadow:1px 1px 3px 2px #58714E;">
Div content here</div>
This text has color #58714E on black background.
This text has color #58714E on white background.
This text has black color on #58714E background.
This text has white color on #58714E background.