COLOR #522D72

HEX: #522D72
RGB: (82,45,114)

Color info

#522D72 contains mainly red and blue colors. Web safe color of #522D72 is #663366 (or #636).

RGB color model

#522D72 color RGB value is (82,45,114).

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

RGB channels and saturation

R 82 of 255 = 32%
G 45 of 255 = 18%
B 114 of 255 = 45%

82
45
114

R + G + B ~ 32%. #522D72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 45 + 114 = 241 (100%)
R 82 of 241 ~ 34.02%
G 45 of 241 ~ 18.67%
B 114 of 241 ~ 47.3%

%34.02
%18.67
%47.3

CMYK color model

#522D72 color CMYK value is (28,61,0,55).

  • cyan value is 28.07%
  • magenta value is 60.53%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(28,61,0,55)
C28M61Y0K55 
(28%,61%,0%,55%)
(0.28/0.61/0.00/0.55)	

CMYK percentages

%28.07
%60.53
%0
%55.29

Codes

Color #522D72 in popluar color models

522D72
RGB8245114
HSL272°43.40%31.18%
HSB/HSV272°60.53%44.71%
CMYK28.07%60.53%0.00%
55.29%

Color #522D72 in popluar number systems.

HEX522D72
Decimal8245114
Binary10100101011011110010
Octal12255162

Shades and tints

Shades of #522D72

#522D72
(82,45,114)
#4B2968
(75,41,104)
#44255E
(68,37,94)
#3D2154
(61,33,84)
#361D4A
(54,29,74)
#2F1940
(47,25,64)
#281536
(40,21,54)
#21112C
(33,17,44)
#1A0D22
(26,13,34)
#130918
(19,9,24)
#0C050E
(12,5,14)
#000000
(0,0,0)

Tints of #522D72

#522D72
(82,45,114)
#61407E
(97,64,126)
#70538A
(112,83,138)
#7F6696
(127,102,150)
#8E79A2
(142,121,162)
#9D8CAE
(157,140,174)
#AC9FBA
(172,159,186)
#BBB2C6
(187,178,198)
#CAC5D2
(202,197,210)
#D9D8DE
(217,216,222)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #522D72 color. Also use rgb(82,45,114) instead hex code.

Text Font Color

.myTextColor { color: #522D72; }

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

This text font color is #522D72.


Background Color

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

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

This div background color is #522D72.


Border color

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

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

This div border color is #522D72.


Opacity

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

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

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

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

This text has shadow with #522D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522D72 on black background.


Color preview on white background

This text has color #522D72 on white background.



Black color preview on #522D72 background

This text has black color on #522D72 background.


White color preview on #522D72 background

This text has white color on #522D72 background.