COLOR #520D45

HEX: #520D45
RGB: (82,13,69)

Color info

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

RGB color model

#520D45 color RGB value is (82,13,69).

  • red value is 82;
  • green value is 13;
  • blue value is 69.
RGB:
(82,13,69)
(32%,5%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 13 of 255 = 5%
B 69 of 255 = 27%

82
13
69

R + G + B ~ 21%. #520D45 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 13 + 69 = 164 (100%)
R 82 of 164 ~ 50%
G 13 of 164 ~ 7.93%
B 69 of 164 ~ 42.07%

%50
%42.07

CMYK color model

#520D45 color CMYK value is (0,84,16,68).

  • cyan value is 0.00%
  • magenta value is 84.15%
  • yellow value is 15.85%
  • key color value is 67.84%
CMYK:
(0,84,16,68)
C0M84Y16K68 
(0%,84%,16%,68%)
(0.00/0.84/0.16/0.68)	

CMYK percentages

%0
%84.15
%15.85
%67.84

Codes

Color #520D45 in popluar color models

520D45
RGB821369
HSL311°72.63%18.63%
HSB/HSV311°84.15%32.16%
CMYK0.00%84.15%15.85%
67.84%

Color #520D45 in popluar number systems.

HEX520D45
Decimal821369
Binary101001011011000101
Octal12215105

Shades and tints

Shades of #520D45

#520D45
(82,13,69)
#4B0C3F
(75,12,63)
#440B39
(68,11,57)
#3D0A33
(61,10,51)
#36092D
(54,9,45)
#2F0827
(47,8,39)
#280721
(40,7,33)
#21061B
(33,6,27)
#1A0515
(26,5,21)
#13040F
(19,4,15)
#0C0309
(12,3,9)
#000000
(0,0,0)

Tints of #520D45

#520D45
(82,13,69)
#612355
(97,35,85)
#703965
(112,57,101)
#7F4F75
(127,79,117)
#8E6585
(142,101,133)
#9D7B95
(157,123,149)
#AC91A5
(172,145,165)
#BBA7B5
(187,167,181)
#CABDC5
(202,189,197)
#D9D3D5
(217,211,213)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520D45 color. Also use rgb(82,13,69) instead hex code.

Text Font Color

.myTextColor { color: #520D45; }

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

This text font color is #520D45.


Background Color

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

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

This div background color is #520D45.


Border color

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

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

This div border color is #520D45.


Opacity

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

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

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

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

This text has shadow with #520D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D45 on black background.


Color preview on white background

This text has color #520D45 on white background.



Black color preview on #520D45 background

This text has black color on #520D45 background.


White color preview on #520D45 background

This text has white color on #520D45 background.