COLOR #585F5F

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

Color info

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

RGB color model

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

RGB: (88,95,95) (35%, 37%, 37%)

RGB channels and saturation

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

88
95
95

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

Portions of RGB colors in percentages

R + G + B = 88 + 95 + 95 = 278 (100%)
R 88 of 278 ~ 31.65%
G 95 of 278 ~ 34.17%
B 95 of 278 ~ 34.17'%

%31.65
%34.17
%34.17

CMYK color model

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

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

CMYK percentages

%7.37
%0
%0
%62.75

Codes

Color #585F5F in popluar color models

58 5F 5F
RGB 88 95 95
HSL 180° 3.83% 35.88%
HSB/HSV 180° 7.37% 37.25%
CMYK 7.37% 0.00% 0.00%
62.75%

Color #585F5F in popluar number systems.

HEX 58 5F 5F
Decimal 88 95 95
Binary 1011000 1011111 1011111
Octal 130 137 137

Shades and tints

Shades of #585F5F

#585F5F
(88,95,95)
#505757
(80,87,87)
#484F4F
(72,79,79)
#404747
(64,71,71)
#383F3F
(56,63,63)
#303737
(48,55,55)
#282F2F
(40,47,47)
#202727
(32,39,39)
#181F1F
(24,31,31)
#101717
(16,23,23)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #585F5F

#585F5F
(88,95,95)
#676D6D
(103,109,109)
#767B7B
(118,123,123)
#858989
(133,137,137)
#949797
(148,151,151)
#A3A5A5
(163,165,165)
#B2B3B3
(178,179,179)
#C1C1C1
(193,193,193)
#D0CFCF
(208,207,207)
#DFDDDD
(223,221,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F5F; }

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

This text font color is #585F5F.

Background Color

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

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

This div background color is #585F5F.

Border color

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

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

This div border color is #585F5F.

Opacity

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

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

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

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

This text has shadow with #585F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585F5F.

Preview

Color preview on black background

This text has color #585F5F on black background.


Color preview on white background

This text has color #585F5F on white background.


Black color preview on #585F5F background

This text has black color on #585F5F background.


White color preview on #585F5F background

This text has white color on #585F5F background.


Related colors

Complementary color

Complementary color for #hex is #A7A0A0.


I love getcolorcode.com