COLOR #471204

HEX: #471204
RGB: (71,18,4)

Color info

#471204 contains mainly red and green colors. Web safe color of #471204 is #330000 (or #300).

RGB color model

#471204 color RGB value is (71,18,4).

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

RGB channels and saturation

R 71 of 255 = 28%
G 18 of 255 = 7%
B 4 of 255 = 2%

71
18
4

R + G + B ~ 12%. #471204 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 18 + 4 = 93 (100%)
R 71 of 93 ~ 76.34%
G 18 of 93 ~ 19.35%
B 4 of 93 ~ 4.3%

%76.34
%19.35

CMYK color model

#471204 color CMYK value is (0,75,94,72).

  • cyan value is 0.00%
  • magenta value is 74.65%
  • yellow value is 94.37%
  • key color value is 72.16%
CMYK:
(0,75,94,72)
C0M75Y94K72 
(0%,75%,94%,72%)
(0.00/0.75/0.94/0.72)	

CMYK percentages

%0
%74.65
%94.37
%72.16

Codes

Color #471204 in popluar color models

471204
RGB71184
HSL13°89.33%14.71%
HSB/HSV13°94.37%27.84%
CMYK0.00%74.65%94.37%
72.16%

Color #471204 in popluar number systems.

HEX471204
Decimal71184
Binary100011110010100
Octal107224

Shades and tints

Shades of #471204

#471204
(71,18,4)
#411104
(65,17,4)
#3B1004
(59,16,4)
#350F04
(53,15,4)
#2F0E04
(47,14,4)
#290D04
(41,13,4)
#230C04
(35,12,4)
#1D0B04
(29,11,4)
#170A04
(23,10,4)
#110904
(17,9,4)
#0B0804
(11,8,4)
#000000
(0,0,0)

Tints of #471204

#471204
(71,18,4)
#57271A
(87,39,26)
#673C30
(103,60,48)
#775146
(119,81,70)
#87665C
(135,102,92)
#977B72
(151,123,114)
#A79088
(167,144,136)
#B7A59E
(183,165,158)
#C7BAB4
(199,186,180)
#D7CFCA
(215,207,202)
#E7E4E0
(231,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471204; }

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

This text font color is #471204.


Background Color

.myBgColor { background-color: #471204; }

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

This div background color is #471204.


Border color

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

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

This div border color is #471204.


Opacity

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

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

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

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

This text has shadow with #471204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471204 on black background.


Color preview on white background

This text has color #471204 on white background.



Black color preview on #471204 background

This text has black color on #471204 background.


White color preview on #471204 background

This text has white color on #471204 background.