COLOR #472E1D

HEX: #472E1D
RGB: (71,46,29)

Color info

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

RGB color model

#472E1D color RGB value is (71,46,29).

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

RGB channels and saturation

R 71 of 255 = 28%
G 46 of 255 = 18%
B 29 of 255 = 11%

71
46
29

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

Portions of RGB colors in percentages

R + G + B =
71 + 46 + 29 = 146 (100%)
R 71 of 146 ~ 48.63%
G 46 of 146 ~ 31.51%
B 29 of 146 ~ 19.86%

%48.63
%31.51
%19.86

CMYK color model

#472E1D color CMYK value is (0,35,59,72).

  • cyan value is 0.00%
  • magenta value is 35.21%
  • yellow value is 59.15%
  • key color value is 72.16%
CMYK:
(0,35,59,72)
C0M35Y59K72 
(0%,35%,59%,72%)
(0.00/0.35/0.59/0.72)	

CMYK percentages

%0
%35.21
%59.15
%72.16

Codes

Color #472E1D in popluar color models

472E1D
RGB714629
HSL24°42.00%19.61%
HSB/HSV24°59.15%27.84%
CMYK0.00%35.21%59.15%
72.16%

Color #472E1D in popluar number systems.

HEX472E1D
Decimal714629
Binary100011110111011101
Octal1075635

Shades and tints

Shades of #472E1D

#472E1D
(71,46,29)
#412A1B
(65,42,27)
#3B2619
(59,38,25)
#352217
(53,34,23)
#2F1E15
(47,30,21)
#291A13
(41,26,19)
#231611
(35,22,17)
#1D120F
(29,18,15)
#170E0D
(23,14,13)
#110A0B
(17,10,11)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #472E1D

#472E1D
(71,46,29)
#574131
(87,65,49)
#675445
(103,84,69)
#776759
(119,103,89)
#877A6D
(135,122,109)
#978D81
(151,141,129)
#A7A095
(167,160,149)
#B7B3A9
(183,179,169)
#C7C6BD
(199,198,189)
#D7D9D1
(215,217,209)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E1D; }

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

This text font color is #472E1D.


Background Color

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

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

This div background color is #472E1D.


Border color

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

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

This div border color is #472E1D.


Opacity

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

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

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

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

This text has shadow with #472E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E1D on black background.


Color preview on white background

This text has color #472E1D on white background.



Black color preview on #472E1D background

This text has black color on #472E1D background.


White color preview on #472E1D background

This text has white color on #472E1D background.