COLOR #5C5E50

HEX: #5C5E50
RGB: (92,94,80)

Color info

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

RGB color model

#5C5E50 color RGB value is (92,94,80).

  • red value is 92;
  • green value is 94;
  • blue value is 80.
RGB:
(92,94,80)
(36%,37%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 94 of 255 = 37%
B 80 of 255 = 31%

92
94
80

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

Portions of RGB colors in percentages

R + G + B =
92 + 94 + 80 = 266 (100%)
R 92 of 266 ~ 34.59%
G 94 of 266 ~ 35.34%
B 80 of 266 ~ 30.08%

%34.59
%35.34
%30.08

CMYK color model

#5C5E50 color CMYK value is (2,0,15,63).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(2,0,15,63)
C2M0Y15K63 
(2%,0%,15%,63%)
(0.02/0.00/0.15/0.63)	

CMYK percentages

%2.13
%0
%14.89
%63.14

Codes

Color #5C5E50 in popluar color models

5C5E50
RGB929480
HSL69°8.05%34.12%
HSB/HSV69°14.89%36.86%
CMYK2.13%0.00%14.89%
63.14%

Color #5C5E50 in popluar number systems.

HEX5C5E50
Decimal929480
Binary101110010111101010000
Octal134136120

Shades and tints

Shades of #5C5E50

#5C5E50
(92,94,80)
#545649
(84,86,73)
#4C4E42
(76,78,66)
#44463B
(68,70,59)
#3C3E34
(60,62,52)
#34362D
(52,54,45)
#2C2E26
(44,46,38)
#24261F
(36,38,31)
#1C1E18
(28,30,24)
#141611
(20,22,17)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #5C5E50

#5C5E50
(92,94,80)
#6A6C5F
(106,108,95)
#787A6E
(120,122,110)
#86887D
(134,136,125)
#94968C
(148,150,140)
#A2A49B
(162,164,155)
#B0B2AA
(176,178,170)
#BEC0B9
(190,192,185)
#CCCEC8
(204,206,200)
#DADCD7
(218,220,215)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C5E50 color. Also use rgb(92,94,80) instead hex code.

Text Font Color

.myTextColor { color: #5C5E50; }

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

This text font color is #5C5E50.


Background Color

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

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

This div background color is #5C5E50.


Border color

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

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

This div border color is #5C5E50.


Opacity

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

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

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

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

This text has shadow with #5C5E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5E50 on black background.


Color preview on white background

This text has color #5C5E50 on white background.



Black color preview on #5C5E50 background

This text has black color on #5C5E50 background.


White color preview on #5C5E50 background

This text has white color on #5C5E50 background.