COLOR #472C20

HEX: #472C20
RGB: (71,44,32)

Color info

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

RGB color model

#472C20 color RGB value is (71,44,32).

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

RGB channels and saturation

R 71 of 255 = 28%
G 44 of 255 = 17%
B 32 of 255 = 13%

71
44
32

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

Portions of RGB colors in percentages

R + G + B =
71 + 44 + 32 = 147 (100%)
R 71 of 147 ~ 48.3%
G 44 of 147 ~ 29.93%
B 32 of 147 ~ 21.77%

%48.3
%29.93
%21.77

CMYK color model

#472C20 color CMYK value is (0,38,55,72).

  • cyan value is 0.00%
  • magenta value is 38.03%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(0,38,55,72)
C0M38Y55K72 
(0%,38%,55%,72%)
(0.00/0.38/0.55/0.72)	

CMYK percentages

%0
%38.03
%54.93
%72.16

Codes

Color #472C20 in popluar color models

472C20
RGB714432
HSL18°37.86%20.20%
HSB/HSV18°54.93%27.84%
CMYK0.00%38.03%54.93%
72.16%

Color #472C20 in popluar number systems.

HEX472C20
Decimal714432
Binary1000111101100100000
Octal1075440

Shades and tints

Shades of #472C20

#472C20
(71,44,32)
#41281E
(65,40,30)
#3B241C
(59,36,28)
#35201A
(53,32,26)
#2F1C18
(47,28,24)
#291816
(41,24,22)
#231414
(35,20,20)
#1D1012
(29,16,18)
#170C10
(23,12,16)
#11080E
(17,8,14)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #472C20

#472C20
(71,44,32)
#573F34
(87,63,52)
#675248
(103,82,72)
#77655C
(119,101,92)
#877870
(135,120,112)
#978B84
(151,139,132)
#A79E98
(167,158,152)
#B7B1AC
(183,177,172)
#C7C4C0
(199,196,192)
#D7D7D4
(215,215,212)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C20; }

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

This text font color is #472C20.


Background Color

.myBgColor { background-color: #472C20; }

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

This div background color is #472C20.


Border color

.myBorderColor { border: 1px solid #472C20; }

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

This div border color is #472C20.


Opacity

.myOpacity80 { color: #472C20; opacity: 0.8; }

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

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

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

This text has shadow with #472C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C20 on black background.


Color preview on white background

This text has color #472C20 on white background.



Black color preview on #472C20 background

This text has black color on #472C20 background.


White color preview on #472C20 background

This text has white color on #472C20 background.