COLOR #525459

HEX: #525459
RGB: (82,84,89)

Color info

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

RGB color model

#525459 color RGB value is (82,84,89).

  • red value is 82;
  • green value is 84;
  • blue value is 89.
RGB:
(82,84,89)
(32%,33%,35%)

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 89 of 255 = 35%

82
84
89

R + G + B ~ 33%. #525459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 89 = 255 (100%)
R 82 of 255 ~ 32.16%
G 84 of 255 ~ 32.94%
B 89 of 255 ~ 34.9%

%32.16
%32.94
%34.9

CMYK color model

#525459 color CMYK value is (8,6,0,65).

  • cyan value is 7.87%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(8,6,0,65)
C8M6Y0K65 
(8%,6%,0%,65%)
(0.08/0.06/0.00/0.65)	

CMYK percentages

%7.87
%5.62
%0
%65.1

Codes

Color #525459 in popluar color models

525459
RGB828489
HSL223°4.09%33.53%
HSB/HSV223°7.87%34.90%
CMYK7.87%5.62%0.00%
65.10%

Color #525459 in popluar number systems.

HEX525459
Decimal828489
Binary101001010101001011001
Octal122124131

Shades and tints

Shades of #525459

#525459
(82,84,89)
#4B4D51
(75,77,81)
#444649
(68,70,73)
#3D3F41
(61,63,65)
#363839
(54,56,57)
#2F3131
(47,49,49)
#282A29
(40,42,41)
#212321
(33,35,33)
#1A1C19
(26,28,25)
#131511
(19,21,17)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #525459

#525459
(82,84,89)
#616368
(97,99,104)
#707277
(112,114,119)
#7F8186
(127,129,134)
#8E9095
(142,144,149)
#9D9FA4
(157,159,164)
#ACAEB3
(172,174,179)
#BBBDC2
(187,189,194)
#CACCD1
(202,204,209)
#D9DBE0
(217,219,224)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525459 color. Also use rgb(82,84,89) instead hex code.

Text Font Color

.myTextColor { color: #525459; }

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

This text font color is #525459.


Background Color

.myBgColor { background-color: #525459; }

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

This div background color is #525459.


Border color

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

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

This div border color is #525459.


Opacity

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

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

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

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

This text has shadow with #525459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525459 on black background.


Color preview on white background

This text has color #525459 on white background.



Black color preview on #525459 background

This text has black color on #525459 background.


White color preview on #525459 background

This text has white color on #525459 background.