COLOR #5D5458

HEX: #5D5458
RGB: (93,84,88)

Color info

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

RGB color model

#5D5458 color RGB value is (93,84,88).

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

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 88 of 255 = 35%

93
84
88

R + G + B ~ 35%. #5D5458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 88 = 265 (100%)
R 93 of 265 ~ 35.09%
G 84 of 265 ~ 31.7%
B 88 of 265 ~ 33.21%

%35.09
%31.7
%33.21

CMYK color model

#5D5458 color CMYK value is (0,10,5,64).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 5.38%
  • key color value is 63.53%
CMYK:
(0,10,5,64)
C0M10Y5K64 
(0%,10%,5%,64%)
(0.00/0.10/0.05/0.64)	

CMYK percentages

%0
%9.68
%5.38
%63.53

Codes

Color #5D5458 in popluar color models

5D5458
RGB938488
HSL333°5.08%34.71%
HSB/HSV333°9.68%36.47%
CMYK0.00%9.68%5.38%
63.53%

Color #5D5458 in popluar number systems.

HEX5D5458
Decimal938488
Binary101110110101001011000
Octal135124130

Shades and tints

Shades of #5D5458

#5D5458
(93,84,88)
#554D50
(85,77,80)
#4D4648
(77,70,72)
#453F40
(69,63,64)
#3D3838
(61,56,56)
#353130
(53,49,48)
#2D2A28
(45,42,40)
#252320
(37,35,32)
#1D1C18
(29,28,24)
#151510
(21,21,16)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #5D5458

#5D5458
(93,84,88)
#6B6367
(107,99,103)
#797276
(121,114,118)
#878185
(135,129,133)
#959094
(149,144,148)
#A39FA3
(163,159,163)
#B1AEB2
(177,174,178)
#BFBDC1
(191,189,193)
#CDCCD0
(205,204,208)
#DBDBDF
(219,219,223)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5458 color. Also use rgb(93,84,88) instead hex code.

Text Font Color

.myTextColor { color: #5D5458; }

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

This text font color is #5D5458.


Background Color

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

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

This div background color is #5D5458.


Border color

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

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

This div border color is #5D5458.


Opacity

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

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

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

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

This text has shadow with #5D5458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5458 on black background.


Color preview on white background

This text has color #5D5458 on white background.



Black color preview on #5D5458 background

This text has black color on #5D5458 background.


White color preview on #5D5458 background

This text has white color on #5D5458 background.