COLOR #585E50

HEX: #585E50 RGB: (88,94,80)

Color info

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

RGB color model

#585E50 color RGB value is (88,94,80).

RGB: (88,94,80) (35%, 37%, 31%)

RGB channels and saturation

R 88 of 255 = 35%
G 94 of 255 = 37%
B 80 of 255 = 31%

88
94
80

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

Portions of RGB colors in percentages

R + G + B = 88 + 94 + 80 = 262 (100%)
R 88 of 262 ~ 33.59%
G 94 of 262 ~ 35.88%
B 80 of 262 ~ 30.53'%

%33.59
%35.88
%30.53

CMYK color model

#585E50 color CMYK value is (6,0,15,63).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 63.14%

CMYK: (6,0,15,63)
C6M0Y15K63 (6%, 0%, 15%, 63%)
(0.06 / 0.00 / 0.15 / 0.63)

CMYK percentages

%6.38
%0
%14.89
%63.14

Codes

Color #585E50 in popluar color models

58 5E 50
RGB 88 94 80
HSL 86° 8.05% 34.12%
HSB/HSV 86° 14.89% 36.86%
CMYK 6.38% 0.00% 14.89%
63.14%

Color #585E50 in popluar number systems.

HEX 58 5E 50
Decimal 88 94 80
Binary 1011000 1011110 1010000
Octal 130 136 120

Shades and tints

Shades of #585E50

#585E50
(88,94,80)
#505649
(80,86,73)
#484E42
(72,78,66)
#40463B
(64,70,59)
#383E34
(56,62,52)
#30362D
(48,54,45)
#282E26
(40,46,38)
#20261F
(32,38,31)
#181E18
(24,30,24)
#101611
(16,22,17)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #585E50

#585E50
(88,94,80)
#676C5F
(103,108,95)
#767A6E
(118,122,110)
#85887D
(133,136,125)
#94968C
(148,150,140)
#A3A49B
(163,164,155)
#B2B2AA
(178,178,170)
#C1C0B9
(193,192,185)
#D0CEC8
(208,206,200)
#DFDCD7
(223,220,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585E50; }

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

This text font color is #585E50.

Background Color

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

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

This div background color is #585E50.

Border color

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

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

This div border color is #585E50.

Opacity

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

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

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

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

This text has shadow with #585E50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585E50.

Preview

Color preview on black background

This text has color #585E50 on black background.


Color preview on white background

This text has color #585E50 on white background.


Black color preview on #585E50 background

This text has black color on #585E50 background.


White color preview on #585E50 background

This text has white color on #585E50 background.


Related colors

Complementary color

Complementary color for #hex is #A7A1AF.


I love getcolorcode.com

Triadic colors

1 #50585E and #5E5058 with #585E50 are triadic colors.

2 #505E58 and #5E5850 with #585E50 are triadic colors.