COLOR #429246

HEX: #429246
RGB: (66,146,70)

Color info

#429246 contains mainly green color. Web safe color of #429246 is #339933 (or #393).

RGB color model

#429246 color RGB value is (66,146,70).

  • red value is 66;
  • green value is 146;
  • blue value is 70.
RGB:
(66,146,70)
(26%,57%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 146 of 255 = 57%
B 70 of 255 = 27%

66
146
70

R + G + B ~ 37%. #429246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 146 + 70 = 282 (100%)
R 66 of 282 ~ 23.4%
G 146 of 282 ~ 51.77%
B 70 of 282 ~ 24.82%

%23.4
%51.77
%24.82

CMYK color model

#429246 color CMYK value is (55,0,52,43).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 42.75%
CMYK:
(55,0,52,43)
C55M0Y52K43 
(55%,0%,52%,43%)
(0.55/0.00/0.52/0.43)	

CMYK percentages

%54.79
%0
%52.05
%42.75

Codes

Color #429246 in popluar color models

429246
RGB6614670
HSL123°37.74%41.57%
HSB/HSV123°54.79%57.25%
CMYK54.79%0.00%52.05%
42.75%

Color #429246 in popluar number systems.

HEX429246
Decimal6614670
Binary1000010100100101000110
Octal102222106

Shades and tints

Shades of #429246

#429246
(66,146,70)
#3C8540
(60,133,64)
#36783A
(54,120,58)
#306B34
(48,107,52)
#2A5E2E
(42,94,46)
#245128
(36,81,40)
#1E4422
(30,68,34)
#18371C
(24,55,28)
#122A16
(18,42,22)
#0C1D10
(12,29,16)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #429246

#429246
(66,146,70)
#539B56
(83,155,86)
#64A466
(100,164,102)
#75AD76
(117,173,118)
#86B686
(134,182,134)
#97BF96
(151,191,150)
#A8C8A6
(168,200,166)
#B9D1B6
(185,209,182)
#CADAC6
(202,218,198)
#DBE3D6
(219,227,214)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #429246 color. Also use rgb(66,146,70) instead hex code.

Text Font Color

.myTextColor { color: #429246; }

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

This text font color is #429246.


Background Color

.myBgColor { background-color: #429246; }

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

This div background color is #429246.


Border color

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

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

This div border color is #429246.


Opacity

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

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

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

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

This text has shadow with #429246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #429246 on black background.


Color preview on white background

This text has color #429246 on white background.



Black color preview on #429246 background

This text has black color on #429246 background.


White color preview on #429246 background

This text has white color on #429246 background.