COLOR #429448

HEX: #429448
RGB: (66,148,72)

Color info

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

RGB color model

#429448 color RGB value is (66,148,72).

  • red value is 66;
  • green value is 148;
  • blue value is 72.
RGB:
(66,148,72)
(26%,58%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 148 of 255 = 58%
B 72 of 255 = 28%

66
148
72

R + G + B ~ 37%. #429448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 148 + 72 = 286 (100%)
R 66 of 286 ~ 23.08%
G 148 of 286 ~ 51.75%
B 72 of 286 ~ 25.17%

%23.08
%51.75
%25.17

CMYK color model

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

  • cyan value is 55.41%
  • magenta value is 0.00%
  • yellow value is 51.35%
  • key color value is 41.96%
CMYK:
(55,0,51,42)
C55M0Y51K42 
(55%,0%,51%,42%)
(0.55/0.00/0.51/0.42)	

CMYK percentages

%55.41
%0
%51.35
%41.96

Codes

Color #429448 in popluar color models

429448
RGB6614872
HSL124°38.32%41.96%
HSB/HSV124°55.41%58.04%
CMYK55.41%0.00%51.35%
41.96%

Color #429448 in popluar number systems.

HEX429448
Decimal6614872
Binary1000010100101001001000
Octal102224110

Shades and tints

Shades of #429448

#429448
(66,148,72)
#3C8742
(60,135,66)
#367A3C
(54,122,60)
#306D36
(48,109,54)
#2A6030
(42,96,48)
#24532A
(36,83,42)
#1E4624
(30,70,36)
#18391E
(24,57,30)
#122C18
(18,44,24)
#0C1F12
(12,31,18)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #429448

#429448
(66,148,72)
#539D58
(83,157,88)
#64A668
(100,166,104)
#75AF78
(117,175,120)
#86B888
(134,184,136)
#97C198
(151,193,152)
#A8CAA8
(168,202,168)
#B9D3B8
(185,211,184)
#CADCC8
(202,220,200)
#DBE5D8
(219,229,216)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429448 color. Also use rgb(66,148,72) instead hex code.

Text Font Color

.myTextColor { color: #429448; }

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

This text font color is #429448.


Background Color

.myBgColor { background-color: #429448; }

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

This div background color is #429448.


Border color

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

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

This div border color is #429448.


Opacity

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

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

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

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

This text has shadow with #429448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429448 on black background.


Color preview on white background

This text has color #429448 on white background.



Black color preview on #429448 background

This text has black color on #429448 background.


White color preview on #429448 background

This text has white color on #429448 background.