HEX: #429471
RGB: (66,148,113)
#429471 contains mainly green and blue colors. Web safe color of #429471 is #339966 (or #396).
#429471 color RGB value is (66,148,113).
RGB: (66,148,113) (26%,58%,44%)
R 66 of 255 = 26%
G 148 of 255 = 58%
B 113 of 255 = 44%
R + G + B ~ 43%. #429471 is middle color (not dark and not light).
R + G + B =
66 + 148 + 113 = 327 (100%)
R 66 of 327 ~ 20.18%
G 148 of 327 ~ 45.26%
B 113 of 327 ~ 34.56%
#429471 color CMYK value is (55,0,24,42).
CMYK: (55,0,24,42) C55M0Y24K42 (55%,0%,24%,42%) (0.55/0.00/0.24/0.42)
42 | 94 | 71 | |
---|---|---|---|
RGB | 66 | 148 | 113 |
HSL | 154° | 38.32% | 41.96% |
HSB/HSV | 154° | 55.41% | 58.04% |
CMYK | 55.41% | 0.00% | 23.65% |
41.96% |
HEX | 42 | 94 | 71 |
Decimal | 66 | 148 | 113 |
Binary | 1000010 | 10010100 | 1110001 |
Octal | 102 | 224 | 161 |
Examples of css and html codes for elements with #429471 color. Also use rgb(66,148,113) instead hex code.
.myTextColor { color: #429471; }
<p style="color:#429471">This sample text font color is #429471.</p>
This text font color is #429471.
.myBgColor { background-color: #429471; }
<div style="background-color:#429471">Inner text</div>
This div background color is #429471.
.myBorderColor { border: 1px solid #429471; }
<div style="border:3px solid #429471">Div</div>
This div border color is #429471.
.myOpacity80 { color: #429471; opacity: 0.8; }
<p style="color:#429471;opacity:0.8;">80%</p>
Text with #429471 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #429471;}
<p style="text-shadow: 3px 3px 1px #429471">Text here.</p>
This text has shadow with #429471 color.
.textShadow {text-shadow: 3px 3px 1px #429471, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #429471, 5px 5px 20px red">Text here.</p>
This text has shadow with #429471 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429471, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#429471, Direction=45, Strength=4)">Text</p>
This text has shadow with #429471 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #429471; -webkit-box-shadow: 1px 1px 3px 2px #429471; box-shadow: 1px 1px 3px 2px #429471; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #429471; -webkit-box-shadow: 1px 1px 3px 2px #429471; box-shadow:1px 1px 3px 2px #429471;">
Div content here</div>
This text has color #429471 on black background.
This text has color #429471 on white background.
This text has black color on #429471 background.
This text has white color on #429471 background.