COLOR #471B2B

HEX: #471B2B
RGB: (71,27,43)

Color info

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

RGB color model

#471B2B color RGB value is (71,27,43).

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

RGB channels and saturation

R 71 of 255 = 28%
G 27 of 255 = 11%
B 43 of 255 = 17%

71
27
43

R + G + B ~ 19%. #471B2B is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 27 + 43 = 141 (100%)
R 71 of 141 ~ 50.35%
G 27 of 141 ~ 19.15%
B 43 of 141 ~ 30.5%

%50.35
%19.15
%30.5

CMYK color model

#471B2B color CMYK value is (0,62,39,72).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 39.44%
  • key color value is 72.16%
CMYK:
(0,62,39,72)
C0M62Y39K72 
(0%,62%,39%,72%)
(0.00/0.62/0.39/0.72)	

CMYK percentages

%0
%61.97
%39.44
%72.16

Codes

Color #471B2B in popluar color models

471B2B
RGB712743
HSL338°44.90%19.22%
HSB/HSV338°61.97%27.84%
CMYK0.00%61.97%39.44%
72.16%

Color #471B2B in popluar number systems.

HEX471B2B
Decimal712743
Binary100011111011101011
Octal1073353

Shades and tints

Shades of #471B2B

#471B2B
(71,27,43)
#411928
(65,25,40)
#3B1725
(59,23,37)
#351522
(53,21,34)
#2F131F
(47,19,31)
#29111C
(41,17,28)
#230F19
(35,15,25)
#1D0D16
(29,13,22)
#170B13
(23,11,19)
#110910
(17,9,16)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #471B2B

#471B2B
(71,27,43)
#572F3E
(87,47,62)
#674351
(103,67,81)
#775764
(119,87,100)
#876B77
(135,107,119)
#977F8A
(151,127,138)
#A7939D
(167,147,157)
#B7A7B0
(183,167,176)
#C7BBC3
(199,187,195)
#D7CFD6
(215,207,214)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B2B; }

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

This text font color is #471B2B.


Background Color

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

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

This div background color is #471B2B.


Border color

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

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

This div border color is #471B2B.


Opacity

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

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

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

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

This text has shadow with #471B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B2B on black background.


Color preview on white background

This text has color #471B2B on white background.



Black color preview on #471B2B background

This text has black color on #471B2B background.


White color preview on #471B2B background

This text has white color on #471B2B background.