COLOR #525C7F

HEX: #525C7F
RGB: (82,92,127)

Color info

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

RGB color model

#525C7F color RGB value is (82,92,127).

  • red value is 82;
  • green value is 92;
  • blue value is 127.
RGB:
(82,92,127)
(32%,36%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 127 of 255 = 50%

82
92
127

R + G + B ~ 39%. #525C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 92 + 127 = 301 (100%)
R 82 of 301 ~ 27.24%
G 92 of 301 ~ 30.56%
B 127 of 301 ~ 42.19%

%27.24
%30.56
%42.19

CMYK color model

#525C7F color CMYK value is (35,28,0,50).

  • cyan value is 35.43%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(35,28,0,50)
C35M28Y0K50 
(35%,28%,0%,50%)
(0.35/0.28/0.00/0.50)	

CMYK percentages

%35.43
%27.56
%0
%50.2

Codes

Color #525C7F in popluar color models

525C7F
RGB8292127
HSL227°21.53%40.98%
HSB/HSV227°35.43%49.80%
CMYK35.43%27.56%0.00%
50.20%

Color #525C7F in popluar number systems.

HEX525C7F
Decimal8292127
Binary101001010111001111111
Octal122134177

Shades and tints

Shades of #525C7F

#525C7F
(82,92,127)
#4B5474
(75,84,116)
#444C69
(68,76,105)
#3D445E
(61,68,94)
#363C53
(54,60,83)
#2F3448
(47,52,72)
#282C3D
(40,44,61)
#212432
(33,36,50)
#1A1C27
(26,28,39)
#13141C
(19,20,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #525C7F

#525C7F
(82,92,127)
#616A8A
(97,106,138)
#707895
(112,120,149)
#7F86A0
(127,134,160)
#8E94AB
(142,148,171)
#9DA2B6
(157,162,182)
#ACB0C1
(172,176,193)
#BBBECC
(187,190,204)
#CACCD7
(202,204,215)
#D9DAE2
(217,218,226)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525C7F color. Also use rgb(82,92,127) instead hex code.

Text Font Color

.myTextColor { color: #525C7F; }

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

This text font color is #525C7F.


Background Color

.myBgColor { background-color: #525C7F; }

<div style="background-color:#525C7F">Inner text</div>

This div background color is #525C7F.


Border color

.myBorderColor { border: 1px solid #525C7F; }

<div style="border:3px solid #525C7F">Div</div>

This div border color is #525C7F.


Opacity

.myOpacity80 { color: #525C7F; opacity: 0.8; }

<p style="color:#525C7F;opacity:0.8;">80%</p>

Text with #525C7F 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 #525C7F;}

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

This text has shadow with #525C7F color.

.textShadow {text-shadow: 3px 3px 1px #525C7F, 3px 3px 1px red;}

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

This text has shadow with #525C7F primary color and red secondary color.


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

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

This text has shadow with #525C7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525C7F on black background.


Color preview on white background

This text has color #525C7F on white background.



Black color preview on #525C7F background

This text has black color on #525C7F background.


White color preview on #525C7F background

This text has white color on #525C7F background.