HEX: #709468
RGB: (112,148,104)
#709468 contains red, green and blue colors in about the same proportion. Web safe color of #709468 is #669966 (or #696).
#709468 color RGB value is (112,148,104).
RGB: (112,148,104)
(44%, 58%, 41%)
R 112 of 255 = 44%
G 148 of 255 = 58%
B 104 of 255 = 41%
R + G + B ~ 48%. #709468 is middle color (not dark and not light).
R + G + B = 112 + 148 + 104 = 364 (100%)
R 112 of 364 ~ 30.77%
G 148 of 364 ~ 40.66%
B 104 of 364 ~ 28.57'%
#709468 color CMYK value is (24,0,30,42).
CMYK: (24,0,30,42)
C24M0Y30K42 (24%, 0%, 30%, 42%)
(0.24 / 0.00 / 0.30 / 0.42)
Color #709468 in popluar color models
70 | 94 | 68 | |
---|---|---|---|
RGB | 112 | 148 | 104 |
HSL | 109° | 17.46% | 49.41% |
HSB/HSV | 109° | 29.73% | 58.04% |
CMYK | 24.32% | 0.00% | 29.73% |
41.96% |
Color #709468 in popluar number systems.
HEX | 70 | 94 | 68 |
Decimal | 112 | 148 | 104 |
Binary | 1110000 | 10010100 | 1101000 |
Octal | 160 | 224 | 150 |
Shades of #709468
Tints of #709468
Examples of css and html codes for elements with #709468 color. Also use rgb(112,148,104) instead hex code.
.myTextColor { color: #709468; }
<p style="color:#709468">This sample text font color is #709468.</p>
This text font color is #709468.
.myBgColor { background-color: #709468; }
<div style="background-color:#709468">Inner text</div>
This div background color is #709468.
.myBorderColor { border: 1px solid #709468; }
<div style="border:3px solid #709468">Div</div>
This div border color is #709468.
.myOpacity80 { color: #709468; opacity: 0.8; }
<p style="color:#709468;opacity:0.8;">80%</p>
Text with #709468 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #709468;}
<p style="text-shadow: 3px 3px 1px #709468">Text here.</p>
This text has shadow with #709468 color.
.textShadow {text-shadow: 3px 3px 1px #709468', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #709468, 5px 5px 20px red">Text here.</p>
This text has shadow with #709468 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#709468, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#709468, Direction=45, Strength=4)">Text</p>
This text has shadow with #709468 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #709468;
-webkit-box-shadow: 1px 1px 3px 2px #709468;
box-shadow: 1px 1px 3px 2px #709468;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #709468; -webkit-box-shadow: 1px 1px 3px 2px #709468; box-shadow:1px 1px 3px 2px #709468;">
Div content here
</div>
This text has color #709468 on black background.
This text has color #709468 on white background.
This text has black color on #709468 background.
This text has white color on #709468 background.
Complementary color for #hex is #8F6B97.