COLOR #476431

HEX: #476431
RGB: (71,100,49)

Color info

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

RGB color model

#476431 color RGB value is (71,100,49).

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

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 49 of 255 = 19%

71
100
49

R + G + B ~ 29%. #476431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 49 = 220 (100%)
R 71 of 220 ~ 32.27%
G 100 of 220 ~ 45.45%
B 49 of 220 ~ 22.27%

%32.27
%45.45
%22.27

CMYK color model

#476431 color CMYK value is (29,0,51,61).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 51.00%
  • key color value is 60.78%
CMYK:
(29,0,51,61)
C29M0Y51K61 
(29%,0%,51%,61%)
(0.29/0.00/0.51/0.61)	

CMYK percentages

%29
%0
%51
%60.78

Codes

Color #476431 in popluar color models

476431
RGB7110049
HSL94°34.23%29.22%
HSB/HSV94°51.00%39.22%
CMYK29.00%0.00%51.00%
60.78%

Color #476431 in popluar number systems.

HEX476431
Decimal7110049
Binary10001111100100110001
Octal10714461

Shades and tints

Shades of #476431

#476431
(71,100,49)
#415B2D
(65,91,45)
#3B5229
(59,82,41)
#354925
(53,73,37)
#2F4021
(47,64,33)
#29371D
(41,55,29)
#232E19
(35,46,25)
#1D2515
(29,37,21)
#171C11
(23,28,17)
#11130D
(17,19,13)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #476431

#476431
(71,100,49)
#577243
(87,114,67)
#678055
(103,128,85)
#778E67
(119,142,103)
#879C79
(135,156,121)
#97AA8B
(151,170,139)
#A7B89D
(167,184,157)
#B7C6AF
(183,198,175)
#C7D4C1
(199,212,193)
#D7E2D3
(215,226,211)
#E7F0E5
(231,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476431; }

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

This text font color is #476431.


Background Color

.myBgColor { background-color: #476431; }

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

This div background color is #476431.


Border color

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

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

This div border color is #476431.


Opacity

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

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

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

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

This text has shadow with #476431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476431 on black background.


Color preview on white background

This text has color #476431 on white background.



Black color preview on #476431 background

This text has black color on #476431 background.


White color preview on #476431 background

This text has white color on #476431 background.