COLOR #429578

HEX: #429578
RGB: (66,149,120)

Color info

#429578 contains mainly green and blue colors. Web safe color of #429578 is #339966 (or #396).

RGB color model

#429578 color RGB value is (66,149,120).

  • red value is 66;
  • green value is 149;
  • blue value is 120.
RGB:
(66,149,120)
(26%,58%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 149 of 255 = 58%
B 120 of 255 = 47%

66
149
120

R + G + B ~ 44%. #429578 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 149 + 120 = 335 (100%)
R 66 of 335 ~ 19.7%
G 149 of 335 ~ 44.48%
B 120 of 335 ~ 35.82%

%19.7
%44.48
%35.82

CMYK color model

#429578 color CMYK value is (56,0,19,42).

  • cyan value is 55.70%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 41.57%
CMYK:
(56,0,19,42)
C56M0Y19K42 
(56%,0%,19%,42%)
(0.56/0.00/0.19/0.42)	

CMYK percentages

%55.7
%0
%19.46
%41.57

Codes

Color #429578 in popluar color models

429578
RGB66149120
HSL159°38.60%42.16%
HSB/HSV159°55.70%58.43%
CMYK55.70%0.00%19.46%
41.57%

Color #429578 in popluar number systems.

HEX429578
Decimal66149120
Binary1000010100101011111000
Octal102225170

Shades and tints

Shades of #429578

#429578
(66,149,120)
#3C886E
(60,136,110)
#367B64
(54,123,100)
#306E5A
(48,110,90)
#2A6150
(42,97,80)
#245446
(36,84,70)
#1E473C
(30,71,60)
#183A32
(24,58,50)
#122D28
(18,45,40)
#0C201E
(12,32,30)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #429578

#429578
(66,149,120)
#539E84
(83,158,132)
#64A790
(100,167,144)
#75B09C
(117,176,156)
#86B9A8
(134,185,168)
#97C2B4
(151,194,180)
#A8CBC0
(168,203,192)
#B9D4CC
(185,212,204)
#CADDD8
(202,221,216)
#DBE6E4
(219,230,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429578 color. Also use rgb(66,149,120) instead hex code.

Text Font Color

.myTextColor { color: #429578; }

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

This text font color is #429578.


Background Color

.myBgColor { background-color: #429578; }

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

This div background color is #429578.


Border color

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

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

This div border color is #429578.


Opacity

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

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

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

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

This text has shadow with #429578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429578 on black background.


Color preview on white background

This text has color #429578 on white background.



Black color preview on #429578 background

This text has black color on #429578 background.


White color preview on #429578 background

This text has white color on #429578 background.