COLOR #471612

HEX: #471612
RGB: (71,22,18)

Color info

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

RGB color model

#471612 color RGB value is (71,22,18).

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

RGB channels and saturation

R 71 of 255 = 28%
G 22 of 255 = 9%
B 18 of 255 = 7%

71
22
18

R + G + B ~ 15%. #471612 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 22 + 18 = 111 (100%)
R 71 of 111 ~ 63.96%
G 22 of 111 ~ 19.82%
B 18 of 111 ~ 16.22%

%63.96
%19.82
%16.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 69.01%
  • yellow value is 74.65%
  • key color value is 72.16%
CMYK:
(0,69,75,72)
C0M69Y75K72 
(0%,69%,75%,72%)
(0.00/0.69/0.75/0.72)	

CMYK percentages

%0
%69.01
%74.65
%72.16

Codes

Color #471612 in popluar color models

471612
RGB712218
HSL59.55%17.45%
HSB/HSV74.65%27.84%
CMYK0.00%69.01%74.65%
72.16%

Color #471612 in popluar number systems.

HEX471612
Decimal712218
Binary10001111011010010
Octal1072622

Shades and tints

Shades of #471612

#471612
(71,22,18)
#411411
(65,20,17)
#3B1210
(59,18,16)
#35100F
(53,16,15)
#2F0E0E
(47,14,14)
#290C0D
(41,12,13)
#230A0C
(35,10,12)
#1D080B
(29,8,11)
#17060A
(23,6,10)
#110409
(17,4,9)
#0B0208
(11,2,8)
#000000
(0,0,0)

Tints of #471612

#471612
(71,22,18)
#572B27
(87,43,39)
#67403C
(103,64,60)
#775551
(119,85,81)
#876A66
(135,106,102)
#977F7B
(151,127,123)
#A79490
(167,148,144)
#B7A9A5
(183,169,165)
#C7BEBA
(199,190,186)
#D7D3CF
(215,211,207)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471612; }

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

This text font color is #471612.


Background Color

.myBgColor { background-color: #471612; }

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

This div background color is #471612.


Border color

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

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

This div border color is #471612.


Opacity

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

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

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

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

This text has shadow with #471612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471612 on black background.


Color preview on white background

This text has color #471612 on white background.



Black color preview on #471612 background

This text has black color on #471612 background.


White color preview on #471612 background

This text has white color on #471612 background.