COLOR #521201

HEX: #521201
RGB: (82,18,1)

Color info

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

RGB color model

#521201 color RGB value is (82,18,1).

  • red value is 82;
  • green value is 18;
  • blue value is 1.
RGB:
(82,18,1)
(32%,7%,0%)

RGB channels and saturation

R 82 of 255 = 32%
G 18 of 255 = 7%
B 1 of 255 = 0%

82
18
1

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

Portions of RGB colors in percentages

R + G + B =
82 + 18 + 1 = 101 (100%)
R 82 of 101 ~ 81.19%
G 18 of 101 ~ 17.82%
B 1 of 101 ~ 0.99%

%81.19
%17.82

CMYK color model

#521201 color CMYK value is (0,78,99,68).

  • cyan value is 0.00%
  • magenta value is 78.05%
  • yellow value is 98.78%
  • key color value is 67.84%
CMYK:
(0,78,99,68)
C0M78Y99K68 
(0%,78%,99%,68%)
(0.00/0.78/0.99/0.68)	

CMYK percentages

%0
%78.05
%98.78
%67.84

Codes

Color #521201 in popluar color models

521201
RGB82181
HSL13°97.59%16.27%
HSB/HSV13°98.78%32.16%
CMYK0.00%78.05%98.78%
67.84%

Color #521201 in popluar number systems.

HEX521201
Decimal82181
Binary1010010100101
Octal122221

Shades and tints

Shades of #521201

#521201
(82,18,1)
#4B1101
(75,17,1)
#441001
(68,16,1)
#3D0F01
(61,15,1)
#360E01
(54,14,1)
#2F0D01
(47,13,1)
#280C01
(40,12,1)
#210B01
(33,11,1)
#1A0A01
(26,10,1)
#130901
(19,9,1)
#0C0801
(12,8,1)
#000000
(0,0,0)

Tints of #521201

#521201
(82,18,1)
#612718
(97,39,24)
#703C2F
(112,60,47)
#7F5146
(127,81,70)
#8E665D
(142,102,93)
#9D7B74
(157,123,116)
#AC908B
(172,144,139)
#BBA5A2
(187,165,162)
#CABAB9
(202,186,185)
#D9CFD0
(217,207,208)
#E8E4E7
(232,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521201; }

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

This text font color is #521201.


Background Color

.myBgColor { background-color: #521201; }

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

This div background color is #521201.


Border color

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

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

This div border color is #521201.


Opacity

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

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

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

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

This text has shadow with #521201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521201 on black background.


Color preview on white background

This text has color #521201 on white background.



Black color preview on #521201 background

This text has black color on #521201 background.


White color preview on #521201 background

This text has white color on #521201 background.