COLOR #522C63

HEX: #522C63
RGB: (82,44,99)

Color info

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

RGB color model

#522C63 color RGB value is (82,44,99).

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

RGB channels and saturation

R 82 of 255 = 32%
G 44 of 255 = 17%
B 99 of 255 = 39%

82
44
99

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

Portions of RGB colors in percentages

R + G + B =
82 + 44 + 99 = 225 (100%)
R 82 of 225 ~ 36.44%
G 44 of 225 ~ 19.56%
B 99 of 225 ~ 44%

%36.44
%19.56
%44

CMYK color model

#522C63 color CMYK value is (17,56,0,61).

  • cyan value is 17.17%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(17,56,0,61)
C17M56Y0K61 
(17%,56%,0%,61%)
(0.17/0.56/0.00/0.61)	

CMYK percentages

%17.17
%55.56
%0
%61.18

Codes

Color #522C63 in popluar color models

522C63
RGB824499
HSL281°38.46%28.04%
HSB/HSV281°55.56%38.82%
CMYK17.17%55.56%0.00%
61.18%

Color #522C63 in popluar number systems.

HEX522C63
Decimal824499
Binary10100101011001100011
Octal12254143

Shades and tints

Shades of #522C63

#522C63
(82,44,99)
#4B285A
(75,40,90)
#442451
(68,36,81)
#3D2048
(61,32,72)
#361C3F
(54,28,63)
#2F1836
(47,24,54)
#28142D
(40,20,45)
#211024
(33,16,36)
#1A0C1B
(26,12,27)
#130812
(19,8,18)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #522C63

#522C63
(82,44,99)
#613F71
(97,63,113)
#70527F
(112,82,127)
#7F658D
(127,101,141)
#8E789B
(142,120,155)
#9D8BA9
(157,139,169)
#AC9EB7
(172,158,183)
#BBB1C5
(187,177,197)
#CAC4D3
(202,196,211)
#D9D7E1
(217,215,225)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522C63; }

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

This text font color is #522C63.


Background Color

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

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

This div background color is #522C63.


Border color

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

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

This div border color is #522C63.


Opacity

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

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

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

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

This text has shadow with #522C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522C63 on black background.


Color preview on white background

This text has color #522C63 on white background.



Black color preview on #522C63 background

This text has black color on #522C63 background.


White color preview on #522C63 background

This text has white color on #522C63 background.