COLOR #522A63

HEX: #522A63
RGB: (82,42,99)

Color info

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

RGB color model

#522A63 color RGB value is (82,42,99).

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

RGB channels and saturation

R 82 of 255 = 32%
G 42 of 255 = 16%
B 99 of 255 = 39%

82
42
99

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

Portions of RGB colors in percentages

R + G + B =
82 + 42 + 99 = 223 (100%)
R 82 of 223 ~ 36.77%
G 42 of 223 ~ 18.83%
B 99 of 223 ~ 44.39%

%36.77
%18.83
%44.39

CMYK color model

#522A63 color CMYK value is (17,58,0,61).

  • cyan value is 17.17%
  • magenta value is 57.58%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(17,58,0,61)
C17M58Y0K61 
(17%,58%,0%,61%)
(0.17/0.58/0.00/0.61)	

CMYK percentages

%17.17
%57.58
%0
%61.18

Codes

Color #522A63 in popluar color models

522A63
RGB824299
HSL282°40.43%27.65%
HSB/HSV282°57.58%38.82%
CMYK17.17%57.58%0.00%
61.18%

Color #522A63 in popluar number systems.

HEX522A63
Decimal824299
Binary10100101010101100011
Octal12252143

Shades and tints

Shades of #522A63

#522A63
(82,42,99)
#4B275A
(75,39,90)
#442451
(68,36,81)
#3D2148
(61,33,72)
#361E3F
(54,30,63)
#2F1B36
(47,27,54)
#28182D
(40,24,45)
#211524
(33,21,36)
#1A121B
(26,18,27)
#130F12
(19,15,18)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #522A63

#522A63
(82,42,99)
#613D71
(97,61,113)
#70507F
(112,80,127)
#7F638D
(127,99,141)
#8E769B
(142,118,155)
#9D89A9
(157,137,169)
#AC9CB7
(172,156,183)
#BBAFC5
(187,175,197)
#CAC2D3
(202,194,211)
#D9D5E1
(217,213,225)
#E8E8EF
(232,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522A63; }

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

This text font color is #522A63.


Background Color

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

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

This div background color is #522A63.


Border color

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

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

This div border color is #522A63.


Opacity

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

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

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

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

This text has shadow with #522A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522A63 on black background.


Color preview on white background

This text has color #522A63 on white background.



Black color preview on #522A63 background

This text has black color on #522A63 background.


White color preview on #522A63 background

This text has white color on #522A63 background.