COLOR #525959

HEX: #525959
RGB: (82,89,89)

Color info

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

RGB color model

#525959 color RGB value is (82,89,89).

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

RGB channels and saturation

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

82
89
89

R + G + B ~ 34%. #525959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 89 + 89 = 260 (100%)
R 82 of 260 ~ 31.54%
G 89 of 260 ~ 34.23%
B 89 of 260 ~ 34.23%

%31.54
%34.23
%34.23

CMYK color model

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

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

CMYK percentages

%7.87
%0
%0
%65.1

Codes

Color #525959 in popluar color models

525959
RGB828989
HSL180°4.09%33.53%
HSB/HSV180°7.87%34.90%
CMYK7.87%0.00%0.00%
65.10%

Color #525959 in popluar number systems.

HEX525959
Decimal828989
Binary101001010110011011001
Octal122131131

Shades and tints

Shades of #525959

#525959
(82,89,89)
#4B5151
(75,81,81)
#444949
(68,73,73)
#3D4141
(61,65,65)
#363939
(54,57,57)
#2F3131
(47,49,49)
#282929
(40,41,41)
#212121
(33,33,33)
#1A1919
(26,25,25)
#131111
(19,17,17)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #525959

#525959
(82,89,89)
#616868
(97,104,104)
#707777
(112,119,119)
#7F8686
(127,134,134)
#8E9595
(142,149,149)
#9DA4A4
(157,164,164)
#ACB3B3
(172,179,179)
#BBC2C2
(187,194,194)
#CAD1D1
(202,209,209)
#D9E0E0
(217,224,224)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525959; }

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

This text font color is #525959.


Background Color

.myBgColor { background-color: #525959; }

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

This div background color is #525959.


Border color

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

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

This div border color is #525959.


Opacity

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

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

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

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

This text has shadow with #525959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525959 on black background.


Color preview on white background

This text has color #525959 on white background.



Black color preview on #525959 background

This text has black color on #525959 background.


White color preview on #525959 background

This text has white color on #525959 background.