COLOR #522863

HEX: #522863
RGB: (82,40,99)

Color info

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

RGB color model

#522863 color RGB value is (82,40,99).

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

RGB channels and saturation

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

82
40
99

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

Portions of RGB colors in percentages

R + G + B =
82 + 40 + 99 = 221 (100%)
R 82 of 221 ~ 37.1%
G 40 of 221 ~ 18.1%
B 99 of 221 ~ 44.8%

%37.1
%18.1
%44.8

CMYK color model

#522863 color CMYK value is (17,60,0,61).

  • cyan value is 17.17%
  • magenta value is 59.60%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(17,60,0,61)
C17M60Y0K61 
(17%,60%,0%,61%)
(0.17/0.60/0.00/0.61)	

CMYK percentages

%17.17
%59.6
%0
%61.18

Codes

Color #522863 in popluar color models

522863
RGB824099
HSL283°42.45%27.25%
HSB/HSV283°59.60%38.82%
CMYK17.17%59.60%0.00%
61.18%

Color #522863 in popluar number systems.

HEX522863
Decimal824099
Binary10100101010001100011
Octal12250143

Shades and tints

Shades of #522863

#522863
(82,40,99)
#4B255A
(75,37,90)
#442251
(68,34,81)
#3D1F48
(61,31,72)
#361C3F
(54,28,63)
#2F1936
(47,25,54)
#28162D
(40,22,45)
#211324
(33,19,36)
#1A101B
(26,16,27)
#130D12
(19,13,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #522863

#522863
(82,40,99)
#613B71
(97,59,113)
#704E7F
(112,78,127)
#7F618D
(127,97,141)
#8E749B
(142,116,155)
#9D87A9
(157,135,169)
#AC9AB7
(172,154,183)
#BBADC5
(187,173,197)
#CAC0D3
(202,192,211)
#D9D3E1
(217,211,225)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522863; }

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

This text font color is #522863.


Background Color

.myBgColor { background-color: #522863; }

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

This div background color is #522863.


Border color

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

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

This div border color is #522863.


Opacity

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

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

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

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

This text has shadow with #522863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522863 on black background.


Color preview on white background

This text has color #522863 on white background.



Black color preview on #522863 background

This text has black color on #522863 background.


White color preview on #522863 background

This text has white color on #522863 background.