COLOR #525C7C

HEX: #525C7C
RGB: (82,92,124)

Color info

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

RGB color model

#525C7C color RGB value is (82,92,124).

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

RGB channels and saturation

R 82 of 255 = 32%
G 92 of 255 = 36%
B 124 of 255 = 49%

82
92
124

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

Portions of RGB colors in percentages

R + G + B =
82 + 92 + 124 = 298 (100%)
R 82 of 298 ~ 27.52%
G 92 of 298 ~ 30.87%
B 124 of 298 ~ 41.61%

%27.52
%30.87
%41.61

CMYK color model

#525C7C color CMYK value is (34,26,0,51).

  • cyan value is 33.87%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(34,26,0,51)
C34M26Y0K51 
(34%,26%,0%,51%)
(0.34/0.26/0.00/0.51)	

CMYK percentages

%33.87
%25.81
%0
%51.37

Codes

Color #525C7C in popluar color models

525C7C
RGB8292124
HSL226°20.39%40.39%
HSB/HSV226°33.87%48.63%
CMYK33.87%25.81%0.00%
51.37%

Color #525C7C in popluar number systems.

HEX525C7C
Decimal8292124
Binary101001010111001111100
Octal122134174

Shades and tints

Shades of #525C7C

#525C7C
(82,92,124)
#4B5471
(75,84,113)
#444C66
(68,76,102)
#3D445B
(61,68,91)
#363C50
(54,60,80)
#2F3445
(47,52,69)
#282C3A
(40,44,58)
#21242F
(33,36,47)
#1A1C24
(26,28,36)
#131419
(19,20,25)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #525C7C

#525C7C
(82,92,124)
#616A87
(97,106,135)
#707892
(112,120,146)
#7F869D
(127,134,157)
#8E94A8
(142,148,168)
#9DA2B3
(157,162,179)
#ACB0BE
(172,176,190)
#BBBEC9
(187,190,201)
#CACCD4
(202,204,212)
#D9DADF
(217,218,223)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525C7C; }

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

This text font color is #525C7C.


Background Color

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

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

This div background color is #525C7C.


Border color

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

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

This div border color is #525C7C.


Opacity

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

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

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

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

This text has shadow with #525C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525C7C on black background.


Color preview on white background

This text has color #525C7C on white background.



Black color preview on #525C7C background

This text has black color on #525C7C background.


White color preview on #525C7C background

This text has white color on #525C7C background.