COLOR #52216D

HEX: #52216D
RGB: (82,33,109)

Color info

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

RGB color model

#52216D color RGB value is (82,33,109).

  • red value is 82;
  • green value is 33;
  • blue value is 109.
RGB:
(82,33,109)
(32%,13%,43%)

RGB channels and saturation

R 82 of 255 = 32%
G 33 of 255 = 13%
B 109 of 255 = 43%

82
33
109

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

Portions of RGB colors in percentages

R + G + B =
82 + 33 + 109 = 224 (100%)
R 82 of 224 ~ 36.61%
G 33 of 224 ~ 14.73%
B 109 of 224 ~ 48.66%

%36.61
%14.73
%48.66

CMYK color model

#52216D color CMYK value is (25,70,0,57).

  • cyan value is 24.77%
  • magenta value is 69.72%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(25,70,0,57)
C25M70Y0K57 
(25%,70%,0%,57%)
(0.25/0.70/0.00/0.57)	

CMYK percentages

%24.77
%69.72
%0
%57.25

Codes

Color #52216D in popluar color models

52216D
RGB8233109
HSL279°53.52%27.84%
HSB/HSV279°69.72%42.75%
CMYK24.77%69.72%0.00%
57.25%

Color #52216D in popluar number systems.

HEX52216D
Decimal8233109
Binary10100101000011101101
Octal12241155

Shades and tints

Shades of #52216D

#52216D
(82,33,109)
#4B1E64
(75,30,100)
#441B5B
(68,27,91)
#3D1852
(61,24,82)
#361549
(54,21,73)
#2F1240
(47,18,64)
#280F37
(40,15,55)
#210C2E
(33,12,46)
#1A0925
(26,9,37)
#13061C
(19,6,28)
#0C0313
(12,3,19)
#000000
(0,0,0)

Tints of #52216D

#52216D
(82,33,109)
#61357A
(97,53,122)
#704987
(112,73,135)
#7F5D94
(127,93,148)
#8E71A1
(142,113,161)
#9D85AE
(157,133,174)
#AC99BB
(172,153,187)
#BBADC8
(187,173,200)
#CAC1D5
(202,193,213)
#D9D5E2
(217,213,226)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52216D color. Also use rgb(82,33,109) instead hex code.

Text Font Color

.myTextColor { color: #52216D; }

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

This text font color is #52216D.


Background Color

.myBgColor { background-color: #52216D; }

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

This div background color is #52216D.


Border color

.myBorderColor { border: 1px solid #52216D; }

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

This div border color is #52216D.


Opacity

.myOpacity80 { color: #52216D; opacity: 0.8; }

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

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

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

This text has shadow with #52216D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52216D on black background.


Color preview on white background

This text has color #52216D on white background.



Black color preview on #52216D background

This text has black color on #52216D background.


White color preview on #52216D background

This text has white color on #52216D background.