COLOR #429E7E

HEX: #429E7E
RGB: (66,158,126)

Color info

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

RGB color model

#429E7E color RGB value is (66,158,126).

  • red value is 66;
  • green value is 158;
  • blue value is 126.
RGB:
(66,158,126)
(26%,62%,49%)

RGB channels and saturation

R 66 of 255 = 26%
G 158 of 255 = 62%
B 126 of 255 = 49%

66
158
126

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

Portions of RGB colors in percentages

R + G + B =
66 + 158 + 126 = 350 (100%)
R 66 of 350 ~ 18.86%
G 158 of 350 ~ 45.14%
B 126 of 350 ~ 36%

%18.86
%45.14
%36

CMYK color model

#429E7E color CMYK value is (58,0,20,38).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK:
(58,0,20,38)
C58M0Y20K38 
(58%,0%,20%,38%)
(0.58/0.00/0.20/0.38)	

CMYK percentages

%58.23
%0
%20.25
%38.04

Codes

Color #429E7E in popluar color models

429E7E
RGB66158126
HSL159°41.07%43.92%
HSB/HSV159°58.23%61.96%
CMYK58.23%0.00%20.25%
38.04%

Color #429E7E in popluar number systems.

HEX429E7E
Decimal66158126
Binary1000010100111101111110
Octal102236176

Shades and tints

Shades of #429E7E

#429E7E
(66,158,126)
#3C9073
(60,144,115)
#368268
(54,130,104)
#30745D
(48,116,93)
#2A6652
(42,102,82)
#245847
(36,88,71)
#1E4A3C
(30,74,60)
#183C31
(24,60,49)
#122E26
(18,46,38)
#0C201B
(12,32,27)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #429E7E

#429E7E
(66,158,126)
#53A689
(83,166,137)
#64AE94
(100,174,148)
#75B69F
(117,182,159)
#86BEAA
(134,190,170)
#97C6B5
(151,198,181)
#A8CEC0
(168,206,192)
#B9D6CB
(185,214,203)
#CADED6
(202,222,214)
#DBE6E1
(219,230,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #429E7E; }

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

This text font color is #429E7E.


Background Color

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

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

This div background color is #429E7E.


Border color

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

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

This div border color is #429E7E.


Opacity

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

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

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

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

This text has shadow with #429E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429E7E on black background.


Color preview on white background

This text has color #429E7E on white background.



Black color preview on #429E7E background

This text has black color on #429E7E background.


White color preview on #429E7E background

This text has white color on #429E7E background.