COLOR #585E68

HEX: #585E68
RGB: (88,94,104)

Color info

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

RGB color model

#585E68 color RGB value is (88,94,104).

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

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 104 of 255 = 41%

88
94
104

R + G + B ~ 38%. #585E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 94 + 104 = 286 (100%)
R 88 of 286 ~ 30.77%
G 94 of 286 ~ 32.87%
B 104 of 286 ~ 36.36%

%30.77
%32.87
%36.36

CMYK color model

#585E68 color CMYK value is (15,10,0,59).

  • cyan value is 15.38%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(15,10,0,59)
C15M10Y0K59 
(15%,10%,0%,59%)
(0.15/0.10/0.00/0.59)	

CMYK percentages

%15.38
%9.62
%0
%59.22

Codes

Color #585E68 in popluar color models

585E68
RGB8894104
HSL218°8.33%37.65%
HSB/HSV218°15.38%40.78%
CMYK15.38%9.62%0.00%
59.22%

Color #585E68 in popluar number systems.

HEX585E68
Decimal8894104
Binary101100010111101101000
Octal130136150

Shades and tints

Shades of #585E68

#585E68
(88,94,104)
#50565F
(80,86,95)
#484E56
(72,78,86)
#40464D
(64,70,77)
#383E44
(56,62,68)
#30363B
(48,54,59)
#282E32
(40,46,50)
#202629
(32,38,41)
#181E20
(24,30,32)
#101617
(16,22,23)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #585E68

#585E68
(88,94,104)
#676C75
(103,108,117)
#767A82
(118,122,130)
#85888F
(133,136,143)
#94969C
(148,150,156)
#A3A4A9
(163,164,169)
#B2B2B6
(178,178,182)
#C1C0C3
(193,192,195)
#D0CED0
(208,206,208)
#DFDCDD
(223,220,221)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E68; }

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

This text font color is #585E68.


Background Color

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

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

This div background color is #585E68.


Border color

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

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

This div border color is #585E68.


Opacity

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

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

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

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

This text has shadow with #585E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585E68 on black background.


Color preview on white background

This text has color #585E68 on white background.



Black color preview on #585E68 background

This text has black color on #585E68 background.


White color preview on #585E68 background

This text has white color on #585E68 background.