COLOR #520950

HEX: #520950 RGB: (82,9,80)

Color info

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

RGB color model

#520950 color RGB value is (82,9,80).

RGB: (82,9,80) (32%, 4%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 9 of 255 = 4%
B 80 of 255 = 31%

82
9
80

R + G + B ~ 22%. #520950 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 9 + 80 = 171 (100%)
R 82 of 171 ~ 47.95%
G 9 of 171 ~ 5.26%
B 80 of 171 ~ 46.78'%

%47.95
%46.78

CMYK color model

#520950 color CMYK value is (0,89,2,68).

  • cyan value is 0.00%
  • magenta value is 89.02%
  • yellow value is 2.44%
  • key color value is 67.84%

CMYK: (0,89,2,68)
C0M89Y2K68 (0%, 89%, 2%, 68%)
(0.00 / 0.89 / 0.02 / 0.68)

CMYK percentages

%0
%89.02
%2.44
%67.84

Codes

Color #520950 in popluar color models

52 09 50
RGB 82 9 80
HSL 302° 80.22% 17.84%
HSB/HSV 302° 89.02% 32.16%
CMYK 0.00% 89.02% 2.44%
67.84%

Color #520950 in popluar number systems.

HEX 52 09 50
Decimal 82 9 80
Binary 1010010 1001 1010000
Octal 122 11 120

Shades and tints

Shades of #520950

#520950
(82,9,80)
#4B0949
(75,9,73)
#440942
(68,9,66)
#3D093B
(61,9,59)
#360934
(54,9,52)
#2F092D
(47,9,45)
#280926
(40,9,38)
#21091F
(33,9,31)
#1A0918
(26,9,24)
#130911
(19,9,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #520950

#520950
(82,9,80)
#611F5F
(97,31,95)
#70356E
(112,53,110)
#7F4B7D
(127,75,125)
#8E618C
(142,97,140)
#9D779B
(157,119,155)
#AC8DAA
(172,141,170)
#BBA3B9
(187,163,185)
#CAB9C8
(202,185,200)
#D9CFD7
(217,207,215)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520950 color. Also use rgb(82,9,80) instead hex code.

Text Font Color

.myTextColor { color: #520950; }

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

This text font color is #520950.

Background Color

.myBgColor { background-color: #520950; }

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

This div background color is #520950.

Border color

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

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

This div border color is #520950.

Opacity

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

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

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

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

This text has shadow with #520950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520950.

Preview

Color preview on black background

This text has color #520950 on black background.


Color preview on white background

This text has color #520950 on white background.


Black color preview on #520950 background

This text has black color on #520950 background.


White color preview on #520950 background

This text has white color on #520950 background.


Related colors

Complementary color

Complementary color for #hex is #ADF6AF.


I love getcolorcode.com

Triadic colors

1 #505209 and #095052 with #520950 are triadic colors.

2 #500952 and #095250 with #520950 are triadic colors.