COLOR #522052

HEX: #522052
RGB: (82,32,82)

Color info

#522052 contains red, green and blue colors in about the same proportion. Web safe color of #522052 is #663366 (or #636).

RGB color model

#522052 color RGB value is (82,32,82).

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

RGB channels and saturation

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

82
32
82

R + G + B ~ 26%. #522052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 32 + 82 = 196 (100%)
R 82 of 196 ~ 41.84%
G 32 of 196 ~ 16.33%
B 82 of 196 ~ 41.84%

%41.84
%16.33
%41.84

CMYK color model

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

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

CMYK percentages

%0
%60.98
%0
%67.84

Codes

Color #522052 in popluar color models

522052
RGB823282
HSL300°43.86%22.35%
HSB/HSV300°60.98%32.16%
CMYK0.00%60.98%0.00%
67.84%

Color #522052 in popluar number systems.

HEX522052
Decimal823282
Binary10100101000001010010
Octal12240122

Shades and tints

Shades of #522052

#522052
(82,32,82)
#4B1E4B
(75,30,75)
#441C44
(68,28,68)
#3D1A3D
(61,26,61)
#361836
(54,24,54)
#2F162F
(47,22,47)
#281428
(40,20,40)
#211221
(33,18,33)
#1A101A
(26,16,26)
#130E13
(19,14,19)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #522052

#522052
(82,32,82)
#613461
(97,52,97)
#704870
(112,72,112)
#7F5C7F
(127,92,127)
#8E708E
(142,112,142)
#9D849D
(157,132,157)
#AC98AC
(172,152,172)
#BBACBB
(187,172,187)
#CAC0CA
(202,192,202)
#D9D4D9
(217,212,217)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522052; }

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

This text font color is #522052.


Background Color

.myBgColor { background-color: #522052; }

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

This div background color is #522052.


Border color

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

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

This div border color is #522052.


Opacity

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

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

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

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

This text has shadow with #522052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522052 on black background.


Color preview on white background

This text has color #522052 on white background.



Black color preview on #522052 background

This text has black color on #522052 background.


White color preview on #522052 background

This text has white color on #522052 background.