COLOR #52316F

HEX: #52316F
RGB: (82,49,111)

Color info

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

RGB color model

#52316F color RGB value is (82,49,111).

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

RGB channels and saturation

R 82 of 255 = 32%
G 49 of 255 = 19%
B 111 of 255 = 44%

82
49
111

R + G + B ~ 32%. #52316F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 49 + 111 = 242 (100%)
R 82 of 242 ~ 33.88%
G 49 of 242 ~ 20.25%
B 111 of 242 ~ 45.87%

%33.88
%20.25
%45.87

CMYK color model

#52316F color CMYK value is (26,56,0,56).

  • cyan value is 26.13%
  • magenta value is 55.86%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(26,56,0,56)
C26M56Y0K56 
(26%,56%,0%,56%)
(0.26/0.56/0.00/0.56)	

CMYK percentages

%26.13
%55.86
%0
%56.47

Codes

Color #52316F in popluar color models

52316F
RGB8249111
HSL272°38.75%31.37%
HSB/HSV272°55.86%43.53%
CMYK26.13%55.86%0.00%
56.47%

Color #52316F in popluar number systems.

HEX52316F
Decimal8249111
Binary10100101100011101111
Octal12261157

Shades and tints

Shades of #52316F

#52316F
(82,49,111)
#4B2D65
(75,45,101)
#44295B
(68,41,91)
#3D2551
(61,37,81)
#362147
(54,33,71)
#2F1D3D
(47,29,61)
#281933
(40,25,51)
#211529
(33,21,41)
#1A111F
(26,17,31)
#130D15
(19,13,21)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #52316F

#52316F
(82,49,111)
#61437C
(97,67,124)
#705589
(112,85,137)
#7F6796
(127,103,150)
#8E79A3
(142,121,163)
#9D8BB0
(157,139,176)
#AC9DBD
(172,157,189)
#BBAFCA
(187,175,202)
#CAC1D7
(202,193,215)
#D9D3E4
(217,211,228)
#E8E5F1
(232,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52316F; }

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

This text font color is #52316F.


Background Color

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

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

This div background color is #52316F.


Border color

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

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

This div border color is #52316F.


Opacity

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

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

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

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

This text has shadow with #52316F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52316F on black background.


Color preview on white background

This text has color #52316F on white background.



Black color preview on #52316F background

This text has black color on #52316F background.


White color preview on #52316F background

This text has white color on #52316F background.