COLOR #525F84

HEX: #525F84
RGB: (82,95,132)

Color info

#525F84 contains red, green and blue colors in about the same proportion. Web safe color of #525F84 is #666699 (or #669).

RGB color model

#525F84 color RGB value is (82,95,132).

  • red value is 82;
  • green value is 95;
  • blue value is 132.
RGB:
(82,95,132)
(32%,37%,52%)

RGB channels and saturation

R 82 of 255 = 32%
G 95 of 255 = 37%
B 132 of 255 = 52%

82
95
132

R + G + B ~ 40%. #525F84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 95 + 132 = 309 (100%)
R 82 of 309 ~ 26.54%
G 95 of 309 ~ 30.74%
B 132 of 309 ~ 42.72%

%26.54
%30.74
%42.72

CMYK color model

#525F84 color CMYK value is (38,28,0,48).

  • cyan value is 37.88%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(38,28,0,48)
C38M28Y0K48 
(38%,28%,0%,48%)
(0.38/0.28/0.00/0.48)	

CMYK percentages

%37.88
%28.03
%0
%48.24

Codes

Color #525F84 in popluar color models

525F84
RGB8295132
HSL224°23.36%41.96%
HSB/HSV224°37.88%51.76%
CMYK37.88%28.03%0.00%
48.24%

Color #525F84 in popluar number systems.

HEX525F84
Decimal8295132
Binary1010010101111110000100
Octal122137204

Shades and tints

Shades of #525F84

#525F84
(82,95,132)
#4B5778
(75,87,120)
#444F6C
(68,79,108)
#3D4760
(61,71,96)
#363F54
(54,63,84)
#2F3748
(47,55,72)
#282F3C
(40,47,60)
#212730
(33,39,48)
#1A1F24
(26,31,36)
#131718
(19,23,24)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #525F84

#525F84
(82,95,132)
#616D8F
(97,109,143)
#707B9A
(112,123,154)
#7F89A5
(127,137,165)
#8E97B0
(142,151,176)
#9DA5BB
(157,165,187)
#ACB3C6
(172,179,198)
#BBC1D1
(187,193,209)
#CACFDC
(202,207,220)
#D9DDE7
(217,221,231)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525F84 color. Also use rgb(82,95,132) instead hex code.

Text Font Color

.myTextColor { color: #525F84; }

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

This text font color is #525F84.


Background Color

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

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

This div background color is #525F84.


Border color

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

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

This div border color is #525F84.


Opacity

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

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

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

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

This text has shadow with #525F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525F84 on black background.


Color preview on white background

This text has color #525F84 on white background.



Black color preview on #525F84 background

This text has black color on #525F84 background.


White color preview on #525F84 background

This text has white color on #525F84 background.