COLOR #520C3C

HEX: #520C3C
RGB: (82,12,60)

Color info

#520C3C contains mainly red and blue colors. Web safe color of #520C3C is #660033 (or #603).

RGB color model

#520C3C color RGB value is (82,12,60).

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

RGB channels and saturation

R 82 of 255 = 32%
G 12 of 255 = 5%
B 60 of 255 = 24%

82
12
60

R + G + B ~ 20%. #520C3C is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 12 + 60 = 154 (100%)
R 82 of 154 ~ 53.25%
G 12 of 154 ~ 7.79%
B 60 of 154 ~ 38.96%

%53.25
%38.96

CMYK color model

#520C3C color CMYK value is (0,85,27,68).

  • cyan value is 0.00%
  • magenta value is 85.37%
  • yellow value is 26.83%
  • key color value is 67.84%
CMYK:
(0,85,27,68)
C0M85Y27K68 
(0%,85%,27%,68%)
(0.00/0.85/0.27/0.68)	

CMYK percentages

%0
%85.37
%26.83
%67.84

Codes

Color #520C3C in popluar color models

520C3C
RGB821260
HSL319°74.47%18.43%
HSB/HSV319°85.37%32.16%
CMYK0.00%85.37%26.83%
67.84%

Color #520C3C in popluar number systems.

HEX520C3C
Decimal821260
Binary10100101100111100
Octal1221474

Shades and tints

Shades of #520C3C

#520C3C
(82,12,60)
#4B0B37
(75,11,55)
#440A32
(68,10,50)
#3D092D
(61,9,45)
#360828
(54,8,40)
#2F0723
(47,7,35)
#28061E
(40,6,30)
#210519
(33,5,25)
#1A0414
(26,4,20)
#13030F
(19,3,15)
#0C020A
(12,2,10)
#000000
(0,0,0)

Tints of #520C3C

#520C3C
(82,12,60)
#61224D
(97,34,77)
#70385E
(112,56,94)
#7F4E6F
(127,78,111)
#8E6480
(142,100,128)
#9D7A91
(157,122,145)
#AC90A2
(172,144,162)
#BBA6B3
(187,166,179)
#CABCC4
(202,188,196)
#D9D2D5
(217,210,213)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520C3C; }

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

This text font color is #520C3C.


Background Color

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

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

This div background color is #520C3C.


Border color

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

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

This div border color is #520C3C.


Opacity

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

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

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

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

This text has shadow with #520C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520C3C on black background.


Color preview on white background

This text has color #520C3C on white background.



Black color preview on #520C3C background

This text has black color on #520C3C background.


White color preview on #520C3C background

This text has white color on #520C3C background.