COLOR #471B38

HEX: #471B38
RGB: (71,27,56)

Color info

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

RGB color model

#471B38 color RGB value is (71,27,56).

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

RGB channels and saturation

R 71 of 255 = 28%
G 27 of 255 = 11%
B 56 of 255 = 22%

71
27
56

R + G + B ~ 20%. #471B38 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 27 + 56 = 154 (100%)
R 71 of 154 ~ 46.1%
G 27 of 154 ~ 17.53%
B 56 of 154 ~ 36.36%

%46.1
%17.53
%36.36

CMYK color model

#471B38 color CMYK value is (0,62,21,72).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(0,62,21,72)
C0M62Y21K72 
(0%,62%,21%,72%)
(0.00/0.62/0.21/0.72)	

CMYK percentages

%0
%61.97
%21.13
%72.16

Codes

Color #471B38 in popluar color models

471B38
RGB712756
HSL320°44.90%19.22%
HSB/HSV320°61.97%27.84%
CMYK0.00%61.97%21.13%
72.16%

Color #471B38 in popluar number systems.

HEX471B38
Decimal712756
Binary100011111011111000
Octal1073370

Shades and tints

Shades of #471B38

#471B38
(71,27,56)
#411933
(65,25,51)
#3B172E
(59,23,46)
#351529
(53,21,41)
#2F1324
(47,19,36)
#29111F
(41,17,31)
#230F1A
(35,15,26)
#1D0D15
(29,13,21)
#170B10
(23,11,16)
#11090B
(17,9,11)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #471B38

#471B38
(71,27,56)
#572F4A
(87,47,74)
#67435C
(103,67,92)
#77576E
(119,87,110)
#876B80
(135,107,128)
#977F92
(151,127,146)
#A793A4
(167,147,164)
#B7A7B6
(183,167,182)
#C7BBC8
(199,187,200)
#D7CFDA
(215,207,218)
#E7E3EC
(231,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471B38; }

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

This text font color is #471B38.


Background Color

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

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

This div background color is #471B38.


Border color

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

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

This div border color is #471B38.


Opacity

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

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

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

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

This text has shadow with #471B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471B38 on black background.


Color preview on white background

This text has color #471B38 on white background.



Black color preview on #471B38 background

This text has black color on #471B38 background.


White color preview on #471B38 background

This text has white color on #471B38 background.