COLOR #472415

HEX: #472415
RGB: (71,36,21)

Color info

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

RGB color model

#472415 color RGB value is (71,36,21).

  • red value is 71;
  • green value is 36;
  • blue value is 21.
RGB:
(71,36,21)
(28%,14%,8%)

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 21 of 255 = 8%

71
36
21

R + G + B ~ 17%. #472415 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 21 = 128 (100%)
R 71 of 128 ~ 55.47%
G 36 of 128 ~ 28.13%
B 21 of 128 ~ 16.41%

%55.47
%28.13
%16.41

CMYK color model

#472415 color CMYK value is (0,49,70,72).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 70.42%
  • key color value is 72.16%
CMYK:
(0,49,70,72)
C0M49Y70K72 
(0%,49%,70%,72%)
(0.00/0.49/0.70/0.72)	

CMYK percentages

%0
%49.3
%70.42
%72.16

Codes

Color #472415 in popluar color models

472415
RGB713621
HSL18°54.35%18.04%
HSB/HSV18°70.42%27.84%
CMYK0.00%49.30%70.42%
72.16%

Color #472415 in popluar number systems.

HEX472415
Decimal713621
Binary100011110010010101
Octal1074425

Shades and tints

Shades of #472415

#472415
(71,36,21)
#412114
(65,33,20)
#3B1E13
(59,30,19)
#351B12
(53,27,18)
#2F1811
(47,24,17)
#291510
(41,21,16)
#23120F
(35,18,15)
#1D0F0E
(29,15,14)
#170C0D
(23,12,13)
#11090C
(17,9,12)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #472415

#472415
(71,36,21)
#57372A
(87,55,42)
#674A3F
(103,74,63)
#775D54
(119,93,84)
#877069
(135,112,105)
#97837E
(151,131,126)
#A79693
(167,150,147)
#B7A9A8
(183,169,168)
#C7BCBD
(199,188,189)
#D7CFD2
(215,207,210)
#E7E2E7
(231,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472415 color. Also use rgb(71,36,21) instead hex code.

Text Font Color

.myTextColor { color: #472415; }

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

This text font color is #472415.


Background Color

.myBgColor { background-color: #472415; }

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

This div background color is #472415.


Border color

.myBorderColor { border: 1px solid #472415; }

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

This div border color is #472415.


Opacity

.myOpacity80 { color: #472415; opacity: 0.8; }

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

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

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

This text has shadow with #472415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472415 on black background.


Color preview on white background

This text has color #472415 on white background.



Black color preview on #472415 background

This text has black color on #472415 background.


White color preview on #472415 background

This text has white color on #472415 background.