COLOR #525873

HEX: #525873
RGB: (82,88,115)

Color info

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

RGB color model

#525873 color RGB value is (82,88,115).

  • red value is 82;
  • green value is 88;
  • blue value is 115.
RGB:
(82,88,115)
(32%,35%,45%)

RGB channels and saturation

R 82 of 255 = 32%
G 88 of 255 = 35%
B 115 of 255 = 45%

82
88
115

R + G + B ~ 37%. #525873 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 88 + 115 = 285 (100%)
R 82 of 285 ~ 28.77%
G 88 of 285 ~ 30.88%
B 115 of 285 ~ 40.35%

%28.77
%30.88
%40.35

CMYK color model

#525873 color CMYK value is (29,23,0,55).

  • cyan value is 28.70%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(29,23,0,55)
C29M23Y0K55 
(29%,23%,0%,55%)
(0.29/0.23/0.00/0.55)	

CMYK percentages

%28.7
%23.48
%0
%54.9

Codes

Color #525873 in popluar color models

525873
RGB8288115
HSL229°16.75%38.63%
HSB/HSV229°28.70%45.10%
CMYK28.70%23.48%0.00%
54.90%

Color #525873 in popluar number systems.

HEX525873
Decimal8288115
Binary101001010110001110011
Octal122130163

Shades and tints

Shades of #525873

#525873
(82,88,115)
#4B5069
(75,80,105)
#44485F
(68,72,95)
#3D4055
(61,64,85)
#36384B
(54,56,75)
#2F3041
(47,48,65)
#282837
(40,40,55)
#21202D
(33,32,45)
#1A1823
(26,24,35)
#131019
(19,16,25)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #525873

#525873
(82,88,115)
#61677F
(97,103,127)
#70768B
(112,118,139)
#7F8597
(127,133,151)
#8E94A3
(142,148,163)
#9DA3AF
(157,163,175)
#ACB2BB
(172,178,187)
#BBC1C7
(187,193,199)
#CAD0D3
(202,208,211)
#D9DFDF
(217,223,223)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525873 color. Also use rgb(82,88,115) instead hex code.

Text Font Color

.myTextColor { color: #525873; }

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

This text font color is #525873.


Background Color

.myBgColor { background-color: #525873; }

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

This div background color is #525873.


Border color

.myBorderColor { border: 1px solid #525873; }

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

This div border color is #525873.


Opacity

.myOpacity80 { color: #525873; opacity: 0.8; }

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

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

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

This text has shadow with #525873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525873 on black background.


Color preview on white background

This text has color #525873 on white background.



Black color preview on #525873 background

This text has black color on #525873 background.


White color preview on #525873 background

This text has white color on #525873 background.