HEX: #709386
RGB: (112,147,134)
#709386 contains red, green and blue colors in about the same proportion. Web safe color of #709386 is #669999 (or #699).
#709386 color RGB value is (112,147,134).
RGB: (112,147,134)
(44%, 58%, 53%)
R 112 of 255 = 44%
G 147 of 255 = 58%
B 134 of 255 = 53%
R + G + B ~ 52%. #709386 is middle color (not dark and not light).
R + G + B = 112 + 147 + 134 = 393 (100%)
R 112 of 393 ~ 28.5%
G 147 of 393 ~ 37.4%
B 134 of 393 ~ 34.1'%
#709386 color CMYK value is (24,0,9,42).
CMYK: (24,0,9,42) C24M0Y9K42 (24%,0%,9%,42%) (0.24/0.00/0.09/0.42)
Color #709386 in popluar color models
70 | 93 | 86 | |
---|---|---|---|
RGB | 112 | 147 | 134 |
HSL | 158° | 13.94% | 50.78% |
HSB/HSV | 158° | 23.81% | 57.65% |
CMYK | 23.81% | 0.00% | 8.84% |
42.35% |
Color #709386 in popluar number systems.
HEX | 70 | 93 | 86 |
Decimal | 112 | 147 | 134 |
Binary | 1110000 | 10010011 | 10000110 |
Octal | 160 | 223 | 206 |
Shades of #709386
Tints of #709386
Examples of css and html codes for elements with #709386 color. Also use rgb(112,147,134) instead hex code.
.myTextColor { color: #709386; }
<p style="color:#709386">This sample text font color is #709386.</p>
This text font color is #709386.
.myBgColor { background-color: #709386; }
<div style="background-color:#709386">Inner text</div>
This div background color is #709386.
.myBorderColor { border: 1px solid #709386; }
<div style="border:3px solid #709386">Div</div>
This div border color is #709386.
.myOpacity80 { color: #709386; opacity: 0.8; }
<p style="color:#709386;opacity:0.8;">80%</p>
Text with #709386 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #709386;}
<p style="text-shadow: 3px 3px 1px #709386">Text here.</p>
This text has shadow with #709386 color.
.textShadow {text-shadow: 3px 3px 1px #709386', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #709386, 5px 5px 20px red">Text here.</p>
This text has shadow with #709386 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#709386, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#709386, Direction=45, Strength=4)">Text</p>
This text has shadow with #709386 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #709386;
-webkit-box-shadow: 1px 1px 3px 2px #709386;
box-shadow: 1px 1px 3px 2px #709386;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #709386; -webkit-box-shadow: 1px 1px 3px 2px #709386; box-shadow:1px 1px 3px 2px #709386;">
Div content here
</div>
This text has color #709386 on black background.
This text has color #709386 on white background.
This text has black color on #709386 background.
This text has white color on #709386 background.
Complementary color for #hex is #8F6C79.