COLOR #476D22

HEX: #476D22
RGB: (71,109,34)

Color info

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

RGB color model

#476D22 color RGB value is (71,109,34).

  • red value is 71;
  • green value is 109;
  • blue value is 34.
RGB:
(71,109,34)
(28%,43%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 109 of 255 = 43%
B 34 of 255 = 13%

71
109
34

R + G + B ~ 28%. #476D22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 34 = 214 (100%)
R 71 of 214 ~ 33.18%
G 109 of 214 ~ 50.93%
B 34 of 214 ~ 15.89%

%33.18
%50.93
%15.89

CMYK color model

#476D22 color CMYK value is (35,0,69,57).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 68.81%
  • key color value is 57.25%
CMYK:
(35,0,69,57)
C35M0Y69K57 
(35%,0%,69%,57%)
(0.35/0.00/0.69/0.57)	

CMYK percentages

%34.86
%0
%68.81
%57.25

Codes

Color #476D22 in popluar color models

476D22
RGB7110934
HSL90°52.45%28.04%
HSB/HSV90°68.81%42.75%
CMYK34.86%0.00%68.81%
57.25%

Color #476D22 in popluar number systems.

HEX476D22
Decimal7110934
Binary10001111101101100010
Octal10715542

Shades and tints

Shades of #476D22

#476D22
(71,109,34)
#41641F
(65,100,31)
#3B5B1C
(59,91,28)
#355219
(53,82,25)
#2F4916
(47,73,22)
#294013
(41,64,19)
#233710
(35,55,16)
#1D2E0D
(29,46,13)
#17250A
(23,37,10)
#111C07
(17,28,7)
#0B1304
(11,19,4)
#000000
(0,0,0)

Tints of #476D22

#476D22
(71,109,34)
#577A36
(87,122,54)
#67874A
(103,135,74)
#77945E
(119,148,94)
#87A172
(135,161,114)
#97AE86
(151,174,134)
#A7BB9A
(167,187,154)
#B7C8AE
(183,200,174)
#C7D5C2
(199,213,194)
#D7E2D6
(215,226,214)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D22 color. Also use rgb(71,109,34) instead hex code.

Text Font Color

.myTextColor { color: #476D22; }

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

This text font color is #476D22.


Background Color

.myBgColor { background-color: #476D22; }

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

This div background color is #476D22.


Border color

.myBorderColor { border: 1px solid #476D22; }

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

This div border color is #476D22.


Opacity

.myOpacity80 { color: #476D22; opacity: 0.8; }

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

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

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

This text has shadow with #476D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D22 on black background.


Color preview on white background

This text has color #476D22 on white background.



Black color preview on #476D22 background

This text has black color on #476D22 background.


White color preview on #476D22 background

This text has white color on #476D22 background.