COLOR #429471

HEX: #429471
RGB: (66,148,113)

Color info

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

RGB color model

#429471 color RGB value is (66,148,113).

  • red value is 66;
  • green value is 148;
  • blue value is 113.
RGB:
(66,148,113)
(26%,58%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 148 of 255 = 58%
B 113 of 255 = 44%

66
148
113

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

Portions of RGB colors in percentages

R + G + B =
66 + 148 + 113 = 327 (100%)
R 66 of 327 ~ 20.18%
G 148 of 327 ~ 45.26%
B 113 of 327 ~ 34.56%

%20.18
%45.26
%34.56

CMYK color model

#429471 color CMYK value is (55,0,24,42).

  • cyan value is 55.41%
  • magenta value is 0.00%
  • yellow value is 23.65%
  • key color value is 41.96%
CMYK:
(55,0,24,42)
C55M0Y24K42 
(55%,0%,24%,42%)
(0.55/0.00/0.24/0.42)	

CMYK percentages

%55.41
%0
%23.65
%41.96

Codes

Color #429471 in popluar color models

429471
RGB66148113
HSL154°38.32%41.96%
HSB/HSV154°55.41%58.04%
CMYK55.41%0.00%23.65%
41.96%

Color #429471 in popluar number systems.

HEX429471
Decimal66148113
Binary1000010100101001110001
Octal102224161

Shades and tints

Shades of #429471

#429471
(66,148,113)
#3C8767
(60,135,103)
#367A5D
(54,122,93)
#306D53
(48,109,83)
#2A6049
(42,96,73)
#24533F
(36,83,63)
#1E4635
(30,70,53)
#18392B
(24,57,43)
#122C21
(18,44,33)
#0C1F17
(12,31,23)
#06120D
(6,18,13)
#000000
(0,0,0)

Tints of #429471

#429471
(66,148,113)
#539D7D
(83,157,125)
#64A689
(100,166,137)
#75AF95
(117,175,149)
#86B8A1
(134,184,161)
#97C1AD
(151,193,173)
#A8CAB9
(168,202,185)
#B9D3C5
(185,211,197)
#CADCD1
(202,220,209)
#DBE5DD
(219,229,221)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429471 color. Also use rgb(66,148,113) instead hex code.

Text Font Color

.myTextColor { color: #429471; }

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

This text font color is #429471.


Background Color

.myBgColor { background-color: #429471; }

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

This div background color is #429471.


Border color

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

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

This div border color is #429471.


Opacity

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

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

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

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

This text has shadow with #429471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429471 on black background.


Color preview on white background

This text has color #429471 on white background.



Black color preview on #429471 background

This text has black color on #429471 background.


White color preview on #429471 background

This text has white color on #429471 background.