COLOR #429850

HEX: #429850
RGB: (66,152,80)

Color info

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

RGB color model

#429850 color RGB value is (66,152,80).

  • red value is 66;
  • green value is 152;
  • blue value is 80.
RGB:
(66,152,80)
(26%,60%,31%)

RGB channels and saturation

R 66 of 255 = 26%
G 152 of 255 = 60%
B 80 of 255 = 31%

66
152
80

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

Portions of RGB colors in percentages

R + G + B =
66 + 152 + 80 = 298 (100%)
R 66 of 298 ~ 22.15%
G 152 of 298 ~ 51.01%
B 80 of 298 ~ 26.85%

%22.15
%51.01
%26.85

CMYK color model

#429850 color CMYK value is (57,0,47,40).

  • cyan value is 56.58%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 40.39%
CMYK:
(57,0,47,40)
C57M0Y47K40 
(57%,0%,47%,40%)
(0.57/0.00/0.47/0.40)	

CMYK percentages

%56.58
%0
%47.37
%40.39

Codes

Color #429850 in popluar color models

429850
RGB6615280
HSL130°39.45%42.75%
HSB/HSV130°56.58%59.61%
CMYK56.58%0.00%47.37%
40.39%

Color #429850 in popluar number systems.

HEX429850
Decimal6615280
Binary1000010100110001010000
Octal102230120

Shades and tints

Shades of #429850

#429850
(66,152,80)
#3C8B49
(60,139,73)
#367E42
(54,126,66)
#30713B
(48,113,59)
#2A6434
(42,100,52)
#24572D
(36,87,45)
#1E4A26
(30,74,38)
#183D1F
(24,61,31)
#123018
(18,48,24)
#0C2311
(12,35,17)
#06160A
(6,22,10)
#000000
(0,0,0)

Tints of #429850

#429850
(66,152,80)
#53A15F
(83,161,95)
#64AA6E
(100,170,110)
#75B37D
(117,179,125)
#86BC8C
(134,188,140)
#97C59B
(151,197,155)
#A8CEAA
(168,206,170)
#B9D7B9
(185,215,185)
#CAE0C8
(202,224,200)
#DBE9D7
(219,233,215)
#ECF2E6
(236,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429850 color. Also use rgb(66,152,80) instead hex code.

Text Font Color

.myTextColor { color: #429850; }

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

This text font color is #429850.


Background Color

.myBgColor { background-color: #429850; }

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

This div background color is #429850.


Border color

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

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

This div border color is #429850.


Opacity

.myOpacity80 { color: #429850; opacity: 0.8; }

<p style="color:#429850;opacity:0.8;">80%</p>

Text with #429850 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 #429850;}

<p style="text-shadow: 3px 3px 1px #429850">Text here.</p>

This text has shadow with #429850 color.

.textShadow {text-shadow: 3px 3px 1px #429850, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #429850, 5px 5px 20px red">Text here.</p>

This text has shadow with #429850 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#429850, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#429850, Direction=45, Strength=4)">Text</p>

This text has shadow with #429850 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #429850;
  -webkit-box-shadow:	1px 1px 3px 2px #429850;
  box-shadow:		1px 1px 3px 2px #429850;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #429850;
-webkit-box-shadow: 1px 1px 3px 2px #429850;
box-shadow:1px 1px 3px 2px #429850;">
Div content here</div>
This div box has shadow with color #429850.

Preview

Color preview on black background

This text has color #429850 on black background.


Color preview on white background

This text has color #429850 on white background.



Black color preview on #429850 background

This text has black color on #429850 background.


White color preview on #429850 background

This text has white color on #429850 background.