COLOR #429B77

HEX: #429B77
RGB: (66,155,119)

Color info

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

RGB color model

#429B77 color RGB value is (66,155,119).

  • red value is 66;
  • green value is 155;
  • blue value is 119.
RGB:
(66,155,119)
(26%,61%,47%)

RGB channels and saturation

R 66 of 255 = 26%
G 155 of 255 = 61%
B 119 of 255 = 47%

66
155
119

R + G + B ~ 45%. #429B77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 155 + 119 = 340 (100%)
R 66 of 340 ~ 19.41%
G 155 of 340 ~ 45.59%
B 119 of 340 ~ 35%

%19.41
%45.59
%35

CMYK color model

#429B77 color CMYK value is (57,0,23,39).

  • cyan value is 57.42%
  • magenta value is 0.00%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(57,0,23,39)
C57M0Y23K39 
(57%,0%,23%,39%)
(0.57/0.00/0.23/0.39)	

CMYK percentages

%57.42
%0
%23.23
%39.22

Codes

Color #429B77 in popluar color models

429B77
RGB66155119
HSL156°40.27%43.33%
HSB/HSV156°57.42%60.78%
CMYK57.42%0.00%23.23%
39.22%

Color #429B77 in popluar number systems.

HEX429B77
Decimal66155119
Binary1000010100110111110111
Octal102233167

Shades and tints

Shades of #429B77

#429B77
(66,155,119)
#3C8D6D
(60,141,109)
#367F63
(54,127,99)
#307159
(48,113,89)
#2A634F
(42,99,79)
#245545
(36,85,69)
#1E473B
(30,71,59)
#183931
(24,57,49)
#122B27
(18,43,39)
#0C1D1D
(12,29,29)
#060F13
(6,15,19)
#000000
(0,0,0)

Tints of #429B77

#429B77
(66,155,119)
#53A483
(83,164,131)
#64AD8F
(100,173,143)
#75B69B
(117,182,155)
#86BFA7
(134,191,167)
#97C8B3
(151,200,179)
#A8D1BF
(168,209,191)
#B9DACB
(185,218,203)
#CAE3D7
(202,227,215)
#DBECE3
(219,236,227)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429B77 color. Also use rgb(66,155,119) instead hex code.

Text Font Color

.myTextColor { color: #429B77; }

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

This text font color is #429B77.


Background Color

.myBgColor { background-color: #429B77; }

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

This div background color is #429B77.


Border color

.myBorderColor { border: 1px solid #429B77; }

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

This div border color is #429B77.


Opacity

.myOpacity80 { color: #429B77; opacity: 0.8; }

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

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

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

This text has shadow with #429B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429B77 on black background.


Color preview on white background

This text has color #429B77 on white background.



Black color preview on #429B77 background

This text has black color on #429B77 background.


White color preview on #429B77 background

This text has white color on #429B77 background.