COLOR #521D64

HEX: #521D64
RGB: (82,29,100)

Color info

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

RGB color model

#521D64 color RGB value is (82,29,100).

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

RGB channels and saturation

R 82 of 255 = 32%
G 29 of 255 = 11%
B 100 of 255 = 39%

82
29
100

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

Portions of RGB colors in percentages

R + G + B =
82 + 29 + 100 = 211 (100%)
R 82 of 211 ~ 38.86%
G 29 of 211 ~ 13.74%
B 100 of 211 ~ 47.39%

%38.86
%13.74
%47.39

CMYK color model

#521D64 color CMYK value is (18,71,0,61).

  • cyan value is 18.00%
  • magenta value is 71.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(18,71,0,61)
C18M71Y0K61 
(18%,71%,0%,61%)
(0.18/0.71/0.00/0.61)	

CMYK percentages

%18
%71
%0
%60.78

Codes

Color #521D64 in popluar color models

521D64
RGB8229100
HSL285°55.04%25.29%
HSB/HSV285°71.00%39.22%
CMYK18.00%71.00%0.00%
60.78%

Color #521D64 in popluar number systems.

HEX521D64
Decimal8229100
Binary1010010111011100100
Octal12235144

Shades and tints

Shades of #521D64

#521D64
(82,29,100)
#4B1B5B
(75,27,91)
#441952
(68,25,82)
#3D1749
(61,23,73)
#361540
(54,21,64)
#2F1337
(47,19,55)
#28112E
(40,17,46)
#210F25
(33,15,37)
#1A0D1C
(26,13,28)
#130B13
(19,11,19)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #521D64

#521D64
(82,29,100)
#613172
(97,49,114)
#704580
(112,69,128)
#7F598E
(127,89,142)
#8E6D9C
(142,109,156)
#9D81AA
(157,129,170)
#AC95B8
(172,149,184)
#BBA9C6
(187,169,198)
#CABDD4
(202,189,212)
#D9D1E2
(217,209,226)
#E8E5F0
(232,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521D64; }

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

This text font color is #521D64.


Background Color

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

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

This div background color is #521D64.


Border color

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

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

This div border color is #521D64.


Opacity

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

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

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

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

This text has shadow with #521D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521D64 on black background.


Color preview on white background

This text has color #521D64 on white background.



Black color preview on #521D64 background

This text has black color on #521D64 background.


White color preview on #521D64 background

This text has white color on #521D64 background.