COLOR #5C5458

HEX: #5C5458
RGB: (92,84,88)

Color info

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

RGB color model

#5C5458 color RGB value is (92,84,88).

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

RGB channels and saturation

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

92
84
88

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

Portions of RGB colors in percentages

R + G + B =
92 + 84 + 88 = 264 (100%)
R 92 of 264 ~ 34.85%
G 84 of 264 ~ 31.82%
B 88 of 264 ~ 33.33%

%34.85
%31.82
%33.33

CMYK color model

#5C5458 color CMYK value is (0,9,4,64).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 4.35%
  • key color value is 63.92%
CMYK:
(0,9,4,64)
C0M9Y4K64 
(0%,9%,4%,64%)
(0.00/0.09/0.04/0.64)	

CMYK percentages

%0
%8.7
%4.35
%63.92

Codes

Color #5C5458 in popluar color models

5C5458
RGB928488
HSL330°4.55%34.51%
HSB/HSV330°8.70%36.08%
CMYK0.00%8.70%4.35%
63.92%

Color #5C5458 in popluar number systems.

HEX5C5458
Decimal928488
Binary101110010101001011000
Octal134124130

Shades and tints

Shades of #5C5458

#5C5458
(92,84,88)
#544D50
(84,77,80)
#4C4648
(76,70,72)
#443F40
(68,63,64)
#3C3838
(60,56,56)
#343130
(52,49,48)
#2C2A28
(44,42,40)
#242320
(36,35,32)
#1C1C18
(28,28,24)
#141510
(20,21,16)
#0C0E08
(12,14,8)
#000000
(0,0,0)

Tints of #5C5458

#5C5458
(92,84,88)
#6A6367
(106,99,103)
#787276
(120,114,118)
#868185
(134,129,133)
#949094
(148,144,148)
#A29FA3
(162,159,163)
#B0AEB2
(176,174,178)
#BEBDC1
(190,189,193)
#CCCCD0
(204,204,208)
#DADBDF
(218,219,223)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5458; }

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

This text font color is #5C5458.


Background Color

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

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

This div background color is #5C5458.


Border color

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

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

This div border color is #5C5458.


Opacity

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

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

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

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

This text has shadow with #5C5458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5458 on black background.


Color preview on white background

This text has color #5C5458 on white background.



Black color preview on #5C5458 background

This text has black color on #5C5458 background.


White color preview on #5C5458 background

This text has white color on #5C5458 background.