COLOR #472D1F

HEX: #472D1F
RGB: (71,45,31)

Color info

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

RGB color model

#472D1F color RGB value is (71,45,31).

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

RGB channels and saturation

R 71 of 255 = 28%
G 45 of 255 = 18%
B 31 of 255 = 12%

71
45
31

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

Portions of RGB colors in percentages

R + G + B =
71 + 45 + 31 = 147 (100%)
R 71 of 147 ~ 48.3%
G 45 of 147 ~ 30.61%
B 31 of 147 ~ 21.09%

%48.3
%30.61
%21.09

CMYK color model

#472D1F color CMYK value is (0,37,56,72).

  • cyan value is 0.00%
  • magenta value is 36.62%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(0,37,56,72)
C0M37Y56K72 
(0%,37%,56%,72%)
(0.00/0.37/0.56/0.72)	

CMYK percentages

%0
%36.62
%56.34
%72.16

Codes

Color #472D1F in popluar color models

472D1F
RGB714531
HSL21°39.22%20.00%
HSB/HSV21°56.34%27.84%
CMYK0.00%36.62%56.34%
72.16%

Color #472D1F in popluar number systems.

HEX472D1F
Decimal714531
Binary100011110110111111
Octal1075537

Shades and tints

Shades of #472D1F

#472D1F
(71,45,31)
#41291D
(65,41,29)
#3B251B
(59,37,27)
#352119
(53,33,25)
#2F1D17
(47,29,23)
#291915
(41,25,21)
#231513
(35,21,19)
#1D1111
(29,17,17)
#170D0F
(23,13,15)
#11090D
(17,9,13)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #472D1F

#472D1F
(71,45,31)
#574033
(87,64,51)
#675347
(103,83,71)
#77665B
(119,102,91)
#87796F
(135,121,111)
#978C83
(151,140,131)
#A79F97
(167,159,151)
#B7B2AB
(183,178,171)
#C7C5BF
(199,197,191)
#D7D8D3
(215,216,211)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472D1F; }

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

This text font color is #472D1F.


Background Color

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

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

This div background color is #472D1F.


Border color

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

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

This div border color is #472D1F.


Opacity

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

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

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

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

This text has shadow with #472D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472D1F on black background.


Color preview on white background

This text has color #472D1F on white background.



Black color preview on #472D1F background

This text has black color on #472D1F background.


White color preview on #472D1F background

This text has white color on #472D1F background.