COLOR #471B2A

HEX: #471B2A
RGB: (71,27,42)

Color info

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

RGB color model

#471B2A color RGB value is (71,27,42).

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

RGB channels and saturation

R 71 of 255 = 28%
G 27 of 255 = 11%
B 42 of 255 = 16%

71
27
42

R + G + B ~ 18%. #471B2A is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 27 + 42 = 140 (100%)
R 71 of 140 ~ 50.71%
G 27 of 140 ~ 19.29%
B 42 of 140 ~ 30%

%50.71
%19.29
%30

CMYK color model

#471B2A color CMYK value is (0,62,41,72).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(0,62,41,72)
C0M62Y41K72 
(0%,62%,41%,72%)
(0.00/0.62/0.41/0.72)	

CMYK percentages

%0
%61.97
%40.85
%72.16

Codes

Color #471B2A in popluar color models

471B2A
RGB712742
HSL340°44.90%19.22%
HSB/HSV340°61.97%27.84%
CMYK0.00%61.97%40.85%
72.16%

Color #471B2A in popluar number systems.

HEX471B2A
Decimal712742
Binary100011111011101010
Octal1073352

Shades and tints

Shades of #471B2A

#471B2A
(71,27,42)
#411927
(65,25,39)
#3B1724
(59,23,36)
#351521
(53,21,33)
#2F131E
(47,19,30)
#29111B
(41,17,27)
#230F18
(35,15,24)
#1D0D15
(29,13,21)
#170B12
(23,11,18)
#11090F
(17,9,15)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #471B2A

#471B2A
(71,27,42)
#572F3D
(87,47,61)
#674350
(103,67,80)
#775763
(119,87,99)
#876B76
(135,107,118)
#977F89
(151,127,137)
#A7939C
(167,147,156)
#B7A7AF
(183,167,175)
#C7BBC2
(199,187,194)
#D7CFD5
(215,207,213)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B2A; }

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

This text font color is #471B2A.


Background Color

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

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

This div background color is #471B2A.


Border color

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

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

This div border color is #471B2A.


Opacity

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

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

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

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

This text has shadow with #471B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B2A on black background.


Color preview on white background

This text has color #471B2A on white background.



Black color preview on #471B2A background

This text has black color on #471B2A background.


White color preview on #471B2A background

This text has white color on #471B2A background.