COLOR #521766

HEX: #521766
RGB: (82,23,102)

Color info

#521766 contains mainly red and blue colors. Web safe color of #521766 is #660066 (or #606).

RGB color model

#521766 color RGB value is (82,23,102).

  • red value is 82;
  • green value is 23;
  • blue value is 102.
RGB:
(82,23,102)
(32%,9%,40%)

RGB channels and saturation

R 82 of 255 = 32%
G 23 of 255 = 9%
B 102 of 255 = 40%

82
23
102

R + G + B ~ 27%. #521766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 23 + 102 = 207 (100%)
R 82 of 207 ~ 39.61%
G 23 of 207 ~ 11.11%
B 102 of 207 ~ 49.28%

%39.61
%11.11
%49.28

CMYK color model

#521766 color CMYK value is (20,77,0,60).

  • cyan value is 19.61%
  • magenta value is 77.45%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(20,77,0,60)
C20M77Y0K60 
(20%,77%,0%,60%)
(0.20/0.77/0.00/0.60)	

CMYK percentages

%19.61
%77.45
%0
%60

Codes

Color #521766 in popluar color models

521766
RGB8223102
HSL285°63.20%24.51%
HSB/HSV285°77.45%40.00%
CMYK19.61%77.45%0.00%
60.00%

Color #521766 in popluar number systems.

HEX521766
Decimal8223102
Binary1010010101111100110
Octal12227146

Shades and tints

Shades of #521766

#521766
(82,23,102)
#4B155D
(75,21,93)
#441354
(68,19,84)
#3D114B
(61,17,75)
#360F42
(54,15,66)
#2F0D39
(47,13,57)
#280B30
(40,11,48)
#210927
(33,9,39)
#1A071E
(26,7,30)
#130515
(19,5,21)
#0C030C
(12,3,12)
#000000
(0,0,0)

Tints of #521766

#521766
(82,23,102)
#612C73
(97,44,115)
#704180
(112,65,128)
#7F568D
(127,86,141)
#8E6B9A
(142,107,154)
#9D80A7
(157,128,167)
#AC95B4
(172,149,180)
#BBAAC1
(187,170,193)
#CABFCE
(202,191,206)
#D9D4DB
(217,212,219)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521766 color. Also use rgb(82,23,102) instead hex code.

Text Font Color

.myTextColor { color: #521766; }

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

This text font color is #521766.


Background Color

.myBgColor { background-color: #521766; }

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

This div background color is #521766.


Border color

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

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

This div border color is #521766.


Opacity

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

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

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

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

This text has shadow with #521766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521766 on black background.


Color preview on white background

This text has color #521766 on white background.



Black color preview on #521766 background

This text has black color on #521766 background.


White color preview on #521766 background

This text has white color on #521766 background.