COLOR #520C53

HEX: #520C53 RGB: (82,12,83)

Color info

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

RGB color model

#520C53 color RGB value is (82,12,83).

RGB: (82,12,83) (32%, 5%, 33%)

RGB channels and saturation

R 82 of 255 = 32%
G 12 of 255 = 5%
B 83 of 255 = 33%

82
12
83

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

Portions of RGB colors in percentages

R + G + B = 82 + 12 + 83 = 177 (100%)
R 82 of 177 ~ 46.33%
G 12 of 177 ~ 6.78%
B 83 of 177 ~ 46.89'%

%46.33
%46.89

CMYK color model

#520C53 color CMYK value is (1,86,0,67).

  • cyan value is 1.20%
  • magenta value is 85.54%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (1,86,0,67)
C1M86Y0K67 (1%, 86%, 0%, 67%)
(0.01 / 0.86 / 0.00 / 0.67)

CMYK percentages

%1.2
%85.54
%0
%67.45

Codes

Color #520C53 in popluar color models

52 0C 53
RGB 82 12 83
HSL 299° 74.74% 18.63%
HSB/HSV 299° 85.54% 32.55%
CMYK 1.20% 85.54% 0.00%
67.45%

Color #520C53 in popluar number systems.

HEX 52 0C 53
Decimal 82 12 83
Binary 1010010 1100 1010011
Octal 122 14 123

Shades and tints

Shades of #520C53

#520C53
(82,12,83)
#4B0B4C
(75,11,76)
#440A45
(68,10,69)
#3D093E
(61,9,62)
#360837
(54,8,55)
#2F0730
(47,7,48)
#280629
(40,6,41)
#210522
(33,5,34)
#1A041B
(26,4,27)
#130314
(19,3,20)
#0C020D
(12,2,13)
#000000
(0,0,0)

Tints of #520C53

#520C53
(82,12,83)
#612262
(97,34,98)
#703871
(112,56,113)
#7F4E80
(127,78,128)
#8E648F
(142,100,143)
#9D7A9E
(157,122,158)
#AC90AD
(172,144,173)
#BBA6BC
(187,166,188)
#CABCCB
(202,188,203)
#D9D2DA
(217,210,218)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520C53; }

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

This text font color is #520C53.

Background Color

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

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

This div background color is #520C53.

Border color

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

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

This div border color is #520C53.

Opacity

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

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

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

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

This text has shadow with #520C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520C53.

Preview

Color preview on black background

This text has color #520C53 on black background.


Color preview on white background

This text has color #520C53 on white background.


Black color preview on #520C53 background

This text has black color on #520C53 background.


White color preview on #520C53 background

This text has white color on #520C53 background.


Related colors

Complementary color

Complementary color for #hex is #ADF3AC.


I love getcolorcode.com

Triadic colors

1 #53520C and #0C5352 with #520C53 are triadic colors.

2 #530C52 and #0C5253 with #520C53 are triadic colors.