COLOR #522032

HEX: #522032
RGB: (82,32,50)

Color info

#522032 contains red, green and blue colors in about the same proportion. Web safe color of #522032 is #663333 (or #633).

RGB color model

#522032 color RGB value is (82,32,50).

  • red value is 82;
  • green value is 32;
  • blue value is 50.
RGB:
(82,32,50)
(32%,13%,20%)

RGB channels and saturation

R 82 of 255 = 32%
G 32 of 255 = 13%
B 50 of 255 = 20%

82
32
50

R + G + B ~ 22%. #522032 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 32 + 50 = 164 (100%)
R 82 of 164 ~ 50%
G 32 of 164 ~ 19.51%
B 50 of 164 ~ 30.49%

%50
%19.51
%30.49

CMYK color model

#522032 color CMYK value is (0,61,39,68).

  • cyan value is 0.00%
  • magenta value is 60.98%
  • yellow value is 39.02%
  • key color value is 67.84%
CMYK:
(0,61,39,68)
C0M61Y39K68 
(0%,61%,39%,68%)
(0.00/0.61/0.39/0.68)	

CMYK percentages

%0
%60.98
%39.02
%67.84

Codes

Color #522032 in popluar color models

522032
RGB823250
HSL338°43.86%22.35%
HSB/HSV338°60.98%32.16%
CMYK0.00%60.98%39.02%
67.84%

Color #522032 in popluar number systems.

HEX522032
Decimal823250
Binary1010010100000110010
Octal1224062

Shades and tints

Shades of #522032

#522032
(82,32,50)
#4B1E2E
(75,30,46)
#441C2A
(68,28,42)
#3D1A26
(61,26,38)
#361822
(54,24,34)
#2F161E
(47,22,30)
#28141A
(40,20,26)
#211216
(33,18,22)
#1A1012
(26,16,18)
#130E0E
(19,14,14)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #522032

#522032
(82,32,50)
#613444
(97,52,68)
#704856
(112,72,86)
#7F5C68
(127,92,104)
#8E707A
(142,112,122)
#9D848C
(157,132,140)
#AC989E
(172,152,158)
#BBACB0
(187,172,176)
#CAC0C2
(202,192,194)
#D9D4D4
(217,212,212)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522032 color. Also use rgb(82,32,50) instead hex code.

Text Font Color

.myTextColor { color: #522032; }

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

This text font color is #522032.


Background Color

.myBgColor { background-color: #522032; }

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

This div background color is #522032.


Border color

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

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

This div border color is #522032.


Opacity

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

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

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

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

This text has shadow with #522032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522032 on black background.


Color preview on white background

This text has color #522032 on white background.



Black color preview on #522032 background

This text has black color on #522032 background.


White color preview on #522032 background

This text has white color on #522032 background.