COLOR #476D47

HEX: #476D47
RGB: (71,109,71)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
109
71

R + G + B ~ 33%. #476D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 71 = 251 (100%)
R 71 of 251 ~ 28.29%
G 109 of 251 ~ 43.43%
B 71 of 251 ~ 28.29%

%28.29
%43.43
%28.29

CMYK color model

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

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

CMYK percentages

%34.86
%0
%34.86
%57.25

Codes

Color #476D47 in popluar color models

476D47
RGB7110971
HSL120°21.11%35.29%
HSB/HSV120°34.86%42.75%
CMYK34.86%0.00%34.86%
57.25%

Color #476D47 in popluar number systems.

HEX476D47
Decimal7110971
Binary100011111011011000111
Octal107155107

Shades and tints

Shades of #476D47

#476D47
(71,109,71)
#416441
(65,100,65)
#3B5B3B
(59,91,59)
#355235
(53,82,53)
#2F492F
(47,73,47)
#294029
(41,64,41)
#233723
(35,55,35)
#1D2E1D
(29,46,29)
#172517
(23,37,23)
#111C11
(17,28,17)
#0B130B
(11,19,11)
#000000
(0,0,0)

Tints of #476D47

#476D47
(71,109,71)
#577A57
(87,122,87)
#678767
(103,135,103)
#779477
(119,148,119)
#87A187
(135,161,135)
#97AE97
(151,174,151)
#A7BBA7
(167,187,167)
#B7C8B7
(183,200,183)
#C7D5C7
(199,213,199)
#D7E2D7
(215,226,215)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476D47; }

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

This text font color is #476D47.


Background Color

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

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

This div background color is #476D47.


Border color

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

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

This div border color is #476D47.


Opacity

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

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

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

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

This text has shadow with #476D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D47 on black background.


Color preview on white background

This text has color #476D47 on white background.



Black color preview on #476D47 background

This text has black color on #476D47 background.


White color preview on #476D47 background

This text has white color on #476D47 background.