COLOR #5E585F

HEX: #5E585F RGB: (94,88,95)

Color info

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

RGB color model

#5E585F color RGB value is (94,88,95).

RGB: (94,88,95) (37%, 35%, 37%)

RGB channels and saturation

R 94 of 255 = 37%
G 88 of 255 = 35%
B 95 of 255 = 37%

94
88
95

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

Portions of RGB colors in percentages

R + G + B = 94 + 88 + 95 = 277 (100%)
R 94 of 277 ~ 33.94%
G 88 of 277 ~ 31.77%
B 95 of 277 ~ 34.3'%

%33.94
%31.77
%34.3

CMYK color model

#5E585F color CMYK value is (1,7,0,63).

  • cyan value is 1.05%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (1,7,0,63)
C1M7Y0K63 (1%, 7%, 0%, 63%)
(0.01 / 0.07 / 0.00 / 0.63)

CMYK percentages

%1.05
%7.37
%0
%62.75

Codes

Color #5E585F in popluar color models

5E 58 5F
RGB 94 88 95
HSL 291° 3.83% 35.88%
HSB/HSV 291° 7.37% 37.25%
CMYK 1.05% 7.37% 0.00%
62.75%

Color #5E585F in popluar number systems.

HEX 5E 58 5F
Decimal 94 88 95
Binary 1011110 1011000 1011111
Octal 136 130 137

Shades and tints

Shades of #5E585F

#5E585F
(94,88,95)
#565057
(86,80,87)
#4E484F
(78,72,79)
#464047
(70,64,71)
#3E383F
(62,56,63)
#363037
(54,48,55)
#2E282F
(46,40,47)
#262027
(38,32,39)
#1E181F
(30,24,31)
#161017
(22,16,23)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #5E585F

#5E585F
(94,88,95)
#6C676D
(108,103,109)
#7A767B
(122,118,123)
#888589
(136,133,137)
#969497
(150,148,151)
#A4A3A5
(164,163,165)
#B2B2B3
(178,178,179)
#C0C1C1
(192,193,193)
#CED0CF
(206,208,207)
#DCDFDD
(220,223,221)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E585F color. Also use rgb(94,88,95) instead hex code.

Text Font Color

.myTextColor { color: #5E585F; }

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

This text font color is #5E585F.

Background Color

.myBgColor { background-color: #5E585F; }

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

This div background color is #5E585F.

Border color

.myBorderColor { border: 1px solid #5E585F; }

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

This div border color is #5E585F.

Opacity

.myOpacity80 { color: #5E585F; opacity: 0.8; }

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

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

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

This text has shadow with #5E585F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E585F.

Preview

Color preview on black background

This text has color #5E585F on black background.


Color preview on white background

This text has color #5E585F on white background.


Black color preview on #5E585F background

This text has black color on #5E585F background.


White color preview on #5E585F background

This text has white color on #5E585F background.


Related colors

Complementary color

Complementary color for #hex is #A1A7A0.


I love getcolorcode.com

Triadic colors

1 #5F5E58 and #585F5E with #5E585F are triadic colors.

2 #5F585E and #585E5F with #5E585F are triadic colors.