COLOR #471547

HEX: #471547
RGB: (71,21,71)

Color info

#471547 contains red, green and blue colors in about the same proportion. Web safe color of #471547 is #330033 (or #303).

RGB color model

#471547 color RGB value is (71,21,71).

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

RGB channels and saturation

R 71 of 255 = 28%
G 21 of 255 = 8%
B 71 of 255 = 28%

71
21
71

R + G + B ~ 21%. #471547 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 71 = 163 (100%)
R 71 of 163 ~ 43.56%
G 21 of 163 ~ 12.88%
B 71 of 163 ~ 43.56%

%43.56
%12.88
%43.56

CMYK color model

#471547 color CMYK value is (0,70,0,72).

  • cyan value is 0.00%
  • magenta value is 70.42%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(0,70,0,72)
C0M70Y0K72 
(0%,70%,0%,72%)
(0.00/0.70/0.00/0.72)	

CMYK percentages

%0
%70.42
%0
%72.16

Codes

Color #471547 in popluar color models

471547
RGB712171
HSL300°54.35%18.04%
HSB/HSV300°70.42%27.84%
CMYK0.00%70.42%0.00%
72.16%

Color #471547 in popluar number systems.

HEX471547
Decimal712171
Binary1000111101011000111
Octal10725107

Shades and tints

Shades of #471547

#471547
(71,21,71)
#411441
(65,20,65)
#3B133B
(59,19,59)
#351235
(53,18,53)
#2F112F
(47,17,47)
#291029
(41,16,41)
#230F23
(35,15,35)
#1D0E1D
(29,14,29)
#170D17
(23,13,23)
#110C11
(17,12,17)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #471547

#471547
(71,21,71)
#572A57
(87,42,87)
#673F67
(103,63,103)
#775477
(119,84,119)
#876987
(135,105,135)
#977E97
(151,126,151)
#A793A7
(167,147,167)
#B7A8B7
(183,168,183)
#C7BDC7
(199,189,199)
#D7D2D7
(215,210,215)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471547; }

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

This text font color is #471547.


Background Color

.myBgColor { background-color: #471547; }

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

This div background color is #471547.


Border color

.myBorderColor { border: 1px solid #471547; }

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

This div border color is #471547.


Opacity

.myOpacity80 { color: #471547; opacity: 0.8; }

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

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

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

This text has shadow with #471547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471547 on black background.


Color preview on white background

This text has color #471547 on white background.



Black color preview on #471547 background

This text has black color on #471547 background.


White color preview on #471547 background

This text has white color on #471547 background.