COLOR #476937

HEX: #476937
RGB: (71,105,55)

Color info

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

RGB color model

#476937 color RGB value is (71,105,55).

  • red value is 71;
  • green value is 105;
  • blue value is 55.
RGB:
(71,105,55)
(28%,41%,22%)

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 55 of 255 = 22%

71
105
55

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 55 = 231 (100%)
R 71 of 231 ~ 30.74%
G 105 of 231 ~ 45.45%
B 55 of 231 ~ 23.81%

%30.74
%45.45
%23.81

CMYK color model

#476937 color CMYK value is (32,0,48,59).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 47.62%
  • key color value is 58.82%
CMYK:
(32,0,48,59)
C32M0Y48K59 
(32%,0%,48%,59%)
(0.32/0.00/0.48/0.59)	

CMYK percentages

%32.38
%0
%47.62
%58.82

Codes

Color #476937 in popluar color models

476937
RGB7110555
HSL101°31.25%31.37%
HSB/HSV101°47.62%41.18%
CMYK32.38%0.00%47.62%
58.82%

Color #476937 in popluar number systems.

HEX476937
Decimal7110555
Binary10001111101001110111
Octal10715167

Shades and tints

Shades of #476937

#476937
(71,105,55)
#416032
(65,96,50)
#3B572D
(59,87,45)
#354E28
(53,78,40)
#2F4523
(47,69,35)
#293C1E
(41,60,30)
#233319
(35,51,25)
#1D2A14
(29,42,20)
#17210F
(23,33,15)
#11180A
(17,24,10)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #476937

#476937
(71,105,55)
#577649
(87,118,73)
#67835B
(103,131,91)
#77906D
(119,144,109)
#879D7F
(135,157,127)
#97AA91
(151,170,145)
#A7B7A3
(167,183,163)
#B7C4B5
(183,196,181)
#C7D1C7
(199,209,199)
#D7DED9
(215,222,217)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476937; }

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

This text font color is #476937.


Background Color

.myBgColor { background-color: #476937; }

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

This div background color is #476937.


Border color

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

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

This div border color is #476937.


Opacity

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

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

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

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

This text has shadow with #476937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476937 on black background.


Color preview on white background

This text has color #476937 on white background.



Black color preview on #476937 background

This text has black color on #476937 background.


White color preview on #476937 background

This text has white color on #476937 background.