COLOR #520D1D

HEX: #520D1D RGB: (82,13,29)

Color info

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

RGB color model

#520D1D color RGB value is (82,13,29).

RGB: (82,13,29) (32%, 5%, 11%)

RGB channels and saturation

R 82 of 255 = 32%
G 13 of 255 = 5%
B 29 of 255 = 11%

82
13
29

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

Portions of RGB colors in percentages

R + G + B = 82 + 13 + 29 = 124 (100%)
R 82 of 124 ~ 66.13%
G 13 of 124 ~ 10.48%
B 29 of 124 ~ 23.39'%

%66.13
%23.39

CMYK color model

#520D1D color CMYK value is (0,84,65,68).

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

CMYK: (0,84,65,68)
C0M84Y65K68 (0%, 84%, 65%, 68%)
(0.00 / 0.84 / 0.65 / 0.68)

CMYK percentages

%0
%84.15
%64.63
%67.84

Codes

Color #520D1D in popluar color models

52 0D 1D
RGB 82 13 29
HSL 346° 72.63% 18.63%
HSB/HSV 346° 84.15% 32.16%
CMYK 0.00% 84.15% 64.63%
67.84%

Color #520D1D in popluar number systems.

HEX 52 0D 1D
Decimal 82 13 29
Binary 1010010 1101 11101
Octal 122 15 35

Shades and tints

Shades of #520D1D

#520D1D
(82,13,29)
#4B0C1B
(75,12,27)
#440B19
(68,11,25)
#3D0A17
(61,10,23)
#360915
(54,9,21)
#2F0813
(47,8,19)
#280711
(40,7,17)
#21060F
(33,6,15)
#1A050D
(26,5,13)
#13040B
(19,4,11)
#0C0309
(12,3,9)
#000000
(0,0,0)

Tints of #520D1D

#520D1D
(82,13,29)
#612331
(97,35,49)
#703945
(112,57,69)
#7F4F59
(127,79,89)
#8E656D
(142,101,109)
#9D7B81
(157,123,129)
#AC9195
(172,145,149)
#BBA7A9
(187,167,169)
#CABDBD
(202,189,189)
#D9D3D1
(217,211,209)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520D1D; }

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

This text font color is #520D1D.

Background Color

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

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

This div background color is #520D1D.

Border color

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

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

This div border color is #520D1D.

Opacity

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

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

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

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

This text has shadow with #520D1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520D1D.

Preview

Color preview on black background

This text has color #520D1D on black background.


Color preview on white background

This text has color #520D1D on white background.


Black color preview on #520D1D background

This text has black color on #520D1D background.


White color preview on #520D1D background

This text has white color on #520D1D background.


Related colors

Complementary color

Complementary color for #hex is #ADF2E2.


I love getcolorcode.com

Triadic colors

1 #1D520D and #0D1D52 with #520D1D are triadic colors.

2 #1D0D52 and #0D521D with #520D1D are triadic colors.