COLOR #429355

HEX: #429355
RGB: (66,147,85)

Color info

#429355 contains mainly green color. Web safe color of #429355 is #339966 (or #396).

RGB color model

#429355 color RGB value is (66,147,85).

  • red value is 66;
  • green value is 147;
  • blue value is 85.
RGB:
(66,147,85)
(26%,58%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 147 of 255 = 58%
B 85 of 255 = 33%

66
147
85

R + G + B ~ 39%. #429355 is quite dark color.

Portions of RGB colors in percentages

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%

%22.15
%49.33
%28.52

CMYK color model

#429355 color CMYK value is (55,0,42,42).

  • cyan value is 55.10%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 42.35%
CMYK:
(55,0,42,42)
C55M0Y42K42 
(55%,0%,42%,42%)
(0.55/0.00/0.42/0.42)	

CMYK percentages

%55.1
%0
%42.18
%42.35

Codes

Color #429355 in popluar color models

429355
RGB6614785
HSL134°38.03%41.76%
HSB/HSV134°55.10%57.65%
CMYK55.10%0.00%42.18%
42.35%

Color #429355 in popluar number systems.

HEX429355
Decimal6614785
Binary1000010100100111010101
Octal102223125

Shades and tints

Shades of #429355

#429355
(66,147,85)
#3C864E
(60,134,78)
#367947
(54,121,71)
#306C40
(48,108,64)
#2A5F39
(42,95,57)
#245232
(36,82,50)
#1E452B
(30,69,43)
#183824
(24,56,36)
#122B1D
(18,43,29)
#0C1E16
(12,30,22)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #429355

#429355
(66,147,85)
#539C64
(83,156,100)
#64A573
(100,165,115)
#75AE82
(117,174,130)
#86B791
(134,183,145)
#97C0A0
(151,192,160)
#A8C9AF
(168,201,175)
#B9D2BE
(185,210,190)
#CADBCD
(202,219,205)
#DBE4DC
(219,228,220)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429355 color. Also use rgb(66,147,85) instead hex code.

Text Font Color

.myTextColor { color: #429355; }

<p style="color:#429355">This sample text font color is #429355.</p>

This text font color is #429355.


Background Color

.myBgColor { background-color: #429355; }

<div style="background-color:#429355">Inner text</div>

This div background color is #429355.


Border color

.myBorderColor { border: 1px solid #429355; }

<div style="border:3px solid #429355">Div</div>

This div border color is #429355.


Opacity

.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%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.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.


Div box shadow color

/* 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 div box has shadow with color #429355.

Preview

Color preview on black background

This text has color #429355 on black background.


Color preview on white background

This text has color #429355 on white background.



Black color preview on #429355 background

This text has black color on #429355 background.


White color preview on #429355 background

This text has white color on #429355 background.