COLOR #477F2B

HEX: #477F2B
RGB: (71,127,43)

Color info

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

RGB color model

#477F2B color RGB value is (71,127,43).

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

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 43 of 255 = 17%

71
127
43

R + G + B ~ 32%. #477F2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 127 + 43 = 241 (100%)
R 71 of 241 ~ 29.46%
G 127 of 241 ~ 52.7%
B 43 of 241 ~ 17.84%

%29.46
%52.7
%17.84

CMYK color model

#477F2B color CMYK value is (44,0,66,50).

  • cyan value is 44.09%
  • magenta value is 0.00%
  • yellow value is 66.14%
  • key color value is 50.20%
CMYK:
(44,0,66,50)
C44M0Y66K50 
(44%,0%,66%,50%)
(0.44/0.00/0.66/0.50)	

CMYK percentages

%44.09
%0
%66.14
%50.2

Codes

Color #477F2B in popluar color models

477F2B
RGB7112743
HSL100°49.41%33.33%
HSB/HSV100°66.14%49.80%
CMYK44.09%0.00%66.14%
50.20%

Color #477F2B in popluar number systems.

HEX477F2B
Decimal7112743
Binary10001111111111101011
Octal10717753

Shades and tints

Shades of #477F2B

#477F2B
(71,127,43)
#417428
(65,116,40)
#3B6925
(59,105,37)
#355E22
(53,94,34)
#2F531F
(47,83,31)
#29481C
(41,72,28)
#233D19
(35,61,25)
#1D3216
(29,50,22)
#172713
(23,39,19)
#111C10
(17,28,16)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #477F2B

#477F2B
(71,127,43)
#578A3E
(87,138,62)
#679551
(103,149,81)
#77A064
(119,160,100)
#87AB77
(135,171,119)
#97B68A
(151,182,138)
#A7C19D
(167,193,157)
#B7CCB0
(183,204,176)
#C7D7C3
(199,215,195)
#D7E2D6
(215,226,214)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477F2B; }

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

This text font color is #477F2B.


Background Color

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

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

This div background color is #477F2B.


Border color

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

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

This div border color is #477F2B.


Opacity

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

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

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

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

This text has shadow with #477F2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F2B on black background.


Color preview on white background

This text has color #477F2B on white background.



Black color preview on #477F2B background

This text has black color on #477F2B background.


White color preview on #477F2B background

This text has white color on #477F2B background.