COLOR #520D1E

HEX: #520D1E RGB: (82,13,30)

Color info

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

RGB color model

#520D1E color RGB value is (82,13,30).

RGB: (82,13,30) (32%, 5%, 12%)

RGB channels and saturation

R 82 of 255 = 32%
G 13 of 255 = 5%
B 30 of 255 = 12%

82
13
30

R + G + B ~ 16%. #520D1E is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 13 + 30 = 125 (100%)
R 82 of 125 ~ 65.6%
G 13 of 125 ~ 10.4%
B 30 of 125 ~ 24'%

%65.6
%24

CMYK color model

#520D1E color CMYK value is (0,84,63,68).

  • cyan value is 0.00%
  • magenta value is 84.15%
  • yellow value is 63.41%
  • key color value is 67.84%

CMYK: (0,84,63,68)
C0M84Y63K68 (0%, 84%, 63%, 68%)
(0.00 / 0.84 / 0.63 / 0.68)

CMYK percentages

%0
%84.15
%63.41
%67.84

Codes

Color #520D1E in popluar color models

52 0D 1E
RGB 82 13 30
HSL 345° 72.63% 18.63%
HSB/HSV 345° 84.15% 32.16%
CMYK 0.00% 84.15% 63.41%
67.84%

Color #520D1E in popluar number systems.

HEX 52 0D 1E
Decimal 82 13 30
Binary 1010010 1101 11110
Octal 122 15 36

Shades and tints

Shades of #520D1E

#520D1E
(82,13,30)
#4B0C1C
(75,12,28)
#440B1A
(68,11,26)
#3D0A18
(61,10,24)
#360916
(54,9,22)
#2F0814
(47,8,20)
#280712
(40,7,18)
#210610
(33,6,16)
#1A050E
(26,5,14)
#13040C
(19,4,12)
#0C030A
(12,3,10)
#000000
(0,0,0)

Tints of #520D1E

#520D1E
(82,13,30)
#612332
(97,35,50)
#703946
(112,57,70)
#7F4F5A
(127,79,90)
#8E656E
(142,101,110)
#9D7B82
(157,123,130)
#AC9196
(172,145,150)
#BBA7AA
(187,167,170)
#CABDBE
(202,189,190)
#D9D3D2
(217,211,210)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520D1E; }

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

This text font color is #520D1E.

Background Color

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

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

This div background color is #520D1E.

Border color

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

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

This div border color is #520D1E.

Opacity

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

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

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

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

This text has shadow with #520D1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520D1E.

Preview

Color preview on black background

This text has color #520D1E on black background.


Color preview on white background

This text has color #520D1E on white background.


Black color preview on #520D1E background

This text has black color on #520D1E background.


White color preview on #520D1E background

This text has white color on #520D1E background.


Related colors

Complementary color

Complementary color for #hex is #ADF2E1.


I love getcolorcode.com

Triadic colors

1 #1E520D and #0D1E52 with #520D1E are triadic colors.

2 #1E0D52 and #0D521E with #520D1E are triadic colors.