HEX: #429355
RGB: (66,147,85)
#429355 contains mainly green color. Web safe color of #429355 is #339966 (or #396).
#429355 color RGB value is (66,147,85).
RGB: (66,147,85) (26%,58%,33%)
R 66 of 255 = 26%
G 147 of 255 = 58%
B 85 of 255 = 33%
R + G + B ~ 39%. #429355 is quite dark color.
R + G + B =
66 + 147 + 85 = 298 (100%)
R 66 of 298 ~ 22.15%
G 147 of 298 ~ 49.33%
B 85 of 298 ~ 28.52%
#429355 color CMYK value is (55,0,42,42).
CMYK: (55,0,42,42) C55M0Y42K42 (55%,0%,42%,42%) (0.55/0.00/0.42/0.42)
42 | 93 | 55 | |
---|---|---|---|
RGB | 66 | 147 | 85 |
HSL | 134° | 38.03% | 41.76% |
HSB/HSV | 134° | 55.10% | 57.65% |
CMYK | 55.10% | 0.00% | 42.18% |
42.35% |
HEX | 42 | 93 | 55 |
Decimal | 66 | 147 | 85 |
Binary | 1000010 | 10010011 | 1010101 |
Octal | 102 | 223 | 125 |
Examples of css and html codes for elements with #429355 color. Also use rgb(66,147,85) instead hex code.
.myTextColor { color: #429355; }
<p style="color:#429355">This sample text font color is #429355.</p>
This text font color is #429355.
.myBgColor { background-color: #429355; }
<div style="background-color:#429355">Inner text</div>
This div background color is #429355.
.myBorderColor { border: 1px solid #429355; }
<div style="border:3px solid #429355">Div</div>
This div border color is #429355.
.myOpacity80 { color: #429355; opacity: 0.8; }
<p style="color:#429355;opacity:0.8;">80%</p>
Text with #429355 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #429355;}
<p style="text-shadow: 3px 3px 1px #429355">Text here.</p>
This text has shadow with #429355 color.
.textShadow {text-shadow: 3px 3px 1px #429355, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #429355, 5px 5px 20px red">Text here.</p>
This text has shadow with #429355 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429355, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#429355, Direction=45, Strength=4)">Text</p>
This text has shadow with #429355 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #429355; -webkit-box-shadow: 1px 1px 3px 2px #429355; box-shadow: 1px 1px 3px 2px #429355; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #429355; -webkit-box-shadow: 1px 1px 3px 2px #429355; box-shadow:1px 1px 3px 2px #429355;">
Div content here</div>
This text has color #429355 on black background.
This text has color #429355 on white background.
This text has black color on #429355 background.
This text has white color on #429355 background.