COLOR #471404

HEX: #471404
RGB: (71,20,4)

Color info

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

RGB color model

#471404 color RGB value is (71,20,4).

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

RGB channels and saturation

R 71 of 255 = 28%
G 20 of 255 = 8%
B 4 of 255 = 2%

71
20
4

R + G + B ~ 13%. #471404 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 4 = 95 (100%)
R 71 of 95 ~ 74.74%
G 20 of 95 ~ 21.05%
B 4 of 95 ~ 4.21%

%74.74
%21.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 94.37%
  • key color value is 72.16%
CMYK:
(0,72,94,72)
C0M72Y94K72 
(0%,72%,94%,72%)
(0.00/0.72/0.94/0.72)	

CMYK percentages

%0
%71.83
%94.37
%72.16

Codes

Color #471404 in popluar color models

471404
RGB71204
HSL14°89.33%14.71%
HSB/HSV14°94.37%27.84%
CMYK0.00%71.83%94.37%
72.16%

Color #471404 in popluar number systems.

HEX471404
Decimal71204
Binary100011110100100
Octal107244

Shades and tints

Shades of #471404

#471404
(71,20,4)
#411304
(65,19,4)
#3B1204
(59,18,4)
#351104
(53,17,4)
#2F1004
(47,16,4)
#290F04
(41,15,4)
#230E04
(35,14,4)
#1D0D04
(29,13,4)
#170C04
(23,12,4)
#110B04
(17,11,4)
#0B0A04
(11,10,4)
#000000
(0,0,0)

Tints of #471404

#471404
(71,20,4)
#57291A
(87,41,26)
#673E30
(103,62,48)
#775346
(119,83,70)
#87685C
(135,104,92)
#977D72
(151,125,114)
#A79288
(167,146,136)
#B7A79E
(183,167,158)
#C7BCB4
(199,188,180)
#D7D1CA
(215,209,202)
#E7E6E0
(231,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471404; }

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

This text font color is #471404.


Background Color

.myBgColor { background-color: #471404; }

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

This div background color is #471404.


Border color

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

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

This div border color is #471404.


Opacity

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

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

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

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

This text has shadow with #471404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471404 on black background.


Color preview on white background

This text has color #471404 on white background.



Black color preview on #471404 background

This text has black color on #471404 background.


White color preview on #471404 background

This text has white color on #471404 background.