COLOR #521D62

HEX: #521D62
RGB: (82,29,98)

Color info

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

RGB color model

#521D62 color RGB value is (82,29,98).

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

RGB channels and saturation

R 82 of 255 = 32%
G 29 of 255 = 11%
B 98 of 255 = 38%

82
29
98

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

Portions of RGB colors in percentages

R + G + B =
82 + 29 + 98 = 209 (100%)
R 82 of 209 ~ 39.23%
G 29 of 209 ~ 13.88%
B 98 of 209 ~ 46.89%

%39.23
%13.88
%46.89

CMYK color model

#521D62 color CMYK value is (16,70,0,62).

  • cyan value is 16.33%
  • magenta value is 70.41%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(16,70,0,62)
C16M70Y0K62 
(16%,70%,0%,62%)
(0.16/0.70/0.00/0.62)	

CMYK percentages

%16.33
%70.41
%0
%61.57

Codes

Color #521D62 in popluar color models

521D62
RGB822998
HSL286°54.33%24.90%
HSB/HSV286°70.41%38.43%
CMYK16.33%70.41%0.00%
61.57%

Color #521D62 in popluar number systems.

HEX521D62
Decimal822998
Binary1010010111011100010
Octal12235142

Shades and tints

Shades of #521D62

#521D62
(82,29,98)
#4B1B5A
(75,27,90)
#441952
(68,25,82)
#3D174A
(61,23,74)
#361542
(54,21,66)
#2F133A
(47,19,58)
#281132
(40,17,50)
#210F2A
(33,15,42)
#1A0D22
(26,13,34)
#130B1A
(19,11,26)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #521D62

#521D62
(82,29,98)
#613170
(97,49,112)
#70457E
(112,69,126)
#7F598C
(127,89,140)
#8E6D9A
(142,109,154)
#9D81A8
(157,129,168)
#AC95B6
(172,149,182)
#BBA9C4
(187,169,196)
#CABDD2
(202,189,210)
#D9D1E0
(217,209,224)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521D62; }

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

This text font color is #521D62.


Background Color

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

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

This div background color is #521D62.


Border color

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

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

This div border color is #521D62.


Opacity

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

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

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

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

This text has shadow with #521D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521D62 on black background.


Color preview on white background

This text has color #521D62 on white background.



Black color preview on #521D62 background

This text has black color on #521D62 background.


White color preview on #521D62 background

This text has white color on #521D62 background.