COLOR #520A08

HEX: #520A08
RGB: (82,10,8)

Color info

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

RGB color model

#520A08 color RGB value is (82,10,8).

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

RGB channels and saturation

R 82 of 255 = 32%
G 10 of 255 = 4%
B 8 of 255 = 3%

82
10
8

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

Portions of RGB colors in percentages

R + G + B =
82 + 10 + 8 = 100 (100%)
R 82 of 100 ~ 82%
G 10 of 100 ~ 10%
B 8 of 100 ~ 8%

%82
%10

CMYK color model

#520A08 color CMYK value is (0,88,90,68).

  • cyan value is 0.00%
  • magenta value is 87.80%
  • yellow value is 90.24%
  • key color value is 67.84%
CMYK:
(0,88,90,68)
C0M88Y90K68 
(0%,88%,90%,68%)
(0.00/0.88/0.90/0.68)	

CMYK percentages

%0
%87.8
%90.24
%67.84

Codes

Color #520A08 in popluar color models

520A08
RGB82108
HSL82.22%17.65%
HSB/HSV90.24%32.16%
CMYK0.00%87.80%90.24%
67.84%

Color #520A08 in popluar number systems.

HEX520A08
Decimal82108
Binary101001010101000
Octal1221210

Shades and tints

Shades of #520A08

#520A08
(82,10,8)
#4B0A08
(75,10,8)
#440A08
(68,10,8)
#3D0A08
(61,10,8)
#360A08
(54,10,8)
#2F0A08
(47,10,8)
#280A08
(40,10,8)
#210A08
(33,10,8)
#1A0A08
(26,10,8)
#130A08
(19,10,8)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #520A08

#520A08
(82,10,8)
#61201E
(97,32,30)
#703634
(112,54,52)
#7F4C4A
(127,76,74)
#8E6260
(142,98,96)
#9D7876
(157,120,118)
#AC8E8C
(172,142,140)
#BBA4A2
(187,164,162)
#CABAB8
(202,186,184)
#D9D0CE
(217,208,206)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520A08; }

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

This text font color is #520A08.


Background Color

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

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

This div background color is #520A08.


Border color

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

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

This div border color is #520A08.


Opacity

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

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

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

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

This text has shadow with #520A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520A08 on black background.


Color preview on white background

This text has color #520A08 on white background.



Black color preview on #520A08 background

This text has black color on #520A08 background.


White color preview on #520A08 background

This text has white color on #520A08 background.