COLOR #472820

HEX: #472820
RGB: (71,40,32)

Color info

#472820 contains red, green and blue colors in about the same proportion. Web safe color of #472820 is #333333 (or #333).

RGB color model

#472820 color RGB value is (71,40,32).

  • red value is 71;
  • green value is 40;
  • blue value is 32.
RGB:
(71,40,32)
(28%,16%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 40 of 255 = 16%
B 32 of 255 = 13%

71
40
32

R + G + B ~ 19%. #472820 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 40 + 32 = 143 (100%)
R 71 of 143 ~ 49.65%
G 40 of 143 ~ 27.97%
B 32 of 143 ~ 22.38%

%49.65
%27.97
%22.38

CMYK color model

#472820 color CMYK value is (0,44,55,72).

  • cyan value is 0.00%
  • magenta value is 43.66%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(0,44,55,72)
C0M44Y55K72 
(0%,44%,55%,72%)
(0.00/0.44/0.55/0.72)	

CMYK percentages

%0
%43.66
%54.93
%72.16

Codes

Color #472820 in popluar color models

472820
RGB714032
HSL12°37.86%20.20%
HSB/HSV12°54.93%27.84%
CMYK0.00%43.66%54.93%
72.16%

Color #472820 in popluar number systems.

HEX472820
Decimal714032
Binary1000111101000100000
Octal1075040

Shades and tints

Shades of #472820

#472820
(71,40,32)
#41251E
(65,37,30)
#3B221C
(59,34,28)
#351F1A
(53,31,26)
#2F1C18
(47,28,24)
#291916
(41,25,22)
#231614
(35,22,20)
#1D1312
(29,19,18)
#171010
(23,16,16)
#110D0E
(17,13,14)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #472820

#472820
(71,40,32)
#573B34
(87,59,52)
#674E48
(103,78,72)
#77615C
(119,97,92)
#877470
(135,116,112)
#978784
(151,135,132)
#A79A98
(167,154,152)
#B7ADAC
(183,173,172)
#C7C0C0
(199,192,192)
#D7D3D4
(215,211,212)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472820; }

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

This text font color is #472820.


Background Color

.myBgColor { background-color: #472820; }

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

This div background color is #472820.


Border color

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

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

This div border color is #472820.


Opacity

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

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

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

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

This text has shadow with #472820 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472820 on black background.


Color preview on white background

This text has color #472820 on white background.



Black color preview on #472820 background

This text has black color on #472820 background.


White color preview on #472820 background

This text has white color on #472820 background.