COLOR #520F68

HEX: #520F68
RGB: (82,15,104)

Color info

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

RGB color model

#520F68 color RGB value is (82,15,104).

  • red value is 82;
  • green value is 15;
  • blue value is 104.
RGB:
(82,15,104)
(32%,6%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 15 of 255 = 6%
B 104 of 255 = 41%

82
15
104

R + G + B ~ 26%. #520F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 15 + 104 = 201 (100%)
R 82 of 201 ~ 40.8%
G 15 of 201 ~ 7.46%
B 104 of 201 ~ 51.74%

%40.8
%51.74

CMYK color model

#520F68 color CMYK value is (21,86,0,59).

  • cyan value is 21.15%
  • magenta value is 85.58%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(21,86,0,59)
C21M86Y0K59 
(21%,86%,0%,59%)
(0.21/0.86/0.00/0.59)	

CMYK percentages

%21.15
%85.58
%0
%59.22

Codes

Color #520F68 in popluar color models

520F68
RGB8215104
HSL285°74.79%23.33%
HSB/HSV285°85.58%40.78%
CMYK21.15%85.58%0.00%
59.22%

Color #520F68 in popluar number systems.

HEX520F68
Decimal8215104
Binary101001011111101000
Octal12217150

Shades and tints

Shades of #520F68

#520F68
(82,15,104)
#4B0E5F
(75,14,95)
#440D56
(68,13,86)
#3D0C4D
(61,12,77)
#360B44
(54,11,68)
#2F0A3B
(47,10,59)
#280932
(40,9,50)
#210829
(33,8,41)
#1A0720
(26,7,32)
#130617
(19,6,23)
#0C050E
(12,5,14)
#000000
(0,0,0)

Tints of #520F68

#520F68
(82,15,104)
#612475
(97,36,117)
#703982
(112,57,130)
#7F4E8F
(127,78,143)
#8E639C
(142,99,156)
#9D78A9
(157,120,169)
#AC8DB6
(172,141,182)
#BBA2C3
(187,162,195)
#CAB7D0
(202,183,208)
#D9CCDD
(217,204,221)
#E8E1EA
(232,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520F68 color. Also use rgb(82,15,104) instead hex code.

Text Font Color

.myTextColor { color: #520F68; }

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

This text font color is #520F68.


Background Color

.myBgColor { background-color: #520F68; }

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

This div background color is #520F68.


Border color

.myBorderColor { border: 1px solid #520F68; }

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

This div border color is #520F68.


Opacity

.myOpacity80 { color: #520F68; opacity: 0.8; }

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

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

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

This text has shadow with #520F68 color.

.textShadow {text-shadow: 3px 3px 1px #520F68, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520F68 on black background.


Color preview on white background

This text has color #520F68 on white background.



Black color preview on #520F68 background

This text has black color on #520F68 background.


White color preview on #520F68 background

This text has white color on #520F68 background.