COLOR #585661

HEX: #585661
RGB: (88,86,97)

Color info

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

RGB color model

#585661 color RGB value is (88,86,97).

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

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 97 of 255 = 38%

88
86
97

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

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 97 = 271 (100%)
R 88 of 271 ~ 32.47%
G 86 of 271 ~ 31.73%
B 97 of 271 ~ 35.79%

%32.47
%31.73
%35.79

CMYK color model

#585661 color CMYK value is (9,11,0,62).

  • cyan value is 9.28%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(9,11,0,62)
C9M11Y0K62 
(9%,11%,0%,62%)
(0.09/0.11/0.00/0.62)	

CMYK percentages

%9.28
%11.34
%0
%61.96

Codes

Color #585661 in popluar color models

585661
RGB888697
HSL251°6.01%35.88%
HSB/HSV251°11.34%38.04%
CMYK9.28%11.34%0.00%
61.96%

Color #585661 in popluar number systems.

HEX585661
Decimal888697
Binary101100010101101100001
Octal130126141

Shades and tints

Shades of #585661

#585661
(88,86,97)
#504F59
(80,79,89)
#484851
(72,72,81)
#404149
(64,65,73)
#383A41
(56,58,65)
#303339
(48,51,57)
#282C31
(40,44,49)
#202529
(32,37,41)
#181E21
(24,30,33)
#101719
(16,23,25)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #585661

#585661
(88,86,97)
#67656F
(103,101,111)
#76747D
(118,116,125)
#85838B
(133,131,139)
#949299
(148,146,153)
#A3A1A7
(163,161,167)
#B2B0B5
(178,176,181)
#C1BFC3
(193,191,195)
#D0CED1
(208,206,209)
#DFDDDF
(223,221,223)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585661; }

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

This text font color is #585661.


Background Color

.myBgColor { background-color: #585661; }

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

This div background color is #585661.


Border color

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

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

This div border color is #585661.


Opacity

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

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

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

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

This text has shadow with #585661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585661 on black background.


Color preview on white background

This text has color #585661 on white background.



Black color preview on #585661 background

This text has black color on #585661 background.


White color preview on #585661 background

This text has white color on #585661 background.