COLOR #471F47

HEX: #471F47
RGB: (71,31,71)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

71
31
71

R + G + B ~ 23%. #471F47 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 31 + 71 = 173 (100%)
R 71 of 173 ~ 41.04%
G 31 of 173 ~ 17.92%
B 71 of 173 ~ 41.04%

%41.04
%17.92
%41.04

CMYK color model

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

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

CMYK percentages

%0
%56.34
%0
%72.16

Codes

Color #471F47 in popluar color models

471F47
RGB713171
HSL300°39.22%20.00%
HSB/HSV300°56.34%27.84%
CMYK0.00%56.34%0.00%
72.16%

Color #471F47 in popluar number systems.

HEX471F47
Decimal713171
Binary1000111111111000111
Octal10737107

Shades and tints

Shades of #471F47

#471F47
(71,31,71)
#411D41
(65,29,65)
#3B1B3B
(59,27,59)
#351935
(53,25,53)
#2F172F
(47,23,47)
#291529
(41,21,41)
#231323
(35,19,35)
#1D111D
(29,17,29)
#170F17
(23,15,23)
#110D11
(17,13,17)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #471F47

#471F47
(71,31,71)
#573357
(87,51,87)
#674767
(103,71,103)
#775B77
(119,91,119)
#876F87
(135,111,135)
#978397
(151,131,151)
#A797A7
(167,151,167)
#B7ABB7
(183,171,183)
#C7BFC7
(199,191,199)
#D7D3D7
(215,211,215)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F47; }

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

This text font color is #471F47.


Background Color

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

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

This div background color is #471F47.


Border color

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

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

This div border color is #471F47.


Opacity

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

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

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

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

This text has shadow with #471F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F47 on black background.


Color preview on white background

This text has color #471F47 on white background.



Black color preview on #471F47 background

This text has black color on #471F47 background.


White color preview on #471F47 background

This text has white color on #471F47 background.