COLOR #429FA2

HEX: #429FA2
RGB: (66,159,162)

Color info

#429FA2 contains mainly green and blue colors. Web safe color of #429FA2 is #339999 (or #399).

RGB color model

#429FA2 color RGB value is (66,159,162).

  • red value is 66;
  • green value is 159;
  • blue value is 162.
RGB:
(66,159,162)
(26%,62%,64%)

RGB channels and saturation

R 66 of 255 = 26%
G 159 of 255 = 62%
B 162 of 255 = 64%

66
159
162

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

Portions of RGB colors in percentages

R + G + B =
66 + 159 + 162 = 387 (100%)
R 66 of 387 ~ 17.05%
G 159 of 387 ~ 41.09%
B 162 of 387 ~ 41.86%

%17.05
%41.09
%41.86

CMYK color model

#429FA2 color CMYK value is (59,2,0,36).

  • cyan value is 59.26%
  • magenta value is 1.85%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(59,2,0,36)
C59M2Y0K36 
(59%,2%,0%,36%)
(0.59/0.02/0.00/0.36)	

CMYK percentages

%59.26
%1.85
%0
%36.47

Codes

Color #429FA2 in popluar color models

429FA2
RGB66159162
HSL182°42.11%44.71%
HSB/HSV182°59.26%63.53%
CMYK59.26%1.85%0.00%
36.47%

Color #429FA2 in popluar number systems.

HEX429FA2
Decimal66159162
Binary10000101001111110100010
Octal102237242

Shades and tints

Shades of #429FA2

#429FA2
(66,159,162)
#3C9194
(60,145,148)
#368386
(54,131,134)
#307578
(48,117,120)
#2A676A
(42,103,106)
#24595C
(36,89,92)
#1E4B4E
(30,75,78)
#183D40
(24,61,64)
#122F32
(18,47,50)
#0C2124
(12,33,36)
#061316
(6,19,22)
#000000
(0,0,0)

Tints of #429FA2

#429FA2
(66,159,162)
#53A7AA
(83,167,170)
#64AFB2
(100,175,178)
#75B7BA
(117,183,186)
#86BFC2
(134,191,194)
#97C7CA
(151,199,202)
#A8CFD2
(168,207,210)
#B9D7DA
(185,215,218)
#CADFE2
(202,223,226)
#DBE7EA
(219,231,234)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429FA2 color. Also use rgb(66,159,162) instead hex code.

Text Font Color

.myTextColor { color: #429FA2; }

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

This text font color is #429FA2.


Background Color

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

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

This div background color is #429FA2.


Border color

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

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

This div border color is #429FA2.


Opacity

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

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

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

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

This text has shadow with #429FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429FA2 on black background.


Color preview on white background

This text has color #429FA2 on white background.



Black color preview on #429FA2 background

This text has black color on #429FA2 background.


White color preview on #429FA2 background

This text has white color on #429FA2 background.