COLOR #472405

HEX: #472405
RGB: (71,36,5)

Color info

#472405 contains mainly red and green colors. Web safe color of #472405 is #333300 (or #330).

RGB color model

#472405 color RGB value is (71,36,5).

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

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 5 of 255 = 2%

71
36
5

R + G + B ~ 15%. #472405 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 5 = 112 (100%)
R 71 of 112 ~ 63.39%
G 36 of 112 ~ 32.14%
B 5 of 112 ~ 4.46%

%63.39
%32.14

CMYK color model

#472405 color CMYK value is (0,49,93,72).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 92.96%
  • key color value is 72.16%
CMYK:
(0,49,93,72)
C0M49Y93K72 
(0%,49%,93%,72%)
(0.00/0.49/0.93/0.72)	

CMYK percentages

%0
%49.3
%92.96
%72.16

Codes

Color #472405 in popluar color models

472405
RGB71365
HSL28°86.84%14.90%
HSB/HSV28°92.96%27.84%
CMYK0.00%49.30%92.96%
72.16%

Color #472405 in popluar number systems.

HEX472405
Decimal71365
Binary1000111100100101
Octal107445

Shades and tints

Shades of #472405

#472405
(71,36,5)
#412105
(65,33,5)
#3B1E05
(59,30,5)
#351B05
(53,27,5)
#2F1805
(47,24,5)
#291505
(41,21,5)
#231205
(35,18,5)
#1D0F05
(29,15,5)
#170C05
(23,12,5)
#110905
(17,9,5)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #472405

#472405
(71,36,5)
#57371B
(87,55,27)
#674A31
(103,74,49)
#775D47
(119,93,71)
#87705D
(135,112,93)
#978373
(151,131,115)
#A79689
(167,150,137)
#B7A99F
(183,169,159)
#C7BCB5
(199,188,181)
#D7CFCB
(215,207,203)
#E7E2E1
(231,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472405; }

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

This text font color is #472405.


Background Color

.myBgColor { background-color: #472405; }

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

This div background color is #472405.


Border color

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

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

This div border color is #472405.


Opacity

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

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

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

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

This text has shadow with #472405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472405 on black background.


Color preview on white background

This text has color #472405 on white background.



Black color preview on #472405 background

This text has black color on #472405 background.


White color preview on #472405 background

This text has white color on #472405 background.