COLOR #471F41

HEX: #471F41
RGB: (71,31,65)

Color info

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

RGB color model

#471F41 color RGB value is (71,31,65).

  • red value is 71;
  • green value is 31;
  • blue value is 65.
RGB:
(71,31,65)
(28%,12%,25%)

RGB channels and saturation

R 71 of 255 = 28%
G 31 of 255 = 12%
B 65 of 255 = 25%

71
31
65

R + G + B ~ 22%. #471F41 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 31 + 65 = 167 (100%)
R 71 of 167 ~ 42.51%
G 31 of 167 ~ 18.56%
B 65 of 167 ~ 38.92%

%42.51
%18.56
%38.92

CMYK color model

#471F41 color CMYK value is (0,56,8,72).

  • cyan value is 0.00%
  • magenta value is 56.34%
  • yellow value is 8.45%
  • key color value is 72.16%
CMYK:
(0,56,8,72)
C0M56Y8K72 
(0%,56%,8%,72%)
(0.00/0.56/0.08/0.72)	

CMYK percentages

%0
%56.34
%8.45
%72.16

Codes

Color #471F41 in popluar color models

471F41
RGB713165
HSL309°39.22%20.00%
HSB/HSV309°56.34%27.84%
CMYK0.00%56.34%8.45%
72.16%

Color #471F41 in popluar number systems.

HEX471F41
Decimal713165
Binary1000111111111000001
Octal10737101

Shades and tints

Shades of #471F41

#471F41
(71,31,65)
#411D3C
(65,29,60)
#3B1B37
(59,27,55)
#351932
(53,25,50)
#2F172D
(47,23,45)
#291528
(41,21,40)
#231323
(35,19,35)
#1D111E
(29,17,30)
#170F19
(23,15,25)
#110D14
(17,13,20)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #471F41

#471F41
(71,31,65)
#573352
(87,51,82)
#674763
(103,71,99)
#775B74
(119,91,116)
#876F85
(135,111,133)
#978396
(151,131,150)
#A797A7
(167,151,167)
#B7ABB8
(183,171,184)
#C7BFC9
(199,191,201)
#D7D3DA
(215,211,218)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471F41 color. Also use rgb(71,31,65) instead hex code.

Text Font Color

.myTextColor { color: #471F41; }

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

This text font color is #471F41.


Background Color

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

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

This div background color is #471F41.


Border color

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

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

This div border color is #471F41.


Opacity

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

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

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

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

This text has shadow with #471F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F41 on black background.


Color preview on white background

This text has color #471F41 on white background.



Black color preview on #471F41 background

This text has black color on #471F41 background.


White color preview on #471F41 background

This text has white color on #471F41 background.