COLOR #472E13

HEX: #472E13
RGB: (71,46,19)

Color info

#472E13 contains red, green and blue colors in about the same proportion. Web safe color of #472E13 is #333300 (or #330).

RGB color model

#472E13 color RGB value is (71,46,19).

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

RGB channels and saturation

R 71 of 255 = 28%
G 46 of 255 = 18%
B 19 of 255 = 7%

71
46
19

R + G + B ~ 18%. #472E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 46 + 19 = 136 (100%)
R 71 of 136 ~ 52.21%
G 46 of 136 ~ 33.82%
B 19 of 136 ~ 13.97%

%52.21
%33.82
%13.97

CMYK color model

#472E13 color CMYK value is (0,35,73,72).

  • cyan value is 0.00%
  • magenta value is 35.21%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(0,35,73,72)
C0M35Y73K72 
(0%,35%,73%,72%)
(0.00/0.35/0.73/0.72)	

CMYK percentages

%0
%35.21
%73.24
%72.16

Codes

Color #472E13 in popluar color models

472E13
RGB714619
HSL31°57.78%17.65%
HSB/HSV31°73.24%27.84%
CMYK0.00%35.21%73.24%
72.16%

Color #472E13 in popluar number systems.

HEX472E13
Decimal714619
Binary100011110111010011
Octal1075623

Shades and tints

Shades of #472E13

#472E13
(71,46,19)
#412A12
(65,42,18)
#3B2611
(59,38,17)
#352210
(53,34,16)
#2F1E0F
(47,30,15)
#291A0E
(41,26,14)
#23160D
(35,22,13)
#1D120C
(29,18,12)
#170E0B
(23,14,11)
#110A0A
(17,10,10)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #472E13

#472E13
(71,46,19)
#574128
(87,65,40)
#67543D
(103,84,61)
#776752
(119,103,82)
#877A67
(135,122,103)
#978D7C
(151,141,124)
#A7A091
(167,160,145)
#B7B3A6
(183,179,166)
#C7C6BB
(199,198,187)
#D7D9D0
(215,217,208)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472E13; }

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

This text font color is #472E13.


Background Color

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

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

This div background color is #472E13.


Border color

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

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

This div border color is #472E13.


Opacity

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

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

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

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

This text has shadow with #472E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472E13 on black background.


Color preview on white background

This text has color #472E13 on white background.



Black color preview on #472E13 background

This text has black color on #472E13 background.


White color preview on #472E13 background

This text has white color on #472E13 background.