COLOR #520E17

HEX: #520E17
RGB: (82,14,23)

Color info

#520E17 contains mainly red and blue colors. Web safe color of #520E17 is #660000 (or #600).

RGB color model

#520E17 color RGB value is (82,14,23).

  • red value is 82;
  • green value is 14;
  • blue value is 23.
RGB:
(82,14,23)
(32%,5%,9%)

RGB channels and saturation

R 82 of 255 = 32%
G 14 of 255 = 5%
B 23 of 255 = 9%

82
14
23

R + G + B ~ 15%. #520E17 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 14 + 23 = 119 (100%)
R 82 of 119 ~ 68.91%
G 14 of 119 ~ 11.76%
B 23 of 119 ~ 19.33%

%68.91
%11.76
%19.33

CMYK color model

#520E17 color CMYK value is (0,83,72,68).

  • cyan value is 0.00%
  • magenta value is 82.93%
  • yellow value is 71.95%
  • key color value is 67.84%
CMYK:
(0,83,72,68)
C0M83Y72K68 
(0%,83%,72%,68%)
(0.00/0.83/0.72/0.68)	

CMYK percentages

%0
%82.93
%71.95
%67.84

Codes

Color #520E17 in popluar color models

520E17
RGB821423
HSL352°70.83%18.82%
HSB/HSV352°82.93%32.16%
CMYK0.00%82.93%71.95%
67.84%

Color #520E17 in popluar number systems.

HEX520E17
Decimal821423
Binary1010010111010111
Octal1221627

Shades and tints

Shades of #520E17

#520E17
(82,14,23)
#4B0D15
(75,13,21)
#440C13
(68,12,19)
#3D0B11
(61,11,17)
#360A0F
(54,10,15)
#2F090D
(47,9,13)
#28080B
(40,8,11)
#210709
(33,7,9)
#1A0607
(26,6,7)
#130505
(19,5,5)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #520E17

#520E17
(82,14,23)
#61232C
(97,35,44)
#703841
(112,56,65)
#7F4D56
(127,77,86)
#8E626B
(142,98,107)
#9D7780
(157,119,128)
#AC8C95
(172,140,149)
#BBA1AA
(187,161,170)
#CAB6BF
(202,182,191)
#D9CBD4
(217,203,212)
#E8E0E9
(232,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520E17; }

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

This text font color is #520E17.


Background Color

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

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

This div background color is #520E17.


Border color

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

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

This div border color is #520E17.


Opacity

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

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

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

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

This text has shadow with #520E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520E17 on black background.


Color preview on white background

This text has color #520E17 on white background.



Black color preview on #520E17 background

This text has black color on #520E17 background.


White color preview on #520E17 background

This text has white color on #520E17 background.