COLOR #42924D

HEX: #42924D
RGB: (66,146,77)

Color info

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

RGB color model

#42924D color RGB value is (66,146,77).

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

RGB channels and saturation

R 66 of 255 = 26%
G 146 of 255 = 57%
B 77 of 255 = 30%

66
146
77

R + G + B ~ 38%. #42924D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 146 + 77 = 289 (100%)
R 66 of 289 ~ 22.84%
G 146 of 289 ~ 50.52%
B 77 of 289 ~ 26.64%

%22.84
%50.52
%26.64

CMYK color model

#42924D color CMYK value is (55,0,47,43).

  • cyan value is 54.79%
  • magenta value is 0.00%
  • yellow value is 47.26%
  • key color value is 42.75%
CMYK:
(55,0,47,43)
C55M0Y47K43 
(55%,0%,47%,43%)
(0.55/0.00/0.47/0.43)	

CMYK percentages

%54.79
%0
%47.26
%42.75

Codes

Color #42924D in popluar color models

42924D
RGB6614677
HSL128°37.74%41.57%
HSB/HSV128°54.79%57.25%
CMYK54.79%0.00%47.26%
42.75%

Color #42924D in popluar number systems.

HEX42924D
Decimal6614677
Binary1000010100100101001101
Octal102222115

Shades and tints

Shades of #42924D

#42924D
(66,146,77)
#3C8546
(60,133,70)
#36783F
(54,120,63)
#306B38
(48,107,56)
#2A5E31
(42,94,49)
#24512A
(36,81,42)
#1E4423
(30,68,35)
#18371C
(24,55,28)
#122A15
(18,42,21)
#0C1D0E
(12,29,14)
#061007
(6,16,7)
#000000
(0,0,0)

Tints of #42924D

#42924D
(66,146,77)
#539B5D
(83,155,93)
#64A46D
(100,164,109)
#75AD7D
(117,173,125)
#86B68D
(134,182,141)
#97BF9D
(151,191,157)
#A8C8AD
(168,200,173)
#B9D1BD
(185,209,189)
#CADACD
(202,218,205)
#DBE3DD
(219,227,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42924D; }

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

This text font color is #42924D.


Background Color

.myBgColor { background-color: #42924D; }

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

This div background color is #42924D.


Border color

.myBorderColor { border: 1px solid #42924D; }

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

This div border color is #42924D.


Opacity

.myOpacity80 { color: #42924D; opacity: 0.8; }

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

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

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

This text has shadow with #42924D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42924D on black background.


Color preview on white background

This text has color #42924D on white background.



Black color preview on #42924D background

This text has black color on #42924D background.


White color preview on #42924D background

This text has white color on #42924D background.