COLOR #52527E

HEX: #52527E
RGB: (82,82,126)

Color info

#52527E contains red, green and blue colors in about the same proportion. Web safe color of #52527E is #666666 (or #666).

RGB color model

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

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

RGB channels and saturation

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

82
82
126

R + G + B ~ 38%. #52527E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 82 + 126 = 290 (100%)
R 82 of 290 ~ 28.28%
G 82 of 290 ~ 28.28%
B 126 of 290 ~ 43.45%

%28.28
%28.28
%43.45

CMYK color model

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

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

CMYK percentages

%34.92
%34.92
%0
%50.59

Codes

Color #52527E in popluar color models

52527E
RGB8282126
HSL240°21.15%40.78%
HSB/HSV240°34.92%49.41%
CMYK34.92%34.92%0.00%
50.59%

Color #52527E in popluar number systems.

HEX52527E
Decimal8282126
Binary101001010100101111110
Octal122122176

Shades and tints

Shades of #52527E

#52527E
(82,82,126)
#4B4B73
(75,75,115)
#444468
(68,68,104)
#3D3D5D
(61,61,93)
#363652
(54,54,82)
#2F2F47
(47,47,71)
#28283C
(40,40,60)
#212131
(33,33,49)
#1A1A26
(26,26,38)
#13131B
(19,19,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #52527E

#52527E
(82,82,126)
#616189
(97,97,137)
#707094
(112,112,148)
#7F7F9F
(127,127,159)
#8E8EAA
(142,142,170)
#9D9DB5
(157,157,181)
#ACACC0
(172,172,192)
#BBBBCB
(187,187,203)
#CACAD6
(202,202,214)
#D9D9E1
(217,217,225)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52527E; }

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

This text font color is #52527E.


Background Color

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

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

This div background color is #52527E.


Border color

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

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

This div border color is #52527E.


Opacity

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

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

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

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

This text has shadow with #52527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52527E on black background.


Color preview on white background

This text has color #52527E on white background.



Black color preview on #52527E background

This text has black color on #52527E background.


White color preview on #52527E background

This text has white color on #52527E background.