COLOR #472204

HEX: #472204
RGB: (71,34,4)

Color info

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

RGB color model

#472204 color RGB value is (71,34,4).

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

RGB channels and saturation

R 71 of 255 = 28%
G 34 of 255 = 13%
B 4 of 255 = 2%

71
34
4

R + G + B ~ 14%. #472204 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 34 + 4 = 109 (100%)
R 71 of 109 ~ 65.14%
G 34 of 109 ~ 31.19%
B 4 of 109 ~ 3.67%

%65.14
%31.19

CMYK color model

#472204 color CMYK value is (0,52,94,72).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 94.37%
  • key color value is 72.16%
CMYK:
(0,52,94,72)
C0M52Y94K72 
(0%,52%,94%,72%)
(0.00/0.52/0.94/0.72)	

CMYK percentages

%0
%52.11
%94.37
%72.16

Codes

Color #472204 in popluar color models

472204
RGB71344
HSL27°89.33%14.71%
HSB/HSV27°94.37%27.84%
CMYK0.00%52.11%94.37%
72.16%

Color #472204 in popluar number systems.

HEX472204
Decimal71344
Binary1000111100010100
Octal107424

Shades and tints

Shades of #472204

#472204
(71,34,4)
#411F04
(65,31,4)
#3B1C04
(59,28,4)
#351904
(53,25,4)
#2F1604
(47,22,4)
#291304
(41,19,4)
#231004
(35,16,4)
#1D0D04
(29,13,4)
#170A04
(23,10,4)
#110704
(17,7,4)
#0B0404
(11,4,4)
#000000
(0,0,0)

Tints of #472204

#472204
(71,34,4)
#57361A
(87,54,26)
#674A30
(103,74,48)
#775E46
(119,94,70)
#87725C
(135,114,92)
#978672
(151,134,114)
#A79A88
(167,154,136)
#B7AE9E
(183,174,158)
#C7C2B4
(199,194,180)
#D7D6CA
(215,214,202)
#E7EAE0
(231,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472204; }

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

This text font color is #472204.


Background Color

.myBgColor { background-color: #472204; }

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

This div background color is #472204.


Border color

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

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

This div border color is #472204.


Opacity

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

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

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

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

This text has shadow with #472204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472204 on black background.


Color preview on white background

This text has color #472204 on white background.



Black color preview on #472204 background

This text has black color on #472204 background.


White color preview on #472204 background

This text has white color on #472204 background.