COLOR #5C5760

HEX: #5C5760 RGB: (92,87,96)

Color info

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

RGB color model

#5C5760 color RGB value is (92,87,96).

RGB: (92,87,96) (36%, 34%, 38%)

RGB channels and saturation

R 92 of 255 = 36%
G 87 of 255 = 34%
B 96 of 255 = 38%

92
87
96

R + G + B ~ 36%. #5C5760 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 87 + 96 = 275 (100%)
R 92 of 275 ~ 33.45%
G 87 of 275 ~ 31.64%
B 96 of 275 ~ 34.91'%

%33.45
%31.64
%34.91

CMYK color model

#5C5760 color CMYK value is (4,9,0,62).

  • cyan value is 4.17%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (4,9,0,62)
C4M9Y0K62 (4%, 9%, 0%, 62%)
(0.04 / 0.09 / 0.00 / 0.62)

CMYK percentages

%4.17
%9.38
%0
%62.35

Codes

Color #5C5760 in popluar color models

5C 57 60
RGB 92 87 96
HSL 273° 4.92% 35.88%
HSB/HSV 273° 9.38% 37.65%
CMYK 4.17% 9.38% 0.00%
62.35%

Color #5C5760 in popluar number systems.

HEX 5C 57 60
Decimal 92 87 96
Binary 1011100 1010111 1100000
Octal 134 127 140

Shades and tints

Shades of #5C5760

#5C5760
(92,87,96)
#545058
(84,80,88)
#4C4950
(76,73,80)
#444248
(68,66,72)
#3C3B40
(60,59,64)
#343438
(52,52,56)
#2C2D30
(44,45,48)
#242628
(36,38,40)
#1C1F20
(28,31,32)
#141818
(20,24,24)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C5760

#5C5760
(92,87,96)
#6A666E
(106,102,110)
#78757C
(120,117,124)
#86848A
(134,132,138)
#949398
(148,147,152)
#A2A2A6
(162,162,166)
#B0B1B4
(176,177,180)
#BEC0C2
(190,192,194)
#CCCFD0
(204,207,208)
#DADEDE
(218,222,222)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5760; }

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

This text font color is #5C5760.

Background Color

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

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

This div background color is #5C5760.

Border color

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

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

This div border color is #5C5760.

Opacity

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

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

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

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

This text has shadow with #5C5760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5760.

Preview

Color preview on black background

This text has color #5C5760 on black background.


Color preview on white background

This text has color #5C5760 on white background.


Black color preview on #5C5760 background

This text has black color on #5C5760 background.


White color preview on #5C5760 background

This text has white color on #5C5760 background.


Related colors

Complementary color

Complementary color for #hex is #A3A89F.


I love getcolorcode.com

Triadic colors

1 #605C57 and #57605C with #5C5760 are triadic colors.

2 #60575C and #575C60 with #5C5760 are triadic colors.