COLOR #521701

HEX: #521701 RGB: (82,23,1)

Color info

#521701 contains mainly red and green colors. Web safe color of #521701 is #660000 (or #600).

RGB color model

#521701 color RGB value is (82,23,1).

RGB: (82,23,1) (32%, 9%, 0%)

RGB channels and saturation

R 82 of 255 = 32%
G 23 of 255 = 9%
B 1 of 255 = 0%

82
23
1

R + G + B ~ 14%. #521701 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 23 + 1 = 106 (100%)
R 82 of 106 ~ 77.36%
G 23 of 106 ~ 21.7%
B 1 of 106 ~ 0.94'%

%77.36
%21.7

CMYK color model

#521701 color CMYK value is (0,72,99,68).

  • cyan value is 0.00%
  • magenta value is 71.95%
  • yellow value is 98.78%
  • key color value is 67.84%
CMYK: (0,72,99,68) C0M72Y99K68 (0%,72%,99%,68%) (0.00/0.72/0.99/0.68) 

CMYK percentages

%0
%71.95
%98.78
%67.84

Codes

Color #521701 in popluar color models

52 17 01
RGB 82 23 1
HSL 16° 97.59% 16.27%
HSB/HSV 16° 98.78% 32.16%
CMYK 0.00% 71.95% 98.78%
67.84%

Color #521701 in popluar number systems.

HEX 52 17 01
Decimal 82 23 1
Binary 1010010 10111 1
Octal 122 27 1

Shades and tints

Shades of #521701

#521701
(82,23,1)
#4B1501
(75,21,1)
#441301
(68,19,1)
#3D1101
(61,17,1)
#360F01
(54,15,1)
#2F0D01
(47,13,1)
#280B01
(40,11,1)
#210901
(33,9,1)
#1A0701
(26,7,1)
#130501
(19,5,1)
#0C0301
(12,3,1)
#000000
(0,0,0)

Tints of #521701

#521701
(82,23,1)
#612C18
(97,44,24)
#70412F
(112,65,47)
#7F5646
(127,86,70)
#8E6B5D
(142,107,93)
#9D8074
(157,128,116)
#AC958B
(172,149,139)
#BBAAA2
(187,170,162)
#CABFB9
(202,191,185)
#D9D4D0
(217,212,208)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521701; }

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

This text font color is #521701.

Background Color

.myBgColor { background-color: #521701; }

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

This div background color is #521701.

Border color

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

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

This div border color is #521701.

Opacity

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

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

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

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

This text has shadow with #521701 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #521701.

Preview

Color preview on black background

This text has color #521701 on black background.


Color preview on white background

This text has color #521701 on white background.


Black color preview on #521701 background

This text has black color on #521701 background.


White color preview on #521701 background

This text has white color on #521701 background.


Related colors

Complementary color

Complementary color for #hex is #ADE8FE.


I love getcolorcode.com

Triadic colors

1 #015217 and #170152 with #521701 are triadic colors.

2 #011752 and #175201 with #521701 are triadic colors.