COLOR #520A0B

HEX: #520A0B
RGB: (82,10,11)

Color info

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

RGB color model

#520A0B color RGB value is (82,10,11).

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

RGB channels and saturation

R 82 of 255 = 32%
G 10 of 255 = 4%
B 11 of 255 = 4%

82
10
11

R + G + B ~ 13%. #520A0B is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 10 + 11 = 103 (100%)
R 82 of 103 ~ 79.61%
G 10 of 103 ~ 9.71%
B 11 of 103 ~ 10.68%

%79.61
%9.71
%10.68

CMYK color model

#520A0B color CMYK value is (0,88,87,68).

  • cyan value is 0.00%
  • magenta value is 87.80%
  • yellow value is 86.59%
  • key color value is 67.84%
CMYK:
(0,88,87,68)
C0M88Y87K68 
(0%,88%,87%,68%)
(0.00/0.88/0.87/0.68)	

CMYK percentages

%0
%87.8
%86.59
%67.84

Codes

Color #520A0B in popluar color models

520A0B
RGB821011
HSL359°78.26%18.04%
HSB/HSV359°87.80%32.16%
CMYK0.00%87.80%86.59%
67.84%

Color #520A0B in popluar number systems.

HEX520A0B
Decimal821011
Binary101001010101011
Octal1221213

Shades and tints

Shades of #520A0B

#520A0B
(82,10,11)
#4B0A0A
(75,10,10)
#440A09
(68,10,9)
#3D0A08
(61,10,8)
#360A07
(54,10,7)
#2F0A06
(47,10,6)
#280A05
(40,10,5)
#210A04
(33,10,4)
#1A0A03
(26,10,3)
#130A02
(19,10,2)
#0C0A01
(12,10,1)
#000000
(0,0,0)

Tints of #520A0B

#520A0B
(82,10,11)
#612021
(97,32,33)
#703637
(112,54,55)
#7F4C4D
(127,76,77)
#8E6263
(142,98,99)
#9D7879
(157,120,121)
#AC8E8F
(172,142,143)
#BBA4A5
(187,164,165)
#CABABB
(202,186,187)
#D9D0D1
(217,208,209)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520A0B; }

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

This text font color is #520A0B.


Background Color

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

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

This div background color is #520A0B.


Border color

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

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

This div border color is #520A0B.


Opacity

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

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

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

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

This text has shadow with #520A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520A0B on black background.


Color preview on white background

This text has color #520A0B on white background.



Black color preview on #520A0B background

This text has black color on #520A0B background.


White color preview on #520A0B background

This text has white color on #520A0B background.