COLOR #476131

HEX: #476131
RGB: (71,97,49)

Color info

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

RGB color model

#476131 color RGB value is (71,97,49).

  • red value is 71;
  • green value is 97;
  • blue value is 49.
RGB:
(71,97,49)
(28%,38%,19%)

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 49 of 255 = 19%

71
97
49

R + G + B ~ 28%. #476131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 49 = 217 (100%)
R 71 of 217 ~ 32.72%
G 97 of 217 ~ 44.7%
B 49 of 217 ~ 22.58%

%32.72
%44.7
%22.58

CMYK color model

#476131 color CMYK value is (27,0,49,62).

  • cyan value is 26.80%
  • magenta value is 0.00%
  • yellow value is 49.48%
  • key color value is 61.96%
CMYK:
(27,0,49,62)
C27M0Y49K62 
(27%,0%,49%,62%)
(0.27/0.00/0.49/0.62)	

CMYK percentages

%26.8
%0
%49.48
%61.96

Codes

Color #476131 in popluar color models

476131
RGB719749
HSL93°32.88%28.63%
HSB/HSV93°49.48%38.04%
CMYK26.80%0.00%49.48%
61.96%

Color #476131 in popluar number systems.

HEX476131
Decimal719749
Binary10001111100001110001
Octal10714161

Shades and tints

Shades of #476131

#476131
(71,97,49)
#41592D
(65,89,45)
#3B5129
(59,81,41)
#354925
(53,73,37)
#2F4121
(47,65,33)
#29391D
(41,57,29)
#233119
(35,49,25)
#1D2915
(29,41,21)
#172111
(23,33,17)
#11190D
(17,25,13)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #476131

#476131
(71,97,49)
#576F43
(87,111,67)
#677D55
(103,125,85)
#778B67
(119,139,103)
#879979
(135,153,121)
#97A78B
(151,167,139)
#A7B59D
(167,181,157)
#B7C3AF
(183,195,175)
#C7D1C1
(199,209,193)
#D7DFD3
(215,223,211)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476131; }

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

This text font color is #476131.


Background Color

.myBgColor { background-color: #476131; }

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

This div background color is #476131.


Border color

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

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

This div border color is #476131.


Opacity

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

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

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

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

This text has shadow with #476131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476131 on black background.


Color preview on white background

This text has color #476131 on white background.



Black color preview on #476131 background

This text has black color on #476131 background.


White color preview on #476131 background

This text has white color on #476131 background.