COLOR #429B54

HEX: #429B54
RGB: (66,155,84)

Color info

#429B54 contains mainly green color. Web safe color of #429B54 is #339966 (or #396).

RGB color model

#429B54 color RGB value is (66,155,84).

  • red value is 66;
  • green value is 155;
  • blue value is 84.
RGB:
(66,155,84)
(26%,61%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 155 of 255 = 61%
B 84 of 255 = 33%

66
155
84

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

Portions of RGB colors in percentages

R + G + B =
66 + 155 + 84 = 305 (100%)
R 66 of 305 ~ 21.64%
G 155 of 305 ~ 50.82%
B 84 of 305 ~ 27.54%

%21.64
%50.82
%27.54

CMYK color model

#429B54 color CMYK value is (57,0,46,39).

  • cyan value is 57.42%
  • magenta value is 0.00%
  • yellow value is 45.81%
  • key color value is 39.22%
CMYK:
(57,0,46,39)
C57M0Y46K39 
(57%,0%,46%,39%)
(0.57/0.00/0.46/0.39)	

CMYK percentages

%57.42
%0
%45.81
%39.22

Codes

Color #429B54 in popluar color models

429B54
RGB6615584
HSL132°40.27%43.33%
HSB/HSV132°57.42%60.78%
CMYK57.42%0.00%45.81%
39.22%

Color #429B54 in popluar number systems.

HEX429B54
Decimal6615584
Binary1000010100110111010100
Octal102233124

Shades and tints

Shades of #429B54

#429B54
(66,155,84)
#3C8D4D
(60,141,77)
#367F46
(54,127,70)
#30713F
(48,113,63)
#2A6338
(42,99,56)
#245531
(36,85,49)
#1E472A
(30,71,42)
#183923
(24,57,35)
#122B1C
(18,43,28)
#0C1D15
(12,29,21)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #429B54

#429B54
(66,155,84)
#53A463
(83,164,99)
#64AD72
(100,173,114)
#75B681
(117,182,129)
#86BF90
(134,191,144)
#97C89F
(151,200,159)
#A8D1AE
(168,209,174)
#B9DABD
(185,218,189)
#CAE3CC
(202,227,204)
#DBECDB
(219,236,219)
#ECF5EA
(236,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429B54 color. Also use rgb(66,155,84) instead hex code.

Text Font Color

.myTextColor { color: #429B54; }

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

This text font color is #429B54.


Background Color

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

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

This div background color is #429B54.


Border color

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

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

This div border color is #429B54.


Opacity

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

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

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

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

This text has shadow with #429B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429B54 on black background.


Color preview on white background

This text has color #429B54 on white background.



Black color preview on #429B54 background

This text has black color on #429B54 background.


White color preview on #429B54 background

This text has white color on #429B54 background.