COLOR #520A11

HEX: #520A11
RGB: (82,10,17)

Color info

#520A11 contains mainly red color. Web safe color of #520A11 is #660000 (or #600).

RGB color model

#520A11 color RGB value is (82,10,17).

  • red value is 82;
  • green value is 10;
  • blue value is 17.
RGB:
(82,10,17)
(32%,4%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 10 of 255 = 4%
B 17 of 255 = 7%

82
10
17

R + G + B ~ 14%. #520A11 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 10 + 17 = 109 (100%)
R 82 of 109 ~ 75.23%
G 10 of 109 ~ 9.17%
B 17 of 109 ~ 15.6%

%75.23
%15.6

CMYK color model

#520A11 color CMYK value is (0,88,79,68).

  • cyan value is 0.00%
  • magenta value is 87.80%
  • yellow value is 79.27%
  • key color value is 67.84%
CMYK:
(0,88,79,68)
C0M88Y79K68 
(0%,88%,79%,68%)
(0.00/0.88/0.79/0.68)	

CMYK percentages

%0
%87.8
%79.27
%67.84

Codes

Color #520A11 in popluar color models

520A11
RGB821017
HSL354°78.26%18.04%
HSB/HSV354°87.80%32.16%
CMYK0.00%87.80%79.27%
67.84%

Color #520A11 in popluar number systems.

HEX520A11
Decimal821017
Binary1010010101010001
Octal1221221

Shades and tints

Shades of #520A11

#520A11
(82,10,17)
#4B0A10
(75,10,16)
#440A0F
(68,10,15)
#3D0A0E
(61,10,14)
#360A0D
(54,10,13)
#2F0A0C
(47,10,12)
#280A0B
(40,10,11)
#210A0A
(33,10,10)
#1A0A09
(26,10,9)
#130A08
(19,10,8)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #520A11

#520A11
(82,10,17)
#612026
(97,32,38)
#70363B
(112,54,59)
#7F4C50
(127,76,80)
#8E6265
(142,98,101)
#9D787A
(157,120,122)
#AC8E8F
(172,142,143)
#BBA4A4
(187,164,164)
#CABAB9
(202,186,185)
#D9D0CE
(217,208,206)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520A11 color. Also use rgb(82,10,17) instead hex code.

Text Font Color

.myTextColor { color: #520A11; }

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

This text font color is #520A11.


Background Color

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

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

This div background color is #520A11.


Border color

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

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

This div border color is #520A11.


Opacity

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

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

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

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

This text has shadow with #520A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520A11 on black background.


Color preview on white background

This text has color #520A11 on white background.



Black color preview on #520A11 background

This text has black color on #520A11 background.


White color preview on #520A11 background

This text has white color on #520A11 background.