COLOR #5C5057

HEX: #5C5057
RGB: (92,80,87)

Color info

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

RGB color model

#5C5057 color RGB value is (92,80,87).

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

RGB channels and saturation

R 92 of 255 = 36%
G 80 of 255 = 31%
B 87 of 255 = 34%

92
80
87

R + G + B ~ 34%. #5C5057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 80 + 87 = 259 (100%)
R 92 of 259 ~ 35.52%
G 80 of 259 ~ 30.89%
B 87 of 259 ~ 33.59%

%35.52
%30.89
%33.59

CMYK color model

#5C5057 color CMYK value is (0,13,5,64).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 5.43%
  • key color value is 63.92%
CMYK:
(0,13,5,64)
C0M13Y5K64 
(0%,13%,5%,64%)
(0.00/0.13/0.05/0.64)	

CMYK percentages

%0
%13.04
%5.43
%63.92

Codes

Color #5C5057 in popluar color models

5C5057
RGB928087
HSL325°6.98%33.73%
HSB/HSV325°13.04%36.08%
CMYK0.00%13.04%5.43%
63.92%

Color #5C5057 in popluar number systems.

HEX5C5057
Decimal928087
Binary101110010100001010111
Octal134120127

Shades and tints

Shades of #5C5057

#5C5057
(92,80,87)
#544950
(84,73,80)
#4C4249
(76,66,73)
#443B42
(68,59,66)
#3C343B
(60,52,59)
#342D34
(52,45,52)
#2C262D
(44,38,45)
#241F26
(36,31,38)
#1C181F
(28,24,31)
#141118
(20,17,24)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #5C5057

#5C5057
(92,80,87)
#6A5F66
(106,95,102)
#786E75
(120,110,117)
#867D84
(134,125,132)
#948C93
(148,140,147)
#A29BA2
(162,155,162)
#B0AAB1
(176,170,177)
#BEB9C0
(190,185,192)
#CCC8CF
(204,200,207)
#DAD7DE
(218,215,222)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5057; }

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

This text font color is #5C5057.


Background Color

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

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

This div background color is #5C5057.


Border color

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

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

This div border color is #5C5057.


Opacity

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

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

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

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

This text has shadow with #5C5057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5057 on black background.


Color preview on white background

This text has color #5C5057 on white background.



Black color preview on #5C5057 background

This text has black color on #5C5057 background.


White color preview on #5C5057 background

This text has white color on #5C5057 background.