COLOR #522A62

HEX: #522A62
RGB: (82,42,98)

Color info

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

RGB color model

#522A62 color RGB value is (82,42,98).

  • red value is 82;
  • green value is 42;
  • blue value is 98.
RGB:
(82,42,98)
(32%,16%,38%)

RGB channels and saturation

R 82 of 255 = 32%
G 42 of 255 = 16%
B 98 of 255 = 38%

82
42
98

R + G + B ~ 29%. #522A62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 42 + 98 = 222 (100%)
R 82 of 222 ~ 36.94%
G 42 of 222 ~ 18.92%
B 98 of 222 ~ 44.14%

%36.94
%18.92
%44.14

CMYK color model

#522A62 color CMYK value is (16,57,0,62).

  • cyan value is 16.33%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(16,57,0,62)
C16M57Y0K62 
(16%,57%,0%,62%)
(0.16/0.57/0.00/0.62)	

CMYK percentages

%16.33
%57.14
%0
%61.57

Codes

Color #522A62 in popluar color models

522A62
RGB824298
HSL283°40.00%27.45%
HSB/HSV283°57.14%38.43%
CMYK16.33%57.14%0.00%
61.57%

Color #522A62 in popluar number systems.

HEX522A62
Decimal824298
Binary10100101010101100010
Octal12252142

Shades and tints

Shades of #522A62

#522A62
(82,42,98)
#4B275A
(75,39,90)
#442452
(68,36,82)
#3D214A
(61,33,74)
#361E42
(54,30,66)
#2F1B3A
(47,27,58)
#281832
(40,24,50)
#21152A
(33,21,42)
#1A1222
(26,18,34)
#130F1A
(19,15,26)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #522A62

#522A62
(82,42,98)
#613D70
(97,61,112)
#70507E
(112,80,126)
#7F638C
(127,99,140)
#8E769A
(142,118,154)
#9D89A8
(157,137,168)
#AC9CB6
(172,156,182)
#BBAFC4
(187,175,196)
#CAC2D2
(202,194,210)
#D9D5E0
(217,213,224)
#E8E8EE
(232,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522A62 color. Also use rgb(82,42,98) instead hex code.

Text Font Color

.myTextColor { color: #522A62; }

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

This text font color is #522A62.


Background Color

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

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

This div background color is #522A62.


Border color

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

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

This div border color is #522A62.


Opacity

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

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

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

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

This text has shadow with #522A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522A62 on black background.


Color preview on white background

This text has color #522A62 on white background.



Black color preview on #522A62 background

This text has black color on #522A62 background.


White color preview on #522A62 background

This text has white color on #522A62 background.