COLOR #520801

HEX: #520801 RGB: (82,8,1)

Color info

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

RGB color model

#520801 color RGB value is (82,8,1).

RGB: (82,8,1) (32%, 3%, 0%)

RGB channels and saturation

R 82 of 255 = 32%
G 8 of 255 = 3%
B 1 of 255 = 0%

82
8
1

R + G + B ~ 12%. #520801 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 8 + 1 = 91 (100%)
R 82 of 91 ~ 90.11%
G 8 of 91 ~ 8.79%
B 1 of 91 ~ 1.1'%

%90.11

CMYK color model

#520801 color CMYK value is (0,90,99,68).

  • cyan value is 0.00%
  • magenta value is 90.24%
  • yellow value is 98.78%
  • key color value is 67.84%
CMYK: (0,90,99,68) C0M90Y99K68 (0%,90%,99%,68%) (0.00/0.90/0.99/0.68) 

CMYK percentages

%0
%90.24
%98.78
%67.84

Codes

Color #520801 in popluar color models

52 08 01
RGB 82 8 1
HSL 97.59% 16.27%
HSB/HSV 98.78% 32.16%
CMYK 0.00% 90.24% 98.78%
67.84%

Color #520801 in popluar number systems.

HEX 52 08 01
Decimal 82 8 1
Binary 1010010 1000 1
Octal 122 10 1

Shades and tints

Shades of #520801

#520801
(82,8,1)
#4B0801
(75,8,1)
#440801
(68,8,1)
#3D0801
(61,8,1)
#360801
(54,8,1)
#2F0801
(47,8,1)
#280801
(40,8,1)
#210801
(33,8,1)
#1A0801
(26,8,1)
#130801
(19,8,1)
#0C0801
(12,8,1)
#000000
(0,0,0)

Tints of #520801

#520801
(82,8,1)
#611E18
(97,30,24)
#70342F
(112,52,47)
#7F4A46
(127,74,70)
#8E605D
(142,96,93)
#9D7674
(157,118,116)
#AC8C8B
(172,140,139)
#BBA2A2
(187,162,162)
#CAB8B9
(202,184,185)
#D9CED0
(217,206,208)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520801; }

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

This text font color is #520801.

Background Color

.myBgColor { background-color: #520801; }

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

This div background color is #520801.

Border color

.myBorderColor { border: 1px solid #520801; }

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

This div border color is #520801.

Opacity

.myOpacity80 { color: #520801; opacity: 0.8; }

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

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

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

This text has shadow with #520801 color.


.textShadow {text-shadow: 3px 3px 1px #520801', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #520801; -webkit-box-shadow: 1px 1px 3px 2px #520801; box-shadow:1px 1px 3px 2px #520801;">
Div content here
</div>

This div box has shadow with color #520801.

Preview

Color preview on black background

This text has color #520801 on black background.


Color preview on white background

This text has color #520801 on white background.


Black color preview on #520801 background

This text has black color on #520801 background.


White color preview on #520801 background

This text has white color on #520801 background.


Related colors

Complementary color

Complementary color for #hex is #ADF7FE.


I love getcolorcode.com

Triadic colors

1 #015208 and #080152 with #520801 are triadic colors.

2 #010852 and #085201 with #520801 are triadic colors.