COLOR #52437E

HEX: #52437E
RGB: (82,67,126)

Color info

#52437E contains red, green and blue colors in about the same proportion. Web safe color of #52437E is #663366 (or #636).

RGB color model

#52437E color RGB value is (82,67,126).

  • red value is 82;
  • green value is 67;
  • blue value is 126.
RGB:
(82,67,126)
(32%,26%,49%)

RGB channels and saturation

R 82 of 255 = 32%
G 67 of 255 = 26%
B 126 of 255 = 49%

82
67
126

R + G + B ~ 36%. #52437E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 67 + 126 = 275 (100%)
R 82 of 275 ~ 29.82%
G 67 of 275 ~ 24.36%
B 126 of 275 ~ 45.82%

%29.82
%24.36
%45.82

CMYK color model

#52437E color CMYK value is (35,47,0,51).

  • cyan value is 34.92%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(35,47,0,51)
C35M47Y0K51 
(35%,47%,0%,51%)
(0.35/0.47/0.00/0.51)	

CMYK percentages

%34.92
%46.83
%0
%50.59

Codes

Color #52437E in popluar color models

52437E
RGB8267126
HSL255°30.57%37.84%
HSB/HSV255°46.83%49.41%
CMYK34.92%46.83%0.00%
50.59%

Color #52437E in popluar number systems.

HEX52437E
Decimal8267126
Binary101001010000111111110
Octal122103176

Shades and tints

Shades of #52437E

#52437E
(82,67,126)
#4B3D73
(75,61,115)
#443768
(68,55,104)
#3D315D
(61,49,93)
#362B52
(54,43,82)
#2F2547
(47,37,71)
#281F3C
(40,31,60)
#211931
(33,25,49)
#1A1326
(26,19,38)
#130D1B
(19,13,27)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #52437E

#52437E
(82,67,126)
#615489
(97,84,137)
#706594
(112,101,148)
#7F769F
(127,118,159)
#8E87AA
(142,135,170)
#9D98B5
(157,152,181)
#ACA9C0
(172,169,192)
#BBBACB
(187,186,203)
#CACBD6
(202,203,214)
#D9DCE1
(217,220,225)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52437E color. Also use rgb(82,67,126) instead hex code.

Text Font Color

.myTextColor { color: #52437E; }

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

This text font color is #52437E.


Background Color

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

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

This div background color is #52437E.


Border color

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

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

This div border color is #52437E.


Opacity

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

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

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

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

This text has shadow with #52437E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52437E on black background.


Color preview on white background

This text has color #52437E on white background.



Black color preview on #52437E background

This text has black color on #52437E background.


White color preview on #52437E background

This text has white color on #52437E background.