COLOR #471546

HEX: #471546
RGB: (71,21,70)

Color info

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

RGB color model

#471546 color RGB value is (71,21,70).

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

RGB channels and saturation

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

71
21
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 21 + 70 = 162 (100%)
R 71 of 162 ~ 43.83%
G 21 of 162 ~ 12.96%
B 70 of 162 ~ 43.21%

%43.83
%12.96
%43.21

CMYK color model

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

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

CMYK percentages

%0
%70.42
%1.41
%72.16

Codes

Color #471546 in popluar color models

471546
RGB712170
HSL301°54.35%18.04%
HSB/HSV301°70.42%27.84%
CMYK0.00%70.42%1.41%
72.16%

Color #471546 in popluar number systems.

HEX471546
Decimal712170
Binary1000111101011000110
Octal10725106

Shades and tints

Shades of #471546

#471546
(71,21,70)
#411440
(65,20,64)
#3B133A
(59,19,58)
#351234
(53,18,52)
#2F112E
(47,17,46)
#291028
(41,16,40)
#230F22
(35,15,34)
#1D0E1C
(29,14,28)
#170D16
(23,13,22)
#110C10
(17,12,16)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #471546

#471546
(71,21,70)
#572A56
(87,42,86)
#673F66
(103,63,102)
#775476
(119,84,118)
#876986
(135,105,134)
#977E96
(151,126,150)
#A793A6
(167,147,166)
#B7A8B6
(183,168,182)
#C7BDC6
(199,189,198)
#D7D2D6
(215,210,214)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471546; }

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

This text font color is #471546.


Background Color

.myBgColor { background-color: #471546; }

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

This div background color is #471546.


Border color

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

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

This div border color is #471546.


Opacity

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

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

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

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

This text has shadow with #471546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471546 on black background.


Color preview on white background

This text has color #471546 on white background.



Black color preview on #471546 background

This text has black color on #471546 background.


White color preview on #471546 background

This text has white color on #471546 background.