COLOR #520A07

HEX: #520A07
RGB: (82,10,7)

Color info

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

RGB color model

#520A07 color RGB value is (82,10,7).

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

RGB channels and saturation

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

82
10
7

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

Portions of RGB colors in percentages

R + G + B =
82 + 10 + 7 = 99 (100%)
R 82 of 99 ~ 82.83%
G 10 of 99 ~ 10.1%
B 7 of 99 ~ 7.07%

%82.83
%10.1

CMYK color model

#520A07 color CMYK value is (0,88,91,68).

  • cyan value is 0.00%
  • magenta value is 87.80%
  • yellow value is 91.46%
  • key color value is 67.84%
CMYK:
(0,88,91,68)
C0M88Y91K68 
(0%,88%,91%,68%)
(0.00/0.88/0.91/0.68)	

CMYK percentages

%0
%87.8
%91.46
%67.84

Codes

Color #520A07 in popluar color models

520A07
RGB82107
HSL84.27%17.45%
HSB/HSV91.46%32.16%
CMYK0.00%87.80%91.46%
67.84%

Color #520A07 in popluar number systems.

HEX520A07
Decimal82107
Binary10100101010111
Octal122127

Shades and tints

Shades of #520A07

#520A07
(82,10,7)
#4B0A07
(75,10,7)
#440A07
(68,10,7)
#3D0A07
(61,10,7)
#360A07
(54,10,7)
#2F0A07
(47,10,7)
#280A07
(40,10,7)
#210A07
(33,10,7)
#1A0A07
(26,10,7)
#130A07
(19,10,7)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #520A07

#520A07
(82,10,7)
#61201D
(97,32,29)
#703633
(112,54,51)
#7F4C49
(127,76,73)
#8E625F
(142,98,95)
#9D7875
(157,120,117)
#AC8E8B
(172,142,139)
#BBA4A1
(187,164,161)
#CABAB7
(202,186,183)
#D9D0CD
(217,208,205)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520A07; }

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

This text font color is #520A07.


Background Color

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

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

This div background color is #520A07.


Border color

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

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

This div border color is #520A07.


Opacity

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

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

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

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

This text has shadow with #520A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520A07 on black background.


Color preview on white background

This text has color #520A07 on white background.



Black color preview on #520A07 background

This text has black color on #520A07 background.


White color preview on #520A07 background

This text has white color on #520A07 background.