COLOR #521D7D

HEX: #521D7D RGB: (82,29,125)

Color info

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

RGB color model

#521D7D color RGB value is (82,29,125).

RGB: (82,29,125) (32%, 11%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 29 of 255 = 11%
B 125 of 255 = 49%

82
29
125

R + G + B ~ 31%. #521D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 29 + 125 = 236 (100%)
R 82 of 236 ~ 34.75%
G 29 of 236 ~ 12.29%
B 125 of 236 ~ 52.97'%

%34.75
%12.29
%52.97

CMYK color model

#521D7D color CMYK value is (34,77,0,51).

  • cyan value is 34.40%
  • magenta value is 76.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (34,77,0,51)
C34M77Y0K51 (34%, 77%, 0%, 51%)
(0.34 / 0.77 / 0.00 / 0.51)

CMYK percentages

%34.4
%76.8
%0
%50.98

Codes

Color #521D7D in popluar color models

52 1D 7D
RGB 82 29 125
HSL 273° 62.34% 30.20%
HSB/HSV 273° 76.80% 49.02%
CMYK 34.40% 76.80% 0.00%
50.98%

Color #521D7D in popluar number systems.

HEX 52 1D 7D
Decimal 82 29 125
Binary 1010010 11101 1111101
Octal 122 35 175

Shades and tints

Shades of #521D7D

#521D7D
(82,29,125)
#4B1B72
(75,27,114)
#441967
(68,25,103)
#3D175C
(61,23,92)
#361551
(54,21,81)
#2F1346
(47,19,70)
#28113B
(40,17,59)
#210F30
(33,15,48)
#1A0D25
(26,13,37)
#130B1A
(19,11,26)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #521D7D

#521D7D
(82,29,125)
#613188
(97,49,136)
#704593
(112,69,147)
#7F599E
(127,89,158)
#8E6DA9
(142,109,169)
#9D81B4
(157,129,180)
#AC95BF
(172,149,191)
#BBA9CA
(187,169,202)
#CABDD5
(202,189,213)
#D9D1E0
(217,209,224)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521D7D; }

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

This text font color is #521D7D.

Background Color

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

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

This div background color is #521D7D.

Border color

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

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

This div border color is #521D7D.

Opacity

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

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

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

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

This text has shadow with #521D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #521D7D.

Preview

Color preview on black background

This text has color #521D7D on black background.


Color preview on white background

This text has color #521D7D on white background.


Black color preview on #521D7D background

This text has black color on #521D7D background.


White color preview on #521D7D background

This text has white color on #521D7D background.


Related colors

Complementary color

Complementary color for #hex is #ADE282.


I love getcolorcode.com

Triadic colors

1 #7D521D and #1D7D52 with #521D7D are triadic colors.

2 #7D1D52 and #1D527D with #521D7D are triadic colors.