COLOR #472D1C

HEX: #472D1C
RGB: (71,45,28)

Color info

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

RGB color model

#472D1C color RGB value is (71,45,28).

  • red value is 71;
  • green value is 45;
  • blue value is 28.
RGB:
(71,45,28)
(28%,18%,11%)

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 28 of 255 = 11%

71
45
28

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

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 28 = 144 (100%)
R 71 of 144 ~ 49.31%
G 45 of 144 ~ 31.25%
B 28 of 144 ~ 19.44%

%49.31
%31.25
%19.44

CMYK color model

#472D1C color CMYK value is (0,37,61,72).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 60.56%
  • key color value is 72.16%
CMYK:
(0,37,61,72)
C0M37Y61K72 
(0%,37%,61%,72%)
(0.00/0.37/0.61/0.72)	

CMYK percentages

%0
%36.62
%60.56
%72.16

Codes

Color #472D1C in popluar color models

472D1C
RGB714528
HSL24°43.43%19.41%
HSB/HSV24°60.56%27.84%
CMYK0.00%36.62%60.56%
72.16%

Color #472D1C in popluar number systems.

HEX472D1C
Decimal714528
Binary100011110110111100
Octal1075534

Shades and tints

Shades of #472D1C

#472D1C
(71,45,28)
#41291A
(65,41,26)
#3B2518
(59,37,24)
#352116
(53,33,22)
#2F1D14
(47,29,20)
#291912
(41,25,18)
#231510
(35,21,16)
#1D110E
(29,17,14)
#170D0C
(23,13,12)
#11090A
(17,9,10)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #472D1C

#472D1C
(71,45,28)
#574030
(87,64,48)
#675344
(103,83,68)
#776658
(119,102,88)
#87796C
(135,121,108)
#978C80
(151,140,128)
#A79F94
(167,159,148)
#B7B2A8
(183,178,168)
#C7C5BC
(199,197,188)
#D7D8D0
(215,216,208)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472D1C color. Also use rgb(71,45,28) instead hex code.

Text Font Color

.myTextColor { color: #472D1C; }

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

This text font color is #472D1C.


Background Color

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

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

This div background color is #472D1C.


Border color

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

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

This div border color is #472D1C.


Opacity

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

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

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

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

This text has shadow with #472D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D1C on black background.


Color preview on white background

This text has color #472D1C on white background.



Black color preview on #472D1C background

This text has black color on #472D1C background.


White color preview on #472D1C background

This text has white color on #472D1C background.