HEX: #429E70
RGB: (66,158,112)
#429E70 contains mainly green and blue colors. Web safe color of #429E70 is #339966 (or #396).
#429E70 color RGB value is (66,158,112).
RGB: (66,158,112)
(26%, 62%, 44%)
R 66 of 255 = 26%
G 158 of 255 = 62%
B 112 of 255 = 44%
R + G + B ~ 44%. #429E70 is middle color (not dark and not light).
R + G + B = 66 + 158 + 112 = 336 (100%)
R 66 of 336 ~ 19.64%
G 158 of 336 ~ 47.02%
B 112 of 336 ~ 33.33'%
#429E70 color CMYK value is (58,0,29,38).
CMYK: (58,0,29,38)
C58M0Y29K38 (58%, 0%, 29%, 38%)
(0.58 / 0.00 / 0.29 / 0.38)
Color #429E70 in popluar color models
42 | 9E | 70 | |
---|---|---|---|
RGB | 66 | 158 | 112 |
HSL | 150° | 41.07% | 43.92% |
HSB/HSV | 150° | 58.23% | 61.96% |
CMYK | 58.23% | 0.00% | 29.11% |
38.04% |
Color #429E70 in popluar number systems.
HEX | 42 | 9E | 70 |
Decimal | 66 | 158 | 112 |
Binary | 1000010 | 10011110 | 1110000 |
Octal | 102 | 236 | 160 |
Shades of #429E70
Tints of #429E70
Examples of css and html codes for elements with #429E70 color. Also use rgb(66,158,112) instead hex code.
.myTextColor { color: #429E70; }
<p style="color:#429E70">This sample text font color is #429E70.</p>
This text font color is #429E70.
.myBgColor { background-color: #429E70; }
<div style="background-color:#429E70">Inner text</div>
This div background color is #429E70.
.myBorderColor { border: 1px solid #429E70; }
<div style="border:3px solid #429E70">Div</div>
This div border color is #429E70.
.myOpacity80 { color: #429E70; opacity: 0.8; }
<p style="color:#429E70;opacity:0.8;">80%</p>
Text with #429E70 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #429E70;}
<p style="text-shadow: 3px 3px 1px #429E70">Text here.</p>
This text has shadow with #429E70 color.
.textShadow {text-shadow: 3px 3px 1px #429E70', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #429E70, 5px 5px 20px red">Text here.</p>
This text has shadow with #429E70 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429E70, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#429E70, Direction=45, Strength=4)">Text</p>
This text has shadow with #429E70 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #429E70;
-webkit-box-shadow: 1px 1px 3px 2px #429E70;
box-shadow: 1px 1px 3px 2px #429E70;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #429E70; -webkit-box-shadow: 1px 1px 3px 2px #429E70; box-shadow:1px 1px 3px 2px #429E70;">
Div content here
</div>
This text has color #429E70 on black background.
This text has color #429E70 on white background.
This text has black color on #429E70 background.
This text has white color on #429E70 background.
Complementary color for #hex is #BD618F.