COLOR #471360

HEX: #471360
RGB: (71,19,96)

Color info

#471360 contains mainly red and blue colors. Web safe color of #471360 is #330066 (or #306).

RGB color model

#471360 color RGB value is (71,19,96).

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

RGB channels and saturation

R 71 of 255 = 28%
G 19 of 255 = 7%
B 96 of 255 = 38%

71
19
96

R + G + B ~ 24%. #471360 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 19 + 96 = 186 (100%)
R 71 of 186 ~ 38.17%
G 19 of 186 ~ 10.22%
B 96 of 186 ~ 51.61%

%38.17
%10.22
%51.61

CMYK color model

#471360 color CMYK value is (26,80,0,62).

  • cyan value is 26.04%
  • magenta value is 80.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(26,80,0,62)
C26M80Y0K62 
(26%,80%,0%,62%)
(0.26/0.80/0.00/0.62)	

CMYK percentages

%26.04
%80.21
%0
%62.35

Codes

Color #471360 in popluar color models

471360
RGB711996
HSL281°66.96%22.55%
HSB/HSV281°80.21%37.65%
CMYK26.04%80.21%0.00%
62.35%

Color #471360 in popluar number systems.

HEX471360
Decimal711996
Binary1000111100111100000
Octal10723140

Shades and tints

Shades of #471360

#471360
(71,19,96)
#411258
(65,18,88)
#3B1150
(59,17,80)
#351048
(53,16,72)
#2F0F40
(47,15,64)
#290E38
(41,14,56)
#230D30
(35,13,48)
#1D0C28
(29,12,40)
#170B20
(23,11,32)
#110A18
(17,10,24)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #471360

#471360
(71,19,96)
#57286E
(87,40,110)
#673D7C
(103,61,124)
#77528A
(119,82,138)
#876798
(135,103,152)
#977CA6
(151,124,166)
#A791B4
(167,145,180)
#B7A6C2
(183,166,194)
#C7BBD0
(199,187,208)
#D7D0DE
(215,208,222)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471360; }

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

This text font color is #471360.


Background Color

.myBgColor { background-color: #471360; }

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

This div background color is #471360.


Border color

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

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

This div border color is #471360.


Opacity

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

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

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

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

This text has shadow with #471360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471360 on black background.


Color preview on white background

This text has color #471360 on white background.



Black color preview on #471360 background

This text has black color on #471360 background.


White color preview on #471360 background

This text has white color on #471360 background.