COLOR #520E1E

HEX: #520E1E RGB: (82,14,30)

Color info

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

RGB color model

#520E1E color RGB value is (82,14,30).

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

RGB channels and saturation

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

82
14
30

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

Portions of RGB colors in percentages

R + G + B = 82 + 14 + 30 = 126 (100%)
R 82 of 126 ~ 65.08%
G 14 of 126 ~ 11.11%
B 30 of 126 ~ 23.81'%

%65.08
%11.11
%23.81

CMYK color model

#520E1E color CMYK value is (0,83,63,68).

  • cyan value is 0.00%
  • magenta value is 82.93%
  • yellow value is 63.41%
  • key color value is 67.84%
CMYK: (0,83,63,68) C0M83Y63K68 (0%,83%,63%,68%) (0.00/0.83/0.63/0.68) 

CMYK percentages

%0
%82.93
%63.41
%67.84

Codes

Color #520E1E in popluar color models

52 0E 1E
RGB 82 14 30
HSL 346° 70.83% 18.82%
HSB/HSV 346° 82.93% 32.16%
CMYK 0.00% 82.93% 63.41%
67.84%

Color #520E1E in popluar number systems.

HEX 52 0E 1E
Decimal 82 14 30
Binary 1010010 1110 11110
Octal 122 16 36

Shades and tints

Shades of #520E1E

#520E1E
(82,14,30)
#4B0D1C
(75,13,28)
#440C1A
(68,12,26)
#3D0B18
(61,11,24)
#360A16
(54,10,22)
#2F0914
(47,9,20)
#280812
(40,8,18)
#210710
(33,7,16)
#1A060E
(26,6,14)
#13050C
(19,5,12)
#0C040A
(12,4,10)
#000000
(0,0,0)

Tints of #520E1E

#520E1E
(82,14,30)
#612332
(97,35,50)
#703846
(112,56,70)
#7F4D5A
(127,77,90)
#8E626E
(142,98,110)
#9D7782
(157,119,130)
#AC8C96
(172,140,150)
#BBA1AA
(187,161,170)
#CAB6BE
(202,182,190)
#D9CBD2
(217,203,210)
#E8E0E6
(232,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520E1E; }

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

This text font color is #520E1E.

Background Color

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

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

This div background color is #520E1E.

Border color

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

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

This div border color is #520E1E.

Opacity

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

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

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

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

This text has shadow with #520E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #520E1E.

Preview

Color preview on black background

This text has color #520E1E on black background.


Color preview on white background

This text has color #520E1E on white background.


Black color preview on #520E1E background

This text has black color on #520E1E background.


White color preview on #520E1E background

This text has white color on #520E1E background.


Related colors

Complementary color

Complementary color for #hex is #ADF1E1.


I love getcolorcode.com

Triadic colors

1 #1E520E and #0E1E52 with #520E1E are triadic colors.

2 #1E0E52 and #0E521E with #520E1E are triadic colors.