COLOR #471E13

HEX: #471E13
RGB: (71,30,19)

Color info

#471E13 contains red, green and blue colors in about the same proportion. Web safe color of #471E13 is #333300 (or #330).

RGB color model

#471E13 color RGB value is (71,30,19).

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

RGB channels and saturation

R 71 of 255 = 28%
G 30 of 255 = 12%
B 19 of 255 = 7%

71
30
19

R + G + B ~ 16%. #471E13 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 30 + 19 = 120 (100%)
R 71 of 120 ~ 59.17%
G 30 of 120 ~ 25%
B 19 of 120 ~ 15.83%

%59.17
%25
%15.83

CMYK color model

#471E13 color CMYK value is (0,58,73,72).

  • cyan value is 0.00%
  • magenta value is 57.75%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(0,58,73,72)
C0M58Y73K72 
(0%,58%,73%,72%)
(0.00/0.58/0.73/0.72)	

CMYK percentages

%0
%57.75
%73.24
%72.16

Codes

Color #471E13 in popluar color models

471E13
RGB713019
HSL13°57.78%17.65%
HSB/HSV13°73.24%27.84%
CMYK0.00%57.75%73.24%
72.16%

Color #471E13 in popluar number systems.

HEX471E13
Decimal713019
Binary10001111111010011
Octal1073623

Shades and tints

Shades of #471E13

#471E13
(71,30,19)
#411C12
(65,28,18)
#3B1A11
(59,26,17)
#351810
(53,24,16)
#2F160F
(47,22,15)
#29140E
(41,20,14)
#23120D
(35,18,13)
#1D100C
(29,16,12)
#170E0B
(23,14,11)
#110C0A
(17,12,10)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #471E13

#471E13
(71,30,19)
#573228
(87,50,40)
#67463D
(103,70,61)
#775A52
(119,90,82)
#876E67
(135,110,103)
#97827C
(151,130,124)
#A79691
(167,150,145)
#B7AAA6
(183,170,166)
#C7BEBB
(199,190,187)
#D7D2D0
(215,210,208)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471E13; }

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

This text font color is #471E13.


Background Color

.myBgColor { background-color: #471E13; }

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

This div background color is #471E13.


Border color

.myBorderColor { border: 1px solid #471E13; }

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

This div border color is #471E13.


Opacity

.myOpacity80 { color: #471E13; opacity: 0.8; }

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

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

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

This text has shadow with #471E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471E13 on black background.


Color preview on white background

This text has color #471E13 on white background.



Black color preview on #471E13 background

This text has black color on #471E13 background.


White color preview on #471E13 background

This text has white color on #471E13 background.