COLOR #471413

HEX: #471413
RGB: (71,20,19)

Color info

#471413 contains red, green and blue colors in about the same proportion. Web safe color of #471413 is #330000 (or #300).

RGB color model

#471413 color RGB value is (71,20,19).

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

RGB channels and saturation

R 71 of 255 = 28%
G 20 of 255 = 8%
B 19 of 255 = 7%

71
20
19

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

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 19 = 110 (100%)
R 71 of 110 ~ 64.55%
G 20 of 110 ~ 18.18%
B 19 of 110 ~ 17.27%

%64.55
%18.18
%17.27

CMYK color model

#471413 color CMYK value is (0,72,73,72).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(0,72,73,72)
C0M72Y73K72 
(0%,72%,73%,72%)
(0.00/0.72/0.73/0.72)	

CMYK percentages

%0
%71.83
%73.24
%72.16

Codes

Color #471413 in popluar color models

471413
RGB712019
HSL57.78%17.65%
HSB/HSV73.24%27.84%
CMYK0.00%71.83%73.24%
72.16%

Color #471413 in popluar number systems.

HEX471413
Decimal712019
Binary10001111010010011
Octal1072423

Shades and tints

Shades of #471413

#471413
(71,20,19)
#411312
(65,19,18)
#3B1211
(59,18,17)
#351110
(53,17,16)
#2F100F
(47,16,15)
#290F0E
(41,15,14)
#230E0D
(35,14,13)
#1D0D0C
(29,13,12)
#170C0B
(23,12,11)
#110B0A
(17,11,10)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #471413

#471413
(71,20,19)
#572928
(87,41,40)
#673E3D
(103,62,61)
#775352
(119,83,82)
#876867
(135,104,103)
#977D7C
(151,125,124)
#A79291
(167,146,145)
#B7A7A6
(183,167,166)
#C7BCBB
(199,188,187)
#D7D1D0
(215,209,208)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471413; }

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

This text font color is #471413.


Background Color

.myBgColor { background-color: #471413; }

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

This div background color is #471413.


Border color

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

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

This div border color is #471413.


Opacity

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

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

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

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

This text has shadow with #471413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471413 on black background.


Color preview on white background

This text has color #471413 on white background.



Black color preview on #471413 background

This text has black color on #471413 background.


White color preview on #471413 background

This text has white color on #471413 background.