COLOR #522C7C

HEX: #522C7C
RGB: (82,44,124)

Color info

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

RGB color model

#522C7C color RGB value is (82,44,124).

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

RGB channels and saturation

R 82 of 255 = 32%
G 44 of 255 = 17%
B 124 of 255 = 49%

82
44
124

R + G + B ~ 33%. #522C7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 44 + 124 = 250 (100%)
R 82 of 250 ~ 32.8%
G 44 of 250 ~ 17.6%
B 124 of 250 ~ 49.6%

%32.8
%17.6
%49.6

CMYK color model

#522C7C color CMYK value is (34,65,0,51).

  • cyan value is 33.87%
  • magenta value is 64.52%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(34,65,0,51)
C34M65Y0K51 
(34%,65%,0%,51%)
(0.34/0.65/0.00/0.51)	

CMYK percentages

%33.87
%64.52
%0
%51.37

Codes

Color #522C7C in popluar color models

522C7C
RGB8244124
HSL269°47.62%32.94%
HSB/HSV269°64.52%48.63%
CMYK33.87%64.52%0.00%
51.37%

Color #522C7C in popluar number systems.

HEX522C7C
Decimal8244124
Binary10100101011001111100
Octal12254174

Shades and tints

Shades of #522C7C

#522C7C
(82,44,124)
#4B2871
(75,40,113)
#442466
(68,36,102)
#3D205B
(61,32,91)
#361C50
(54,28,80)
#2F1845
(47,24,69)
#28143A
(40,20,58)
#21102F
(33,16,47)
#1A0C24
(26,12,36)
#130819
(19,8,25)
#0C040E
(12,4,14)
#000000
(0,0,0)

Tints of #522C7C

#522C7C
(82,44,124)
#613F87
(97,63,135)
#705292
(112,82,146)
#7F659D
(127,101,157)
#8E78A8
(142,120,168)
#9D8BB3
(157,139,179)
#AC9EBE
(172,158,190)
#BBB1C9
(187,177,201)
#CAC4D4
(202,196,212)
#D9D7DF
(217,215,223)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #522C7C; }

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

This text font color is #522C7C.


Background Color

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

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

This div background color is #522C7C.


Border color

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

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

This div border color is #522C7C.


Opacity

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

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

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

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

This text has shadow with #522C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #522C7C on black background.


Color preview on white background

This text has color #522C7C on white background.



Black color preview on #522C7C background

This text has black color on #522C7C background.


White color preview on #522C7C background

This text has white color on #522C7C background.