COLOR #472A1F

HEX: #472A1F
RGB: (71,42,31)

Color info

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

RGB color model

#472A1F color RGB value is (71,42,31).

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

RGB channels and saturation

R 71 of 255 = 28%
G 42 of 255 = 16%
B 31 of 255 = 12%

71
42
31

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

Portions of RGB colors in percentages

R + G + B =
71 + 42 + 31 = 144 (100%)
R 71 of 144 ~ 49.31%
G 42 of 144 ~ 29.17%
B 31 of 144 ~ 21.53%

%49.31
%29.17
%21.53

CMYK color model

#472A1F color CMYK value is (0,41,56,72).

  • cyan value is 0.00%
  • magenta value is 40.85%
  • yellow value is 56.34%
  • key color value is 72.16%
CMYK:
(0,41,56,72)
C0M41Y56K72 
(0%,41%,56%,72%)
(0.00/0.41/0.56/0.72)	

CMYK percentages

%0
%40.85
%56.34
%72.16

Codes

Color #472A1F in popluar color models

472A1F
RGB714231
HSL17°39.22%20.00%
HSB/HSV17°56.34%27.84%
CMYK0.00%40.85%56.34%
72.16%

Color #472A1F in popluar number systems.

HEX472A1F
Decimal714231
Binary100011110101011111
Octal1075237

Shades and tints

Shades of #472A1F

#472A1F
(71,42,31)
#41271D
(65,39,29)
#3B241B
(59,36,27)
#352119
(53,33,25)
#2F1E17
(47,30,23)
#291B15
(41,27,21)
#231813
(35,24,19)
#1D1511
(29,21,17)
#17120F
(23,18,15)
#110F0D
(17,15,13)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #472A1F

#472A1F
(71,42,31)
#573D33
(87,61,51)
#675047
(103,80,71)
#77635B
(119,99,91)
#87766F
(135,118,111)
#978983
(151,137,131)
#A79C97
(167,156,151)
#B7AFAB
(183,175,171)
#C7C2BF
(199,194,191)
#D7D5D3
(215,213,211)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472A1F; }

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

This text font color is #472A1F.


Background Color

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

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

This div background color is #472A1F.


Border color

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

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

This div border color is #472A1F.


Opacity

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

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

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

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

This text has shadow with #472A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472A1F on black background.


Color preview on white background

This text has color #472A1F on white background.



Black color preview on #472A1F background

This text has black color on #472A1F background.


White color preview on #472A1F background

This text has white color on #472A1F background.