HEX: #587D80
RGB: (88,125,128)
#587D80 contains red, green and blue colors in about the same proportion. Web safe color of #587D80 is #666666 (or #666).
#587D80 color RGB value is (88,125,128).
RGB: (88,125,128)
(35%, 49%, 50%)
R 88 of 255 = 35%
G 125 of 255 = 49%
B 128 of 255 = 50%
R + G + B ~ 45%. #587D80 is middle color (not dark and not light).
R + G + B = 88 + 125 + 128 = 341 (100%)
R 88 of 341 ~ 25.81%
G 125 of 341 ~ 36.66%
B 128 of 341 ~ 37.54'%
#587D80 color CMYK value is (31,2,0,50).
CMYK: (31,2,0,50) C31M2Y0K50 (31%,2%,0%,50%) (0.31/0.02/0.00/0.50)
Color #587D80 in popluar color models
58 | 7D | 80 | |
---|---|---|---|
RGB | 88 | 125 | 128 |
HSL | 185° | 18.52% | 42.35% |
HSB/HSV | 185° | 31.25% | 50.20% |
CMYK | 31.25% | 2.34% | 0.00% |
49.80% |
Color #587D80 in popluar number systems.
HEX | 58 | 7D | 80 |
Decimal | 88 | 125 | 128 |
Binary | 1011000 | 1111101 | 10000000 |
Octal | 130 | 175 | 200 |
Shades of #587D80
Tints of #587D80
Examples of css and html codes for elements with #587D80 color. Also use rgb(88,125,128) instead hex code.
.myTextColor { color: #587D80; }
<p style="color:#587D80">This sample text font color is #587D80.</p>
This text font color is #587D80.
.myBgColor { background-color: #587D80; }
<div style="background-color:#587D80">Inner text</div>
This div background color is #587D80.
.myBorderColor { border: 1px solid #587D80; }
<div style="border:3px solid #587D80">Div</div>
This div border color is #587D80.
.myOpacity80 { color: #587D80; opacity: 0.8; }
<p style="color:#587D80;opacity:0.8;">80%</p>
Text with #587D80 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #587D80;}
<p style="text-shadow: 3px 3px 1px #587D80">Text here.</p>
This text has shadow with #587D80 color.
.textShadow {text-shadow: 3px 3px 1px #587D80', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #587D80, 5px 5px 20px red">Text here.</p>
This text has shadow with #587D80 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#587D80, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#587D80, Direction=45, Strength=4)">Text</p>
This text has shadow with #587D80 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #587D80;
-webkit-box-shadow: 1px 1px 3px 2px #587D80;
box-shadow: 1px 1px 3px 2px #587D80;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #587D80; -webkit-box-shadow: 1px 1px 3px 2px #587D80; box-shadow:1px 1px 3px 2px #587D80;">
Div content here
</div>
This text has color #587D80 on black background.
This text has color #587D80 on white background.
This text has black color on #587D80 background.
This text has white color on #587D80 background.
Complementary color for #hex is #A7827F.