COLOR #522D01

HEX: #522D01
RGB: (82,45,1)

Color info

#522D01 contains mainly red and green colors. Web safe color of #522D01 is #663300 (or #630).

RGB color model

#522D01 color RGB value is (82,45,1).

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

RGB channels and saturation

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

82
45
1

R + G + B ~ 17%. #522D01 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 45 + 1 = 128 (100%)
R 82 of 128 ~ 64.06%
G 45 of 128 ~ 35.16%
B 1 of 128 ~ 0.78%

%64.06
%35.16

CMYK color model

#522D01 color CMYK value is (0,45,99,68).

  • cyan value is 0.00%
  • magenta value is 45.12%
  • yellow value is 98.78%
  • key color value is 67.84%
CMYK:
(0,45,99,68)
C0M45Y99K68 
(0%,45%,99%,68%)
(0.00/0.45/0.99/0.68)	

CMYK percentages

%0
%45.12
%98.78
%67.84

Codes

Color #522D01 in popluar color models

522D01
RGB82451
HSL33°97.59%16.27%
HSB/HSV33°98.78%32.16%
CMYK0.00%45.12%98.78%
67.84%

Color #522D01 in popluar number systems.

HEX522D01
Decimal82451
Binary10100101011011
Octal122551

Shades and tints

Shades of #522D01

#522D01
(82,45,1)
#4B2901
(75,41,1)
#442501
(68,37,1)
#3D2101
(61,33,1)
#361D01
(54,29,1)
#2F1901
(47,25,1)
#281501
(40,21,1)
#211101
(33,17,1)
#1A0D01
(26,13,1)
#130901
(19,9,1)
#0C0501
(12,5,1)
#000000
(0,0,0)

Tints of #522D01

#522D01
(82,45,1)
#614018
(97,64,24)
#70532F
(112,83,47)
#7F6646
(127,102,70)
#8E795D
(142,121,93)
#9D8C74
(157,140,116)
#AC9F8B
(172,159,139)
#BBB2A2
(187,178,162)
#CAC5B9
(202,197,185)
#D9D8D0
(217,216,208)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522D01; }

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

This text font color is #522D01.


Background Color

.myBgColor { background-color: #522D01; }

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

This div background color is #522D01.


Border color

.myBorderColor { border: 1px solid #522D01; }

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

This div border color is #522D01.


Opacity

.myOpacity80 { color: #522D01; opacity: 0.8; }

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

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

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

This text has shadow with #522D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522D01 on black background.


Color preview on white background

This text has color #522D01 on white background.



Black color preview on #522D01 background

This text has black color on #522D01 background.


White color preview on #522D01 background

This text has white color on #522D01 background.