COLOR #520C51

HEX: #520C51
RGB: (82,12,81)

Color info

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

RGB color model

#520C51 color RGB value is (82,12,81).

  • red value is 82;
  • green value is 12;
  • blue value is 81.
RGB:
(82,12,81)
(32%,5%,32%)

RGB channels and saturation

R 82 of 255 = 32%
G 12 of 255 = 5%
B 81 of 255 = 32%

82
12
81

R + G + B ~ 23%. #520C51 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 12 + 81 = 175 (100%)
R 82 of 175 ~ 46.86%
G 12 of 175 ~ 6.86%
B 81 of 175 ~ 46.29%

%46.86
%46.29

CMYK color model

#520C51 color CMYK value is (0,85,1,68).

  • cyan value is 0.00%
  • magenta value is 85.37%
  • yellow value is 1.22%
  • key color value is 67.84%
CMYK:
(0,85,1,68)
C0M85Y1K68 
(0%,85%,1%,68%)
(0.00/0.85/0.01/0.68)	

CMYK percentages

%0
%85.37
%1.22
%67.84

Codes

Color #520C51 in popluar color models

520C51
RGB821281
HSL301°74.47%18.43%
HSB/HSV301°85.37%32.16%
CMYK0.00%85.37%1.22%
67.84%

Color #520C51 in popluar number systems.

HEX520C51
Decimal821281
Binary101001011001010001
Octal12214121

Shades and tints

Shades of #520C51

#520C51
(82,12,81)
#4B0B4A
(75,11,74)
#440A43
(68,10,67)
#3D093C
(61,9,60)
#360835
(54,8,53)
#2F072E
(47,7,46)
#280627
(40,6,39)
#210520
(33,5,32)
#1A0419
(26,4,25)
#130312
(19,3,18)
#0C020B
(12,2,11)
#000000
(0,0,0)

Tints of #520C51

#520C51
(82,12,81)
#612260
(97,34,96)
#70386F
(112,56,111)
#7F4E7E
(127,78,126)
#8E648D
(142,100,141)
#9D7A9C
(157,122,156)
#AC90AB
(172,144,171)
#BBA6BA
(187,166,186)
#CABCC9
(202,188,201)
#D9D2D8
(217,210,216)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520C51 color. Also use rgb(82,12,81) instead hex code.

Text Font Color

.myTextColor { color: #520C51; }

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

This text font color is #520C51.


Background Color

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

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

This div background color is #520C51.


Border color

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

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

This div border color is #520C51.


Opacity

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

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

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

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

This text has shadow with #520C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520C51 on black background.


Color preview on white background

This text has color #520C51 on white background.



Black color preview on #520C51 background

This text has black color on #520C51 background.


White color preview on #520C51 background

This text has white color on #520C51 background.