HEX: #587361
RGB: (88,115,97)
#587361 contains red, green and blue colors in about the same proportion. Web safe color of #587361 is #666666 (or #666).
#587361 color RGB value is (88,115,97).
RGB: (88,115,97) (35%,45%,38%)
R 88 of 255 = 35%
G 115 of 255 = 45%
B 97 of 255 = 38%
R + G + B ~ 39%. #587361 is quite dark color.
R + G + B =
88 + 115 + 97 = 300 (100%)
R 88 of 300 ~ 29.33%
G 115 of 300 ~ 38.33%
B 97 of 300 ~ 32.33%
#587361 color CMYK value is (23,0,16,55).
CMYK: (23,0,16,55) C23M0Y16K55 (23%,0%,16%,55%) (0.23/0.00/0.16/0.55)
58 | 73 | 61 | |
---|---|---|---|
RGB | 88 | 115 | 97 |
HSL | 140° | 13.30% | 39.80% |
HSB/HSV | 140° | 23.48% | 45.10% |
CMYK | 23.48% | 0.00% | 15.65% |
54.90% |
HEX | 58 | 73 | 61 |
Decimal | 88 | 115 | 97 |
Binary | 1011000 | 1110011 | 1100001 |
Octal | 130 | 163 | 141 |
Examples of css and html codes for elements with #587361 color. Also use rgb(88,115,97) instead hex code.
.myTextColor { color: #587361; }
<p style="color:#587361">This sample text font color is #587361.</p>
This text font color is #587361.
.myBgColor { background-color: #587361; }
<div style="background-color:#587361">Inner text</div>
This div background color is #587361.
.myBorderColor { border: 1px solid #587361; }
<div style="border:3px solid #587361">Div</div>
This div border color is #587361.
.myOpacity80 { color: #587361; opacity: 0.8; }
<p style="color:#587361;opacity:0.8;">80%</p>
Text with #587361 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #587361;}
<p style="text-shadow: 3px 3px 1px #587361">Text here.</p>
This text has shadow with #587361 color.
.textShadow {text-shadow: 3px 3px 1px #587361, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #587361, 5px 5px 20px red">Text here.</p>
This text has shadow with #587361 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#587361, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#587361, Direction=45, Strength=4)">Text</p>
This text has shadow with #587361 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #587361; -webkit-box-shadow: 1px 1px 3px 2px #587361; box-shadow: 1px 1px 3px 2px #587361; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #587361; -webkit-box-shadow: 1px 1px 3px 2px #587361; box-shadow:1px 1px 3px 2px #587361;">
Div content here</div>
This text has color #587361 on black background.
This text has color #587361 on white background.
This text has black color on #587361 background.
This text has white color on #587361 background.