COLOR #471412

HEX: #471412
RGB: (71,20,18)

Color info

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

RGB color model

#471412 color RGB value is (71,20,18).

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

RGB channels and saturation

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

71
20
18

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

Portions of RGB colors in percentages

R + G + B =
71 + 20 + 18 = 109 (100%)
R 71 of 109 ~ 65.14%
G 20 of 109 ~ 18.35%
B 18 of 109 ~ 16.51%

%65.14
%18.35
%16.51

CMYK color model

#471412 color CMYK value is (0,72,75,72).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 74.65%
  • key color value is 72.16%
CMYK:
(0,72,75,72)
C0M72Y75K72 
(0%,72%,75%,72%)
(0.00/0.72/0.75/0.72)	

CMYK percentages

%0
%71.83
%74.65
%72.16

Codes

Color #471412 in popluar color models

471412
RGB712018
HSL59.55%17.45%
HSB/HSV74.65%27.84%
CMYK0.00%71.83%74.65%
72.16%

Color #471412 in popluar number systems.

HEX471412
Decimal712018
Binary10001111010010010
Octal1072422

Shades and tints

Shades of #471412

#471412
(71,20,18)
#411311
(65,19,17)
#3B1210
(59,18,16)
#35110F
(53,17,15)
#2F100E
(47,16,14)
#290F0D
(41,15,13)
#230E0C
(35,14,12)
#1D0D0B
(29,13,11)
#170C0A
(23,12,10)
#110B09
(17,11,9)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #471412

#471412
(71,20,18)
#572927
(87,41,39)
#673E3C
(103,62,60)
#775351
(119,83,81)
#876866
(135,104,102)
#977D7B
(151,125,123)
#A79290
(167,146,144)
#B7A7A5
(183,167,165)
#C7BCBA
(199,188,186)
#D7D1CF
(215,209,207)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471412; }

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

This text font color is #471412.


Background Color

.myBgColor { background-color: #471412; }

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

This div background color is #471412.


Border color

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

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

This div border color is #471412.


Opacity

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

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

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

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

This text has shadow with #471412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471412 on black background.


Color preview on white background

This text has color #471412 on white background.



Black color preview on #471412 background

This text has black color on #471412 background.


White color preview on #471412 background

This text has white color on #471412 background.