COLOR #585959

HEX: #585959
RGB: (88,89,89)

Color info

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

RGB color model

#585959 color RGB value is (88,89,89).

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

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 89 of 255 = 35%

88
89
89

R + G + B ~ 35%. #585959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 89 = 266 (100%)
R 88 of 266 ~ 33.08%
G 89 of 266 ~ 33.46%
B 89 of 266 ~ 33.46%

%33.08
%33.46
%33.46

CMYK color model

#585959 color CMYK value is (1,0,0,65).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(1,0,0,65)
C1M0Y0K65 
(1%,0%,0%,65%)
(0.01/0.00/0.00/0.65)	

CMYK percentages

%1.12
%0
%0
%65.1

Codes

Color #585959 in popluar color models

585959
RGB888989
HSL180°0.56%34.71%
HSB/HSV180°1.12%34.90%
CMYK1.12%0.00%0.00%
65.10%

Color #585959 in popluar number systems.

HEX585959
Decimal888989
Binary101100010110011011001
Octal130131131

Shades and tints

Shades of #585959

#585959
(88,89,89)
#505151
(80,81,81)
#484949
(72,73,73)
#404141
(64,65,65)
#383939
(56,57,57)
#303131
(48,49,49)
#282929
(40,41,41)
#202121
(32,33,33)
#181919
(24,25,25)
#101111
(16,17,17)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #585959

#585959
(88,89,89)
#676868
(103,104,104)
#767777
(118,119,119)
#858686
(133,134,134)
#949595
(148,149,149)
#A3A4A4
(163,164,164)
#B2B3B3
(178,179,179)
#C1C2C2
(193,194,194)
#D0D1D1
(208,209,209)
#DFE0E0
(223,224,224)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585959; }

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

This text font color is #585959.


Background Color

.myBgColor { background-color: #585959; }

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

This div background color is #585959.


Border color

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

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

This div border color is #585959.


Opacity

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

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

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

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

This text has shadow with #585959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585959 on black background.


Color preview on white background

This text has color #585959 on white background.



Black color preview on #585959 background

This text has black color on #585959 background.


White color preview on #585959 background

This text has white color on #585959 background.