COLOR #52388E

HEX: #52388E
RGB: (82,56,142)

Color info

#52388E contains mainly blue color. Web safe color of #52388E is #663399 (or #639).

RGB color model

#52388E color RGB value is (82,56,142).

  • red value is 82;
  • green value is 56;
  • blue value is 142.
RGB:
(82,56,142)
(32%,22%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 56 of 255 = 22%
B 142 of 255 = 56%

82
56
142

R + G + B ~ 37%. #52388E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 56 + 142 = 280 (100%)
R 82 of 280 ~ 29.29%
G 56 of 280 ~ 20%
B 142 of 280 ~ 50.71%

%29.29
%20
%50.71

CMYK color model

#52388E color CMYK value is (42,61,0,44).

  • cyan value is 42.25%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(42,61,0,44)
C42M61Y0K44 
(42%,61%,0%,44%)
(0.42/0.61/0.00/0.44)	

CMYK percentages

%42.25
%60.56
%0
%44.31

Codes

Color #52388E in popluar color models

52388E
RGB8256142
HSL258°43.43%38.82%
HSB/HSV258°60.56%55.69%
CMYK42.25%60.56%0.00%
44.31%

Color #52388E in popluar number systems.

HEX52388E
Decimal8256142
Binary101001011100010001110
Octal12270216

Shades and tints

Shades of #52388E

#52388E
(82,56,142)
#4B3382
(75,51,130)
#442E76
(68,46,118)
#3D296A
(61,41,106)
#36245E
(54,36,94)
#2F1F52
(47,31,82)
#281A46
(40,26,70)
#21153A
(33,21,58)
#1A102E
(26,16,46)
#130B22
(19,11,34)
#0C0616
(12,6,22)
#000000
(0,0,0)

Tints of #52388E

#52388E
(82,56,142)
#614A98
(97,74,152)
#705CA2
(112,92,162)
#7F6EAC
(127,110,172)
#8E80B6
(142,128,182)
#9D92C0
(157,146,192)
#ACA4CA
(172,164,202)
#BBB6D4
(187,182,212)
#CAC8DE
(202,200,222)
#D9DAE8
(217,218,232)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52388E color. Also use rgb(82,56,142) instead hex code.

Text Font Color

.myTextColor { color: #52388E; }

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

This text font color is #52388E.


Background Color

.myBgColor { background-color: #52388E; }

<div style="background-color:#52388E">Inner text</div>

This div background color is #52388E.


Border color

.myBorderColor { border: 1px solid #52388E; }

<div style="border:3px solid #52388E">Div</div>

This div border color is #52388E.


Opacity

.myOpacity80 { color: #52388E; opacity: 0.8; }

<p style="color:#52388E;opacity:0.8;">80%</p>

Text with #52388E 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 #52388E;}

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

This text has shadow with #52388E color.

.textShadow {text-shadow: 3px 3px 1px #52388E, 3px 3px 1px red;}

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

This text has shadow with #52388E primary color and red secondary color.


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

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

This text has shadow with #52388E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52388E on black background.


Color preview on white background

This text has color #52388E on white background.



Black color preview on #52388E background

This text has black color on #52388E background.


White color preview on #52388E background

This text has white color on #52388E background.