COLOR #429181

HEX: #429181
RGB: (66,145,129)

Color info

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

RGB color model

#429181 color RGB value is (66,145,129).

  • red value is 66;
  • green value is 145;
  • blue value is 129.
RGB:
(66,145,129)
(26%,57%,51%)

RGB channels and saturation

R 66 of 255 = 26%
G 145 of 255 = 57%
B 129 of 255 = 51%

66
145
129

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

Portions of RGB colors in percentages

R + G + B =
66 + 145 + 129 = 340 (100%)
R 66 of 340 ~ 19.41%
G 145 of 340 ~ 42.65%
B 129 of 340 ~ 37.94%

%19.41
%42.65
%37.94

CMYK color model

#429181 color CMYK value is (54,0,11,43).

  • cyan value is 54.48%
  • magenta value is 0.00%
  • yellow value is 11.03%
  • key color value is 43.14%
CMYK:
(54,0,11,43)
C54M0Y11K43 
(54%,0%,11%,43%)
(0.54/0.00/0.11/0.43)	

CMYK percentages

%54.48
%0
%11.03
%43.14

Codes

Color #429181 in popluar color models

429181
RGB66145129
HSL168°37.44%41.37%
HSB/HSV168°54.48%56.86%
CMYK54.48%0.00%11.03%
43.14%

Color #429181 in popluar number systems.

HEX429181
Decimal66145129
Binary10000101001000110000001
Octal102221201

Shades and tints

Shades of #429181

#429181
(66,145,129)
#3C8476
(60,132,118)
#36776B
(54,119,107)
#306A60
(48,106,96)
#2A5D55
(42,93,85)
#24504A
(36,80,74)
#1E433F
(30,67,63)
#183634
(24,54,52)
#122929
(18,41,41)
#0C1C1E
(12,28,30)
#060F13
(6,15,19)
#000000
(0,0,0)

Tints of #429181

#429181
(66,145,129)
#539B8C
(83,155,140)
#64A597
(100,165,151)
#75AFA2
(117,175,162)
#86B9AD
(134,185,173)
#97C3B8
(151,195,184)
#A8CDC3
(168,205,195)
#B9D7CE
(185,215,206)
#CAE1D9
(202,225,217)
#DBEBE4
(219,235,228)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429181 color. Also use rgb(66,145,129) instead hex code.

Text Font Color

.myTextColor { color: #429181; }

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

This text font color is #429181.


Background Color

.myBgColor { background-color: #429181; }

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

This div background color is #429181.


Border color

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

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

This div border color is #429181.


Opacity

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

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

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

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

This text has shadow with #429181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429181 on black background.


Color preview on white background

This text has color #429181 on white background.



Black color preview on #429181 background

This text has black color on #429181 background.


White color preview on #429181 background

This text has white color on #429181 background.