COLOR #471D38

HEX: #471D38
RGB: (71,29,56)

Color info

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

RGB color model

#471D38 color RGB value is (71,29,56).

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

RGB channels and saturation

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

71
29
56

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

Portions of RGB colors in percentages

R + G + B =
71 + 29 + 56 = 156 (100%)
R 71 of 156 ~ 45.51%
G 29 of 156 ~ 18.59%
B 56 of 156 ~ 35.9%

%45.51
%18.59
%35.9

CMYK color model

#471D38 color CMYK value is (0,59,21,72).

  • cyan value is 0.00%
  • magenta value is 59.15%
  • yellow value is 21.13%
  • key color value is 72.16%
CMYK:
(0,59,21,72)
C0M59Y21K72 
(0%,59%,21%,72%)
(0.00/0.59/0.21/0.72)	

CMYK percentages

%0
%59.15
%21.13
%72.16

Codes

Color #471D38 in popluar color models

471D38
RGB712956
HSL321°42.00%19.61%
HSB/HSV321°59.15%27.84%
CMYK0.00%59.15%21.13%
72.16%

Color #471D38 in popluar number systems.

HEX471D38
Decimal712956
Binary100011111101111000
Octal1073570

Shades and tints

Shades of #471D38

#471D38
(71,29,56)
#411B33
(65,27,51)
#3B192E
(59,25,46)
#351729
(53,23,41)
#2F1524
(47,21,36)
#29131F
(41,19,31)
#23111A
(35,17,26)
#1D0F15
(29,15,21)
#170D10
(23,13,16)
#110B0B
(17,11,11)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #471D38

#471D38
(71,29,56)
#57314A
(87,49,74)
#67455C
(103,69,92)
#77596E
(119,89,110)
#876D80
(135,109,128)
#978192
(151,129,146)
#A795A4
(167,149,164)
#B7A9B6
(183,169,182)
#C7BDC8
(199,189,200)
#D7D1DA
(215,209,218)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471D38; }

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

This text font color is #471D38.


Background Color

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

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

This div background color is #471D38.


Border color

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

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

This div border color is #471D38.


Opacity

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

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

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

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

This text has shadow with #471D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471D38 on black background.


Color preview on white background

This text has color #471D38 on white background.



Black color preview on #471D38 background

This text has black color on #471D38 background.


White color preview on #471D38 background

This text has white color on #471D38 background.