HEX: #708589
RGB: (112,133,137)
#708589 contains red, green and blue colors in about the same proportion. Web safe color of #708589 is #669999 (or #699).
#708589 color RGB value is (112,133,137).
RGB: (112,133,137)
(44%, 52%, 54%)
R 112 of 255 = 44%
G 133 of 255 = 52%
B 137 of 255 = 54%
R + G + B ~ 50%. #708589 is middle color (not dark and not light).
R + G + B = 112 + 133 + 137 = 382 (100%)
R 112 of 382 ~ 29.32%
G 133 of 382 ~ 34.82%
B 137 of 382 ~ 35.86'%
#708589 color CMYK value is (18,3,0,46).
CMYK: (18,3,0,46) C18M3Y0K46 (18%,3%,0%,46%) (0.18/0.03/0.00/0.46)
Color #708589 in popluar color models
70 | 85 | 89 | |
---|---|---|---|
RGB | 112 | 133 | 137 |
HSL | 190° | 10.04% | 48.82% |
HSB/HSV | 190° | 18.25% | 53.73% |
CMYK | 18.25% | 2.92% | 0.00% |
46.27% |
Color #708589 in popluar number systems.
HEX | 70 | 85 | 89 |
Decimal | 112 | 133 | 137 |
Binary | 1110000 | 10000101 | 10001001 |
Octal | 160 | 205 | 211 |
Shades of #708589
Tints of #708589
Examples of css and html codes for elements with #708589 color. Also use rgb(112,133,137) instead hex code.
.myTextColor { color: #708589; }
<p style="color:#708589">This sample text font color is #708589.</p>
This text font color is #708589.
.myBgColor { background-color: #708589; }
<div style="background-color:#708589">Inner text</div>
This div background color is #708589.
.myBorderColor { border: 1px solid #708589; }
<div style="border:3px solid #708589">Div</div>
This div border color is #708589.
.myOpacity80 { color: #708589; opacity: 0.8; }
<p style="color:#708589;opacity:0.8;">80%</p>
Text with #708589 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #708589;}
<p style="text-shadow: 3px 3px 1px #708589">Text here.</p>
This text has shadow with #708589 color.
.textShadow {text-shadow: 3px 3px 1px #708589', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #708589, 5px 5px 20px red">Text here.</p>
This text has shadow with #708589 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#708589, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#708589, Direction=45, Strength=4)">Text</p>
This text has shadow with #708589 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #708589;
-webkit-box-shadow: 1px 1px 3px 2px #708589;
box-shadow: 1px 1px 3px 2px #708589;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #708589; -webkit-box-shadow: 1px 1px 3px 2px #708589; box-shadow:1px 1px 3px 2px #708589;">
Div content here
</div>
This text has color #708589 on black background.
This text has color #708589 on white background.
This text has black color on #708589 background.
This text has white color on #708589 background.
Complementary color for #hex is #8F7A76.