COLOR #585F58

HEX: #585F58
RGB: (88,95,88)

Color info

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

RGB color model

#585F58 color RGB value is (88,95,88).

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

RGB channels and saturation

R 88 of 255 = 35%
G 95 of 255 = 37%
B 88 of 255 = 35%

88
95
88

R + G + B ~ 36%. #585F58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 95 + 88 = 271 (100%)
R 88 of 271 ~ 32.47%
G 95 of 271 ~ 35.06%
B 88 of 271 ~ 32.47%

%32.47
%35.06
%32.47

CMYK color model

#585F58 color CMYK value is (7,0,7,63).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 7.37%
  • key color value is 62.75%
CMYK:
(7,0,7,63)
C7M0Y7K63 
(7%,0%,7%,63%)
(0.07/0.00/0.07/0.63)	

CMYK percentages

%7.37
%0
%7.37
%62.75

Codes

Color #585F58 in popluar color models

585F58
RGB889588
HSL120°3.83%35.88%
HSB/HSV120°7.37%37.25%
CMYK7.37%0.00%7.37%
62.75%

Color #585F58 in popluar number systems.

HEX585F58
Decimal889588
Binary101100010111111011000
Octal130137130

Shades and tints

Shades of #585F58

#585F58
(88,95,88)
#505750
(80,87,80)
#484F48
(72,79,72)
#404740
(64,71,64)
#383F38
(56,63,56)
#303730
(48,55,48)
#282F28
(40,47,40)
#202720
(32,39,32)
#181F18
(24,31,24)
#101710
(16,23,16)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #585F58

#585F58
(88,95,88)
#676D67
(103,109,103)
#767B76
(118,123,118)
#858985
(133,137,133)
#949794
(148,151,148)
#A3A5A3
(163,165,163)
#B2B3B2
(178,179,178)
#C1C1C1
(193,193,193)
#D0CFD0
(208,207,208)
#DFDDDF
(223,221,223)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F58; }

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

This text font color is #585F58.


Background Color

.myBgColor { background-color: #585F58; }

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

This div background color is #585F58.


Border color

.myBorderColor { border: 1px solid #585F58; }

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

This div border color is #585F58.


Opacity

.myOpacity80 { color: #585F58; opacity: 0.8; }

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

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

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

This text has shadow with #585F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F58 on black background.


Color preview on white background

This text has color #585F58 on white background.



Black color preview on #585F58 background

This text has black color on #585F58 background.


White color preview on #585F58 background

This text has white color on #585F58 background.