COLOR #429E70

HEX: #429E70 RGB: (66,158,112)

Color info

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

RGB color model

#429E70 color RGB value is (66,158,112).

RGB: (66,158,112) (26%, 62%, 44%)

RGB channels and saturation

R 66 of 255 = 26%
G 158 of 255 = 62%
B 112 of 255 = 44%

66
158
112

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

Portions of RGB colors in percentages

R + G + B = 66 + 158 + 112 = 336 (100%)
R 66 of 336 ~ 19.64%
G 158 of 336 ~ 47.02%
B 112 of 336 ~ 33.33'%

%19.64
%47.02
%33.33

CMYK color model

#429E70 color CMYK value is (58,0,29,38).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 38.04%

CMYK: (58,0,29,38)
C58M0Y29K38 (58%, 0%, 29%, 38%)
(0.58 / 0.00 / 0.29 / 0.38)

CMYK percentages

%58.23
%0
%29.11
%38.04

Codes

Color #429E70 in popluar color models

42 9E 70
RGB 66 158 112
HSL 150° 41.07% 43.92%
HSB/HSV 150° 58.23% 61.96%
CMYK 58.23% 0.00% 29.11%
38.04%

Color #429E70 in popluar number systems.

HEX 42 9E 70
Decimal 66 158 112
Binary 1000010 10011110 1110000
Octal 102 236 160

Shades and tints

Shades of #429E70

#429E70
(66,158,112)
#3C9066
(60,144,102)
#36825C
(54,130,92)
#307452
(48,116,82)
#2A6648
(42,102,72)
#24583E
(36,88,62)
#1E4A34
(30,74,52)
#183C2A
(24,60,42)
#122E20
(18,46,32)
#0C2016
(12,32,22)
#06120C
(6,18,12)
#000000
(0,0,0)

Tints of #429E70

#429E70
(66,158,112)
#53A67D
(83,166,125)
#64AE8A
(100,174,138)
#75B697
(117,182,151)
#86BEA4
(134,190,164)
#97C6B1
(151,198,177)
#A8CEBE
(168,206,190)
#B9D6CB
(185,214,203)
#CADED8
(202,222,216)
#DBE6E5
(219,230,229)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429E70 color. Also use rgb(66,158,112) instead hex code.

Text Font Color

.myTextColor { color: #429E70; }

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

This text font color is #429E70.

Background Color

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

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

This div background color is #429E70.

Border color

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

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

This div border color is #429E70.

Opacity

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

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

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

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

This text has shadow with #429E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #429E70.

Preview

Color preview on black background

This text has color #429E70 on black background.


Color preview on white background

This text has color #429E70 on white background.


Black color preview on #429E70 background

This text has black color on #429E70 background.


White color preview on #429E70 background

This text has white color on #429E70 background.


Related colors

Complementary color

Complementary color for #hex is #BD618F.


I love getcolorcode.com

Triadic colors

1 #70429E and #9E7042 with #429E70 are triadic colors.

2 #709E42 and #9E4270 with #429E70 are triadic colors.