COLOR #52317F

HEX: #52317F
RGB: (82,49,127)

Color info

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

RGB color model

#52317F color RGB value is (82,49,127).

  • red value is 82;
  • green value is 49;
  • blue value is 127.
RGB:
(82,49,127)
(32%,19%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 49 of 255 = 19%
B 127 of 255 = 50%

82
49
127

R + G + B ~ 34%. #52317F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 49 + 127 = 258 (100%)
R 82 of 258 ~ 31.78%
G 49 of 258 ~ 18.99%
B 127 of 258 ~ 49.22%

%31.78
%18.99
%49.22

CMYK color model

#52317F color CMYK value is (35,61,0,50).

  • cyan value is 35.43%
  • magenta value is 61.42%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(35,61,0,50)
C35M61Y0K50 
(35%,61%,0%,50%)
(0.35/0.61/0.00/0.50)	

CMYK percentages

%35.43
%61.42
%0
%50.2

Codes

Color #52317F in popluar color models

52317F
RGB8249127
HSL265°44.32%34.51%
HSB/HSV265°61.42%49.80%
CMYK35.43%61.42%0.00%
50.20%

Color #52317F in popluar number systems.

HEX52317F
Decimal8249127
Binary10100101100011111111
Octal12261177

Shades and tints

Shades of #52317F

#52317F
(82,49,127)
#4B2D74
(75,45,116)
#442969
(68,41,105)
#3D255E
(61,37,94)
#362153
(54,33,83)
#2F1D48
(47,29,72)
#28193D
(40,25,61)
#211532
(33,21,50)
#1A1127
(26,17,39)
#130D1C
(19,13,28)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #52317F

#52317F
(82,49,127)
#61438A
(97,67,138)
#705595
(112,85,149)
#7F67A0
(127,103,160)
#8E79AB
(142,121,171)
#9D8BB6
(157,139,182)
#AC9DC1
(172,157,193)
#BBAFCC
(187,175,204)
#CAC1D7
(202,193,215)
#D9D3E2
(217,211,226)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52317F color. Also use rgb(82,49,127) instead hex code.

Text Font Color

.myTextColor { color: #52317F; }

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

This text font color is #52317F.


Background Color

.myBgColor { background-color: #52317F; }

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

This div background color is #52317F.


Border color

.myBorderColor { border: 1px solid #52317F; }

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

This div border color is #52317F.


Opacity

.myOpacity80 { color: #52317F; opacity: 0.8; }

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

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

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

This text has shadow with #52317F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52317F on black background.


Color preview on white background

This text has color #52317F on white background.



Black color preview on #52317F background

This text has black color on #52317F background.


White color preview on #52317F background

This text has white color on #52317F background.