COLOR #522473

HEX: #522473
RGB: (82,36,115)

Color info

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

RGB color model

#522473 color RGB value is (82,36,115).

  • red value is 82;
  • green value is 36;
  • blue value is 115.
RGB:
(82,36,115)
(32%,14%,45%)

RGB channels and saturation

R 82 of 255 = 32%
G 36 of 255 = 14%
B 115 of 255 = 45%

82
36
115

R + G + B ~ 30%. #522473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 36 + 115 = 233 (100%)
R 82 of 233 ~ 35.19%
G 36 of 233 ~ 15.45%
B 115 of 233 ~ 49.36%

%35.19
%15.45
%49.36

CMYK color model

#522473 color CMYK value is (29,69,0,55).

  • cyan value is 28.70%
  • magenta value is 68.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(29,69,0,55)
C29M69Y0K55 
(29%,69%,0%,55%)
(0.29/0.69/0.00/0.55)	

CMYK percentages

%28.7
%68.7
%0
%54.9

Codes

Color #522473 in popluar color models

522473
RGB8236115
HSL275°52.32%29.61%
HSB/HSV275°68.70%45.10%
CMYK28.70%68.70%0.00%
54.90%

Color #522473 in popluar number systems.

HEX522473
Decimal8236115
Binary10100101001001110011
Octal12244163

Shades and tints

Shades of #522473

#522473
(82,36,115)
#4B2169
(75,33,105)
#441E5F
(68,30,95)
#3D1B55
(61,27,85)
#36184B
(54,24,75)
#2F1541
(47,21,65)
#281237
(40,18,55)
#210F2D
(33,15,45)
#1A0C23
(26,12,35)
#130919
(19,9,25)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #522473

#522473
(82,36,115)
#61377F
(97,55,127)
#704A8B
(112,74,139)
#7F5D97
(127,93,151)
#8E70A3
(142,112,163)
#9D83AF
(157,131,175)
#AC96BB
(172,150,187)
#BBA9C7
(187,169,199)
#CABCD3
(202,188,211)
#D9CFDF
(217,207,223)
#E8E2EB
(232,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522473; }

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

This text font color is #522473.


Background Color

.myBgColor { background-color: #522473; }

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

This div background color is #522473.


Border color

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

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

This div border color is #522473.


Opacity

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

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

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

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

This text has shadow with #522473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522473 on black background.


Color preview on white background

This text has color #522473 on white background.



Black color preview on #522473 background

This text has black color on #522473 background.


White color preview on #522473 background

This text has white color on #522473 background.