COLOR #585D61

HEX: #585D61
RGB: (88,93,97)

Color info

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

RGB color model

#585D61 color RGB value is (88,93,97).

  • red value is 88;
  • green value is 93;
  • blue value is 97.
RGB:
(88,93,97)
(35%,36%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 93 of 255 = 36%
B 97 of 255 = 38%

88
93
97

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

Portions of RGB colors in percentages

R + G + B =
88 + 93 + 97 = 278 (100%)
R 88 of 278 ~ 31.65%
G 93 of 278 ~ 33.45%
B 97 of 278 ~ 34.89%

%31.65
%33.45
%34.89

CMYK color model

#585D61 color CMYK value is (9,4,0,62).

  • cyan value is 9.28%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(9,4,0,62)
C9M4Y0K62 
(9%,4%,0%,62%)
(0.09/0.04/0.00/0.62)	

CMYK percentages

%9.28
%4.12
%0
%61.96

Codes

Color #585D61 in popluar color models

585D61
RGB889397
HSL207°4.86%36.27%
HSB/HSV207°9.28%38.04%
CMYK9.28%4.12%0.00%
61.96%

Color #585D61 in popluar number systems.

HEX585D61
Decimal889397
Binary101100010111011100001
Octal130135141

Shades and tints

Shades of #585D61

#585D61
(88,93,97)
#505559
(80,85,89)
#484D51
(72,77,81)
#404549
(64,69,73)
#383D41
(56,61,65)
#303539
(48,53,57)
#282D31
(40,45,49)
#202529
(32,37,41)
#181D21
(24,29,33)
#101519
(16,21,25)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #585D61

#585D61
(88,93,97)
#676B6F
(103,107,111)
#76797D
(118,121,125)
#85878B
(133,135,139)
#949599
(148,149,153)
#A3A3A7
(163,163,167)
#B2B1B5
(178,177,181)
#C1BFC3
(193,191,195)
#D0CDD1
(208,205,209)
#DFDBDF
(223,219,223)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D61; }

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

This text font color is #585D61.


Background Color

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

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

This div background color is #585D61.


Border color

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

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

This div border color is #585D61.


Opacity

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

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

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

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

This text has shadow with #585D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D61 on black background.


Color preview on white background

This text has color #585D61 on white background.



Black color preview on #585D61 background

This text has black color on #585D61 background.


White color preview on #585D61 background

This text has white color on #585D61 background.