COLOR #585F4F

HEX: #585F4F
RGB: (88,95,79)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

88
95
79

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

Portions of RGB colors in percentages

R + G + B =
88 + 95 + 79 = 262 (100%)
R 88 of 262 ~ 33.59%
G 95 of 262 ~ 36.26%
B 79 of 262 ~ 30.15%

%33.59
%36.26
%30.15

CMYK color model

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

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

CMYK percentages

%7.37
%0
%16.84
%62.75

Codes

Color #585F4F in popluar color models

585F4F
RGB889579
HSL86°9.20%34.12%
HSB/HSV86°16.84%37.25%
CMYK7.37%0.00%16.84%
62.75%

Color #585F4F in popluar number systems.

HEX585F4F
Decimal889579
Binary101100010111111001111
Octal130137117

Shades and tints

Shades of #585F4F

#585F4F
(88,95,79)
#505748
(80,87,72)
#484F41
(72,79,65)
#40473A
(64,71,58)
#383F33
(56,63,51)
#30372C
(48,55,44)
#282F25
(40,47,37)
#20271E
(32,39,30)
#181F17
(24,31,23)
#101710
(16,23,16)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #585F4F

#585F4F
(88,95,79)
#676D5F
(103,109,95)
#767B6F
(118,123,111)
#85897F
(133,137,127)
#94978F
(148,151,143)
#A3A59F
(163,165,159)
#B2B3AF
(178,179,175)
#C1C1BF
(193,193,191)
#D0CFCF
(208,207,207)
#DFDDDF
(223,221,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F4F; }

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

This text font color is #585F4F.


Background Color

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

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

This div background color is #585F4F.


Border color

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

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

This div border color is #585F4F.


Opacity

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

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

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

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

This text has shadow with #585F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F4F on black background.


Color preview on white background

This text has color #585F4F on white background.



Black color preview on #585F4F background

This text has black color on #585F4F background.


White color preview on #585F4F background

This text has white color on #585F4F background.