COLOR #472E1E

HEX: #472E1E
RGB: (71,46,30)

Color info

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

RGB color model

#472E1E color RGB value is (71,46,30).

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

RGB channels and saturation

R 71 of 255 = 28%
G 46 of 255 = 18%
B 30 of 255 = 12%

71
46
30

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

Portions of RGB colors in percentages

R + G + B =
71 + 46 + 30 = 147 (100%)
R 71 of 147 ~ 48.3%
G 46 of 147 ~ 31.29%
B 30 of 147 ~ 20.41%

%48.3
%31.29
%20.41

CMYK color model

#472E1E color CMYK value is (0,35,58,72).

  • cyan value is 0.00%
  • magenta value is 35.21%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(0,35,58,72)
C0M35Y58K72 
(0%,35%,58%,72%)
(0.00/0.35/0.58/0.72)	

CMYK percentages

%0
%35.21
%57.75
%72.16

Codes

Color #472E1E in popluar color models

472E1E
RGB714630
HSL23°40.59%19.80%
HSB/HSV23°57.75%27.84%
CMYK0.00%35.21%57.75%
72.16%

Color #472E1E in popluar number systems.

HEX472E1E
Decimal714630
Binary100011110111011110
Octal1075636

Shades and tints

Shades of #472E1E

#472E1E
(71,46,30)
#412A1C
(65,42,28)
#3B261A
(59,38,26)
#352218
(53,34,24)
#2F1E16
(47,30,22)
#291A14
(41,26,20)
#231612
(35,22,18)
#1D1210
(29,18,16)
#170E0E
(23,14,14)
#110A0C
(17,10,12)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #472E1E

#472E1E
(71,46,30)
#574132
(87,65,50)
#675446
(103,84,70)
#77675A
(119,103,90)
#877A6E
(135,122,110)
#978D82
(151,141,130)
#A7A096
(167,160,150)
#B7B3AA
(183,179,170)
#C7C6BE
(199,198,190)
#D7D9D2
(215,217,210)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472E1E color. Also use rgb(71,46,30) instead hex code.

Text Font Color

.myTextColor { color: #472E1E; }

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

This text font color is #472E1E.


Background Color

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

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

This div background color is #472E1E.


Border color

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

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

This div border color is #472E1E.


Opacity

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

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

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

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

This text has shadow with #472E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E1E on black background.


Color preview on white background

This text has color #472E1E on white background.



Black color preview on #472E1E background

This text has black color on #472E1E background.


White color preview on #472E1E background

This text has white color on #472E1E background.