COLOR #429044

HEX: #429044
RGB: (66,144,68)

Color info

#429044 contains mainly green color. Web safe color of #429044 is #339933 (or #393).

RGB color model

#429044 color RGB value is (66,144,68).

  • red value is 66;
  • green value is 144;
  • blue value is 68.
RGB:
(66,144,68)
(26%,56%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 144 of 255 = 56%
B 68 of 255 = 27%

66
144
68

R + G + B ~ 36%. #429044 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 144 + 68 = 278 (100%)
R 66 of 278 ~ 23.74%
G 144 of 278 ~ 51.8%
B 68 of 278 ~ 24.46%

%23.74
%51.8
%24.46

CMYK color model

#429044 color CMYK value is (54,0,53,44).

  • cyan value is 54.17%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 43.53%
CMYK:
(54,0,53,44)
C54M0Y53K44 
(54%,0%,53%,44%)
(0.54/0.00/0.53/0.44)	

CMYK percentages

%54.17
%0
%52.78
%43.53

Codes

Color #429044 in popluar color models

429044
RGB6614468
HSL122°37.14%41.18%
HSB/HSV122°54.17%56.47%
CMYK54.17%0.00%52.78%
43.53%

Color #429044 in popluar number systems.

HEX429044
Decimal6614468
Binary1000010100100001000100
Octal102220104

Shades and tints

Shades of #429044

#429044
(66,144,68)
#3C833E
(60,131,62)
#367638
(54,118,56)
#306932
(48,105,50)
#2A5C2C
(42,92,44)
#244F26
(36,79,38)
#1E4220
(30,66,32)
#18351A
(24,53,26)
#122814
(18,40,20)
#0C1B0E
(12,27,14)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #429044

#429044
(66,144,68)
#539A55
(83,154,85)
#64A466
(100,164,102)
#75AE77
(117,174,119)
#86B888
(134,184,136)
#97C299
(151,194,153)
#A8CCAA
(168,204,170)
#B9D6BB
(185,214,187)
#CAE0CC
(202,224,204)
#DBEADD
(219,234,221)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429044 color. Also use rgb(66,144,68) instead hex code.

Text Font Color

.myTextColor { color: #429044; }

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

This text font color is #429044.


Background Color

.myBgColor { background-color: #429044; }

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

This div background color is #429044.


Border color

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

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

This div border color is #429044.


Opacity

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

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

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

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

This text has shadow with #429044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429044 on black background.


Color preview on white background

This text has color #429044 on white background.



Black color preview on #429044 background

This text has black color on #429044 background.


White color preview on #429044 background

This text has white color on #429044 background.