COLOR #477F22

HEX: #477F22
RGB: (71,127,34)

Color info

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

RGB color model

#477F22 color RGB value is (71,127,34).

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

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 34 of 255 = 13%

71
127
34

R + G + B ~ 30%. #477F22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 127 + 34 = 232 (100%)
R 71 of 232 ~ 30.6%
G 127 of 232 ~ 54.74%
B 34 of 232 ~ 14.66%

%30.6
%54.74
%14.66

CMYK color model

#477F22 color CMYK value is (44,0,73,50).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 73.23%
  • key color value is 50.20%
CMYK:
(44,0,73,50)
C44M0Y73K50 
(44%,0%,73%,50%)
(0.44/0.00/0.73/0.50)	

CMYK percentages

%44.09
%0
%73.23
%50.2

Codes

Color #477F22 in popluar color models

477F22
RGB7112734
HSL96°57.76%31.57%
HSB/HSV96°73.23%49.80%
CMYK44.09%0.00%73.23%
50.20%

Color #477F22 in popluar number systems.

HEX477F22
Decimal7112734
Binary10001111111111100010
Octal10717742

Shades and tints

Shades of #477F22

#477F22
(71,127,34)
#41741F
(65,116,31)
#3B691C
(59,105,28)
#355E19
(53,94,25)
#2F5316
(47,83,22)
#294813
(41,72,19)
#233D10
(35,61,16)
#1D320D
(29,50,13)
#17270A
(23,39,10)
#111C07
(17,28,7)
#0B1104
(11,17,4)
#000000
(0,0,0)

Tints of #477F22

#477F22
(71,127,34)
#578A36
(87,138,54)
#67954A
(103,149,74)
#77A05E
(119,160,94)
#87AB72
(135,171,114)
#97B686
(151,182,134)
#A7C19A
(167,193,154)
#B7CCAE
(183,204,174)
#C7D7C2
(199,215,194)
#D7E2D6
(215,226,214)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477F22 color. Also use rgb(71,127,34) instead hex code.

Text Font Color

.myTextColor { color: #477F22; }

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

This text font color is #477F22.


Background Color

.myBgColor { background-color: #477F22; }

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

This div background color is #477F22.


Border color

.myBorderColor { border: 1px solid #477F22; }

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

This div border color is #477F22.


Opacity

.myOpacity80 { color: #477F22; opacity: 0.8; }

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

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

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

This text has shadow with #477F22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F22 on black background.


Color preview on white background

This text has color #477F22 on white background.



Black color preview on #477F22 background

This text has black color on #477F22 background.


White color preview on #477F22 background

This text has white color on #477F22 background.