COLOR #471410

HEX: #471410
RGB: (71,20,16)

Color info

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

RGB color model

#471410 color RGB value is (71,20,16).

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

RGB channels and saturation

R 71 of 255 = 28%
G 20 of 255 = 8%
B 16 of 255 = 6%

71
20
16

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

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 16 = 107 (100%)
R 71 of 107 ~ 66.36%
G 20 of 107 ~ 18.69%
B 16 of 107 ~ 14.95%

%66.36
%18.69
%14.95

CMYK color model

#471410 color CMYK value is (0,72,77,72).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 77.46%
  • key color value is 72.16%
CMYK:
(0,72,77,72)
C0M72Y77K72 
(0%,72%,77%,72%)
(0.00/0.72/0.77/0.72)	

CMYK percentages

%0
%71.83
%77.46
%72.16

Codes

Color #471410 in popluar color models

471410
RGB712016
HSL63.22%17.06%
HSB/HSV77.46%27.84%
CMYK0.00%71.83%77.46%
72.16%

Color #471410 in popluar number systems.

HEX471410
Decimal712016
Binary10001111010010000
Octal1072420

Shades and tints

Shades of #471410

#471410
(71,20,16)
#41130F
(65,19,15)
#3B120E
(59,18,14)
#35110D
(53,17,13)
#2F100C
(47,16,12)
#290F0B
(41,15,11)
#230E0A
(35,14,10)
#1D0D09
(29,13,9)
#170C08
(23,12,8)
#110B07
(17,11,7)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #471410

#471410
(71,20,16)
#572925
(87,41,37)
#673E3A
(103,62,58)
#77534F
(119,83,79)
#876864
(135,104,100)
#977D79
(151,125,121)
#A7928E
(167,146,142)
#B7A7A3
(183,167,163)
#C7BCB8
(199,188,184)
#D7D1CD
(215,209,205)
#E7E6E2
(231,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471410; }

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

This text font color is #471410.


Background Color

.myBgColor { background-color: #471410; }

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

This div background color is #471410.


Border color

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

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

This div border color is #471410.


Opacity

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

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

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

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

This text has shadow with #471410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471410 on black background.


Color preview on white background

This text has color #471410 on white background.



Black color preview on #471410 background

This text has black color on #471410 background.


White color preview on #471410 background

This text has white color on #471410 background.