COLOR #477947

HEX: #477947
RGB: (71,121,71)

Color info

#477947 contains red, green and blue colors in about the same proportion. Web safe color of #477947 is #336633 (or #363).

RGB color model

#477947 color RGB value is (71,121,71).

  • red value is 71;
  • green value is 121;
  • blue value is 71.
RGB:
(71,121,71)
(28%,47%,28%)

RGB channels and saturation

R 71 of 255 = 28%
G 121 of 255 = 47%
B 71 of 255 = 28%

71
121
71

R + G + B ~ 34%. #477947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 121 + 71 = 263 (100%)
R 71 of 263 ~ 27%
G 121 of 263 ~ 46.01%
B 71 of 263 ~ 27%

%27
%46.01
%27

CMYK color model

#477947 color CMYK value is (41,0,41,53).

  • cyan value is 41.32%
  • magenta value is 0.00%
  • yellow value is 41.32%
  • key color value is 52.55%
CMYK:
(41,0,41,53)
C41M0Y41K53 
(41%,0%,41%,53%)
(0.41/0.00/0.41/0.53)	

CMYK percentages

%41.32
%0
%41.32
%52.55

Codes

Color #477947 in popluar color models

477947
RGB7112171
HSL120°26.04%37.65%
HSB/HSV120°41.32%47.45%
CMYK41.32%0.00%41.32%
52.55%

Color #477947 in popluar number systems.

HEX477947
Decimal7112171
Binary100011111110011000111
Octal107171107

Shades and tints

Shades of #477947

#477947
(71,121,71)
#416E41
(65,110,65)
#3B633B
(59,99,59)
#355835
(53,88,53)
#2F4D2F
(47,77,47)
#294229
(41,66,41)
#233723
(35,55,35)
#1D2C1D
(29,44,29)
#172117
(23,33,23)
#111611
(17,22,17)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #477947

#477947
(71,121,71)
#578557
(87,133,87)
#679167
(103,145,103)
#779D77
(119,157,119)
#87A987
(135,169,135)
#97B597
(151,181,151)
#A7C1A7
(167,193,167)
#B7CDB7
(183,205,183)
#C7D9C7
(199,217,199)
#D7E5D7
(215,229,215)
#E7F1E7
(231,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477947 color. Also use rgb(71,121,71) instead hex code.

Text Font Color

.myTextColor { color: #477947; }

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

This text font color is #477947.


Background Color

.myBgColor { background-color: #477947; }

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

This div background color is #477947.


Border color

.myBorderColor { border: 1px solid #477947; }

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

This div border color is #477947.


Opacity

.myOpacity80 { color: #477947; opacity: 0.8; }

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

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

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

This text has shadow with #477947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477947 on black background.


Color preview on white background

This text has color #477947 on white background.



Black color preview on #477947 background

This text has black color on #477947 background.


White color preview on #477947 background

This text has white color on #477947 background.