COLOR #472404

HEX: #472404
RGB: (71,36,4)

Color info

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

RGB color model

#472404 color RGB value is (71,36,4).

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

RGB channels and saturation

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

71
36
4

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

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 4 = 111 (100%)
R 71 of 111 ~ 63.96%
G 36 of 111 ~ 32.43%
B 4 of 111 ~ 3.6%

%63.96
%32.43

CMYK color model

#472404 color CMYK value is (0,49,94,72).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 94.37%
  • key color value is 72.16%
CMYK:
(0,49,94,72)
C0M49Y94K72 
(0%,49%,94%,72%)
(0.00/0.49/0.94/0.72)	

CMYK percentages

%0
%49.3
%94.37
%72.16

Codes

Color #472404 in popluar color models

472404
RGB71364
HSL29°89.33%14.71%
HSB/HSV29°94.37%27.84%
CMYK0.00%49.30%94.37%
72.16%

Color #472404 in popluar number systems.

HEX472404
Decimal71364
Binary1000111100100100
Octal107444

Shades and tints

Shades of #472404

#472404
(71,36,4)
#412104
(65,33,4)
#3B1E04
(59,30,4)
#351B04
(53,27,4)
#2F1804
(47,24,4)
#291504
(41,21,4)
#231204
(35,18,4)
#1D0F04
(29,15,4)
#170C04
(23,12,4)
#110904
(17,9,4)
#0B0604
(11,6,4)
#000000
(0,0,0)

Tints of #472404

#472404
(71,36,4)
#57371A
(87,55,26)
#674A30
(103,74,48)
#775D46
(119,93,70)
#87705C
(135,112,92)
#978372
(151,131,114)
#A79688
(167,150,136)
#B7A99E
(183,169,158)
#C7BCB4
(199,188,180)
#D7CFCA
(215,207,202)
#E7E2E0
(231,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472404; }

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

This text font color is #472404.


Background Color

.myBgColor { background-color: #472404; }

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

This div background color is #472404.


Border color

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

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

This div border color is #472404.


Opacity

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

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

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

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

This text has shadow with #472404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472404 on black background.


Color preview on white background

This text has color #472404 on white background.



Black color preview on #472404 background

This text has black color on #472404 background.


White color preview on #472404 background

This text has white color on #472404 background.