COLOR #52427B

HEX: #52427B
RGB: (82,66,123)

Color info

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

RGB color model

#52427B color RGB value is (82,66,123).

  • red value is 82;
  • green value is 66;
  • blue value is 123.
RGB:
(82,66,123)
(32%,26%,48%)

RGB channels and saturation

R 82 of 255 = 32%
G 66 of 255 = 26%
B 123 of 255 = 48%

82
66
123

R + G + B ~ 35%. #52427B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 66 + 123 = 271 (100%)
R 82 of 271 ~ 30.26%
G 66 of 271 ~ 24.35%
B 123 of 271 ~ 45.39%

%30.26
%24.35
%45.39

CMYK color model

#52427B color CMYK value is (33,46,0,52).

  • cyan value is 33.33%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(33,46,0,52)
C33M46Y0K52 
(33%,46%,0%,52%)
(0.33/0.46/0.00/0.52)	

CMYK percentages

%33.33
%46.34
%0
%51.76

Codes

Color #52427B in popluar color models

52427B
RGB8266123
HSL257°30.16%37.06%
HSB/HSV257°46.34%48.24%
CMYK33.33%46.34%0.00%
51.76%

Color #52427B in popluar number systems.

HEX52427B
Decimal8266123
Binary101001010000101111011
Octal122102173

Shades and tints

Shades of #52427B

#52427B
(82,66,123)
#4B3C70
(75,60,112)
#443665
(68,54,101)
#3D305A
(61,48,90)
#362A4F
(54,42,79)
#2F2444
(47,36,68)
#281E39
(40,30,57)
#21182E
(33,24,46)
#1A1223
(26,18,35)
#130C18
(19,12,24)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #52427B

#52427B
(82,66,123)
#615387
(97,83,135)
#706493
(112,100,147)
#7F759F
(127,117,159)
#8E86AB
(142,134,171)
#9D97B7
(157,151,183)
#ACA8C3
(172,168,195)
#BBB9CF
(187,185,207)
#CACADB
(202,202,219)
#D9DBE7
(217,219,231)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52427B color. Also use rgb(82,66,123) instead hex code.

Text Font Color

.myTextColor { color: #52427B; }

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

This text font color is #52427B.


Background Color

.myBgColor { background-color: #52427B; }

<div style="background-color:#52427B">Inner text</div>

This div background color is #52427B.


Border color

.myBorderColor { border: 1px solid #52427B; }

<div style="border:3px solid #52427B">Div</div>

This div border color is #52427B.


Opacity

.myOpacity80 { color: #52427B; opacity: 0.8; }

<p style="color:#52427B;opacity:0.8;">80%</p>

Text with #52427B 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 #52427B;}

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

This text has shadow with #52427B color.

.textShadow {text-shadow: 3px 3px 1px #52427B, 3px 3px 1px red;}

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

This text has shadow with #52427B primary color and red secondary color.


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

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

This text has shadow with #52427B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52427B on black background.


Color preview on white background

This text has color #52427B on white background.



Black color preview on #52427B background

This text has black color on #52427B background.


White color preview on #52427B background

This text has white color on #52427B background.