COLOR #522213

HEX: #522213
RGB: (82,34,19)

Color info

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

RGB color model

#522213 color RGB value is (82,34,19).

  • red value is 82;
  • green value is 34;
  • blue value is 19.
RGB:
(82,34,19)
(32%,13%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 34 of 255 = 13%
B 19 of 255 = 7%

82
34
19

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

Portions of RGB colors in percentages

R + G + B =
82 + 34 + 19 = 135 (100%)
R 82 of 135 ~ 60.74%
G 34 of 135 ~ 25.19%
B 19 of 135 ~ 14.07%

%60.74
%25.19
%14.07

CMYK color model

#522213 color CMYK value is (0,59,77,68).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 76.83%
  • key color value is 67.84%
CMYK:
(0,59,77,68)
C0M59Y77K68 
(0%,59%,77%,68%)
(0.00/0.59/0.77/0.68)	

CMYK percentages

%0
%58.54
%76.83
%67.84

Codes

Color #522213 in popluar color models

522213
RGB823419
HSL14°62.38%19.80%
HSB/HSV14°76.83%32.16%
CMYK0.00%58.54%76.83%
67.84%

Color #522213 in popluar number systems.

HEX522213
Decimal823419
Binary101001010001010011
Octal1224223

Shades and tints

Shades of #522213

#522213
(82,34,19)
#4B1F12
(75,31,18)
#441C11
(68,28,17)
#3D1910
(61,25,16)
#36160F
(54,22,15)
#2F130E
(47,19,14)
#28100D
(40,16,13)
#210D0C
(33,13,12)
#1A0A0B
(26,10,11)
#13070A
(19,7,10)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #522213

#522213
(82,34,19)
#613628
(97,54,40)
#704A3D
(112,74,61)
#7F5E52
(127,94,82)
#8E7267
(142,114,103)
#9D867C
(157,134,124)
#AC9A91
(172,154,145)
#BBAEA6
(187,174,166)
#CAC2BB
(202,194,187)
#D9D6D0
(217,214,208)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522213 color. Also use rgb(82,34,19) instead hex code.

Text Font Color

.myTextColor { color: #522213; }

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

This text font color is #522213.


Background Color

.myBgColor { background-color: #522213; }

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

This div background color is #522213.


Border color

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

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

This div border color is #522213.


Opacity

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

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

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

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

This text has shadow with #522213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522213 on black background.


Color preview on white background

This text has color #522213 on white background.



Black color preview on #522213 background

This text has black color on #522213 background.


White color preview on #522213 background

This text has white color on #522213 background.