COLOR #521D66

HEX: #521D66
RGB: (82,29,102)

Color info

#521D66 contains mainly red and blue colors. Web safe color of #521D66 is #663366 (or #636).

RGB color model

#521D66 color RGB value is (82,29,102).

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

RGB channels and saturation

R 82 of 255 = 32%
G 29 of 255 = 11%
B 102 of 255 = 40%

82
29
102

R + G + B ~ 28%. #521D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 29 + 102 = 213 (100%)
R 82 of 213 ~ 38.5%
G 29 of 213 ~ 13.62%
B 102 of 213 ~ 47.89%

%38.5
%13.62
%47.89

CMYK color model

#521D66 color CMYK value is (20,72,0,60).

  • cyan value is 19.61%
  • magenta value is 71.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(20,72,0,60)
C20M72Y0K60 
(20%,72%,0%,60%)
(0.20/0.72/0.00/0.60)	

CMYK percentages

%19.61
%71.57
%0
%60

Codes

Color #521D66 in popluar color models

521D66
RGB8229102
HSL284°55.73%25.69%
HSB/HSV284°71.57%40.00%
CMYK19.61%71.57%0.00%
60.00%

Color #521D66 in popluar number systems.

HEX521D66
Decimal8229102
Binary1010010111011100110
Octal12235146

Shades and tints

Shades of #521D66

#521D66
(82,29,102)
#4B1B5D
(75,27,93)
#441954
(68,25,84)
#3D174B
(61,23,75)
#361542
(54,21,66)
#2F1339
(47,19,57)
#281130
(40,17,48)
#210F27
(33,15,39)
#1A0D1E
(26,13,30)
#130B15
(19,11,21)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #521D66

#521D66
(82,29,102)
#613173
(97,49,115)
#704580
(112,69,128)
#7F598D
(127,89,141)
#8E6D9A
(142,109,154)
#9D81A7
(157,129,167)
#AC95B4
(172,149,180)
#BBA9C1
(187,169,193)
#CABDCE
(202,189,206)
#D9D1DB
(217,209,219)
#E8E5E8
(232,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521D66; }

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

This text font color is #521D66.


Background Color

.myBgColor { background-color: #521D66; }

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

This div background color is #521D66.


Border color

.myBorderColor { border: 1px solid #521D66; }

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

This div border color is #521D66.


Opacity

.myOpacity80 { color: #521D66; opacity: 0.8; }

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

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

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

This text has shadow with #521D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521D66 on black background.


Color preview on white background

This text has color #521D66 on white background.



Black color preview on #521D66 background

This text has black color on #521D66 background.


White color preview on #521D66 background

This text has white color on #521D66 background.