COLOR #5C5750

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
87
80

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

Portions of RGB colors in percentages

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

%35.52
%33.59
%30.89

CMYK color model

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

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

CMYK percentages

%0
%5.43
%13.04
%63.92

Codes

Color #5C5750 in popluar color models

5C5750
RGB928780
HSL35°6.98%33.73%
HSB/HSV35°13.04%36.08%
CMYK0.00%5.43%13.04%
63.92%

Color #5C5750 in popluar number systems.

HEX5C5750
Decimal928780
Binary101110010101111010000
Octal134127120

Shades and tints

Shades of #5C5750

#5C5750
(92,87,80)
#545049
(84,80,73)
#4C4942
(76,73,66)
#44423B
(68,66,59)
#3C3B34
(60,59,52)
#34342D
(52,52,45)
#2C2D26
(44,45,38)
#24261F
(36,38,31)
#1C1F18
(28,31,24)
#141811
(20,24,17)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #5C5750

#5C5750
(92,87,80)
#6A665F
(106,102,95)
#78756E
(120,117,110)
#86847D
(134,132,125)
#94938C
(148,147,140)
#A2A29B
(162,162,155)
#B0B1AA
(176,177,170)
#BEC0B9
(190,192,185)
#CCCFC8
(204,207,200)
#DADED7
(218,222,215)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5750; }

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

This text font color is #5C5750.


Background Color

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

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

This div background color is #5C5750.


Border color

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

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

This div border color is #5C5750.


Opacity

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

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

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

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

This text has shadow with #5C5750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5750 on black background.


Color preview on white background

This text has color #5C5750 on white background.



Black color preview on #5C5750 background

This text has black color on #5C5750 background.


White color preview on #5C5750 background

This text has white color on #5C5750 background.