COLOR #471B20

HEX: #471B20
RGB: (71,27,32)

Color info

#471B20 contains red, green and blue colors in about the same proportion. Web safe color of #471B20 is #333333 (or #333).

RGB color model

#471B20 color RGB value is (71,27,32).

  • red value is 71;
  • green value is 27;
  • blue value is 32.
RGB:
(71,27,32)
(28%,11%,13%)

RGB channels and saturation

R 71 of 255 = 28%
G 27 of 255 = 11%
B 32 of 255 = 13%

71
27
32

R + G + B ~ 17%. #471B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 27 + 32 = 130 (100%)
R 71 of 130 ~ 54.62%
G 27 of 130 ~ 20.77%
B 32 of 130 ~ 24.62%

%54.62
%20.77
%24.62

CMYK color model

#471B20 color CMYK value is (0,62,55,72).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(0,62,55,72)
C0M62Y55K72 
(0%,62%,55%,72%)
(0.00/0.62/0.55/0.72)	

CMYK percentages

%0
%61.97
%54.93
%72.16

Codes

Color #471B20 in popluar color models

471B20
RGB712732
HSL353°44.90%19.22%
HSB/HSV353°61.97%27.84%
CMYK0.00%61.97%54.93%
72.16%

Color #471B20 in popluar number systems.

HEX471B20
Decimal712732
Binary100011111011100000
Octal1073340

Shades and tints

Shades of #471B20

#471B20
(71,27,32)
#41191E
(65,25,30)
#3B171C
(59,23,28)
#35151A
(53,21,26)
#2F1318
(47,19,24)
#291116
(41,17,22)
#230F14
(35,15,20)
#1D0D12
(29,13,18)
#170B10
(23,11,16)
#11090E
(17,9,14)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #471B20

#471B20
(71,27,32)
#572F34
(87,47,52)
#674348
(103,67,72)
#77575C
(119,87,92)
#876B70
(135,107,112)
#977F84
(151,127,132)
#A79398
(167,147,152)
#B7A7AC
(183,167,172)
#C7BBC0
(199,187,192)
#D7CFD4
(215,207,212)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471B20 color. Also use rgb(71,27,32) instead hex code.

Text Font Color

.myTextColor { color: #471B20; }

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

This text font color is #471B20.


Background Color

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

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

This div background color is #471B20.


Border color

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

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

This div border color is #471B20.


Opacity

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

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

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

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

This text has shadow with #471B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B20 on black background.


Color preview on white background

This text has color #471B20 on white background.



Black color preview on #471B20 background

This text has black color on #471B20 background.


White color preview on #471B20 background

This text has white color on #471B20 background.