COLOR #520D27

HEX: #520D27
RGB: (82,13,39)

Color info

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

RGB color model

#520D27 color RGB value is (82,13,39).

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

RGB channels and saturation

R 82 of 255 = 32%
G 13 of 255 = 5%
B 39 of 255 = 15%

82
13
39

R + G + B ~ 17%. #520D27 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 13 + 39 = 134 (100%)
R 82 of 134 ~ 61.19%
G 13 of 134 ~ 9.7%
B 39 of 134 ~ 29.1%

%61.19
%9.7
%29.1

CMYK color model

#520D27 color CMYK value is (0,84,52,68).

  • cyan value is 0.00%
  • magenta value is 84.15%
  • yellow value is 52.44%
  • key color value is 67.84%
CMYK:
(0,84,52,68)
C0M84Y52K68 
(0%,84%,52%,68%)
(0.00/0.84/0.52/0.68)	

CMYK percentages

%0
%84.15
%52.44
%67.84

Codes

Color #520D27 in popluar color models

520D27
RGB821339
HSL337°72.63%18.63%
HSB/HSV337°84.15%32.16%
CMYK0.00%84.15%52.44%
67.84%

Color #520D27 in popluar number systems.

HEX520D27
Decimal821339
Binary10100101101100111
Octal1221547

Shades and tints

Shades of #520D27

#520D27
(82,13,39)
#4B0C24
(75,12,36)
#440B21
(68,11,33)
#3D0A1E
(61,10,30)
#36091B
(54,9,27)
#2F0818
(47,8,24)
#280715
(40,7,21)
#210612
(33,6,18)
#1A050F
(26,5,15)
#13040C
(19,4,12)
#0C0309
(12,3,9)
#000000
(0,0,0)

Tints of #520D27

#520D27
(82,13,39)
#61233A
(97,35,58)
#70394D
(112,57,77)
#7F4F60
(127,79,96)
#8E6573
(142,101,115)
#9D7B86
(157,123,134)
#AC9199
(172,145,153)
#BBA7AC
(187,167,172)
#CABDBF
(202,189,191)
#D9D3D2
(217,211,210)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520D27; }

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

This text font color is #520D27.


Background Color

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

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

This div background color is #520D27.


Border color

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

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

This div border color is #520D27.


Opacity

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

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

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

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

This text has shadow with #520D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D27 on black background.


Color preview on white background

This text has color #520D27 on white background.



Black color preview on #520D27 background

This text has black color on #520D27 background.


White color preview on #520D27 background

This text has white color on #520D27 background.