COLOR #471512

HEX: #471512
RGB: (71,21,18)

Color info

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

RGB color model

#471512 color RGB value is (71,21,18).

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

RGB channels and saturation

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

71
21
18

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

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 18 = 110 (100%)
R 71 of 110 ~ 64.55%
G 21 of 110 ~ 19.09%
B 18 of 110 ~ 16.36%

%64.55
%19.09
%16.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 70.42%
  • yellow value is 74.65%
  • key color value is 72.16%
CMYK:
(0,70,75,72)
C0M70Y75K72 
(0%,70%,75%,72%)
(0.00/0.70/0.75/0.72)	

CMYK percentages

%0
%70.42
%74.65
%72.16

Codes

Color #471512 in popluar color models

471512
RGB712118
HSL59.55%17.45%
HSB/HSV74.65%27.84%
CMYK0.00%70.42%74.65%
72.16%

Color #471512 in popluar number systems.

HEX471512
Decimal712118
Binary10001111010110010
Octal1072522

Shades and tints

Shades of #471512

#471512
(71,21,18)
#411411
(65,20,17)
#3B1310
(59,19,16)
#35120F
(53,18,15)
#2F110E
(47,17,14)
#29100D
(41,16,13)
#230F0C
(35,15,12)
#1D0E0B
(29,14,11)
#170D0A
(23,13,10)
#110C09
(17,12,9)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #471512

#471512
(71,21,18)
#572A27
(87,42,39)
#673F3C
(103,63,60)
#775451
(119,84,81)
#876966
(135,105,102)
#977E7B
(151,126,123)
#A79390
(167,147,144)
#B7A8A5
(183,168,165)
#C7BDBA
(199,189,186)
#D7D2CF
(215,210,207)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471512; }

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

This text font color is #471512.


Background Color

.myBgColor { background-color: #471512; }

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

This div background color is #471512.


Border color

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

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

This div border color is #471512.


Opacity

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

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

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

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

This text has shadow with #471512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471512 on black background.


Color preview on white background

This text has color #471512 on white background.



Black color preview on #471512 background

This text has black color on #471512 background.


White color preview on #471512 background

This text has white color on #471512 background.