COLOR #471013

HEX: #471013
RGB: (71,16,19)

Color info

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

RGB color model

#471013 color RGB value is (71,16,19).

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

RGB channels and saturation

R 71 of 255 = 28%
G 16 of 255 = 6%
B 19 of 255 = 7%

71
16
19

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

Portions of RGB colors in percentages

R + G + B =
71 + 16 + 19 = 106 (100%)
R 71 of 106 ~ 66.98%
G 16 of 106 ~ 15.09%
B 19 of 106 ~ 17.92%

%66.98
%15.09
%17.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 77.46%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(0,77,73,72)
C0M77Y73K72 
(0%,77%,73%,72%)
(0.00/0.77/0.73/0.72)	

CMYK percentages

%0
%77.46
%73.24
%72.16

Codes

Color #471013 in popluar color models

471013
RGB711619
HSL357°63.22%17.06%
HSB/HSV357°77.46%27.84%
CMYK0.00%77.46%73.24%
72.16%

Color #471013 in popluar number systems.

HEX471013
Decimal711619
Binary10001111000010011
Octal1072023

Shades and tints

Shades of #471013

#471013
(71,16,19)
#410F12
(65,15,18)
#3B0E11
(59,14,17)
#350D10
(53,13,16)
#2F0C0F
(47,12,15)
#290B0E
(41,11,14)
#230A0D
(35,10,13)
#1D090C
(29,9,12)
#17080B
(23,8,11)
#11070A
(17,7,10)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #471013

#471013
(71,16,19)
#572528
(87,37,40)
#673A3D
(103,58,61)
#774F52
(119,79,82)
#876467
(135,100,103)
#97797C
(151,121,124)
#A78E91
(167,142,145)
#B7A3A6
(183,163,166)
#C7B8BB
(199,184,187)
#D7CDD0
(215,205,208)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471013; }

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

This text font color is #471013.


Background Color

.myBgColor { background-color: #471013; }

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

This div background color is #471013.


Border color

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

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

This div border color is #471013.


Opacity

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

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

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

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

This text has shadow with #471013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471013 on black background.


Color preview on white background

This text has color #471013 on white background.



Black color preview on #471013 background

This text has black color on #471013 background.


White color preview on #471013 background

This text has white color on #471013 background.