COLOR #471346

HEX: #471346
RGB: (71,19,70)

Color info

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

RGB color model

#471346 color RGB value is (71,19,70).

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

RGB channels and saturation

R 71 of 255 = 28%
G 19 of 255 = 7%
B 70 of 255 = 27%

71
19
70

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

Portions of RGB colors in percentages

R + G + B =
71 + 19 + 70 = 160 (100%)
R 71 of 160 ~ 44.38%
G 19 of 160 ~ 11.88%
B 70 of 160 ~ 43.75%

%44.38
%11.88
%43.75

CMYK color model

#471346 color CMYK value is (0,73,1,72).

  • cyan value is 0.00%
  • magenta value is 73.24%
  • yellow value is 1.41%
  • key color value is 72.16%
CMYK:
(0,73,1,72)
C0M73Y1K72 
(0%,73%,1%,72%)
(0.00/0.73/0.01/0.72)	

CMYK percentages

%0
%73.24
%1.41
%72.16

Codes

Color #471346 in popluar color models

471346
RGB711970
HSL301°57.78%17.65%
HSB/HSV301°73.24%27.84%
CMYK0.00%73.24%1.41%
72.16%

Color #471346 in popluar number systems.

HEX471346
Decimal711970
Binary1000111100111000110
Octal10723106

Shades and tints

Shades of #471346

#471346
(71,19,70)
#411240
(65,18,64)
#3B113A
(59,17,58)
#351034
(53,16,52)
#2F0F2E
(47,15,46)
#290E28
(41,14,40)
#230D22
(35,13,34)
#1D0C1C
(29,12,28)
#170B16
(23,11,22)
#110A10
(17,10,16)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #471346

#471346
(71,19,70)
#572856
(87,40,86)
#673D66
(103,61,102)
#775276
(119,82,118)
#876786
(135,103,134)
#977C96
(151,124,150)
#A791A6
(167,145,166)
#B7A6B6
(183,166,182)
#C7BBC6
(199,187,198)
#D7D0D6
(215,208,214)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471346; }

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

This text font color is #471346.


Background Color

.myBgColor { background-color: #471346; }

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

This div background color is #471346.


Border color

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

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

This div border color is #471346.


Opacity

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

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

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

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

This text has shadow with #471346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471346 on black background.


Color preview on white background

This text has color #471346 on white background.



Black color preview on #471346 background

This text has black color on #471346 background.


White color preview on #471346 background

This text has white color on #471346 background.