COLOR #42772D

HEX: #42772D
RGB: (66,119,45)

Color info

#42772D contains mainly red and green colors. Web safe color of #42772D is #336633 (or #363).

RGB color model

#42772D color RGB value is (66,119,45).

  • red value is 66;
  • green value is 119;
  • blue value is 45.
RGB:
(66,119,45)
(26%,47%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 119 of 255 = 47%
B 45 of 255 = 18%

66
119
45

R + G + B ~ 30%. #42772D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 119 + 45 = 230 (100%)
R 66 of 230 ~ 28.7%
G 119 of 230 ~ 51.74%
B 45 of 230 ~ 19.57%

%28.7
%51.74
%19.57

CMYK color model

#42772D color CMYK value is (45,0,62,53).

  • cyan value is 44.54%
  • magenta value is 0.00%
  • yellow value is 62.18%
  • key color value is 53.33%
CMYK:
(45,0,62,53)
C45M0Y62K53 
(45%,0%,62%,53%)
(0.45/0.00/0.62/0.53)	

CMYK percentages

%44.54
%0
%62.18
%53.33

Codes

Color #42772D in popluar color models

42772D
RGB6611945
HSL103°45.12%32.16%
HSB/HSV103°62.18%46.67%
CMYK44.54%0.00%62.18%
53.33%

Color #42772D in popluar number systems.

HEX42772D
Decimal6611945
Binary10000101110111101101
Octal10216755

Shades and tints

Shades of #42772D

#42772D
(66,119,45)
#3C6D29
(60,109,41)
#366325
(54,99,37)
#305921
(48,89,33)
#2A4F1D
(42,79,29)
#244519
(36,69,25)
#1E3B15
(30,59,21)
#183111
(24,49,17)
#12270D
(18,39,13)
#0C1D09
(12,29,9)
#061305
(6,19,5)
#000000
(0,0,0)

Tints of #42772D

#42772D
(66,119,45)
#538340
(83,131,64)
#648F53
(100,143,83)
#759B66
(117,155,102)
#86A779
(134,167,121)
#97B38C
(151,179,140)
#A8BF9F
(168,191,159)
#B9CBB2
(185,203,178)
#CAD7C5
(202,215,197)
#DBE3D8
(219,227,216)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42772D color. Also use rgb(66,119,45) instead hex code.

Text Font Color

.myTextColor { color: #42772D; }

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

This text font color is #42772D.


Background Color

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

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

This div background color is #42772D.


Border color

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

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

This div border color is #42772D.


Opacity

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

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

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

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

This text has shadow with #42772D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42772D on black background.


Color preview on white background

This text has color #42772D on white background.



Black color preview on #42772D background

This text has black color on #42772D background.


White color preview on #42772D background

This text has white color on #42772D background.