COLOR #5C6657

HEX: #5C6657 RGB: (92,102,87)

Color info

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

RGB color model

#5C6657 color RGB value is (92,102,87).

RGB: (92,102,87) (36%, 40%, 34%)

RGB channels and saturation

R 92 of 255 = 36%
G 102 of 255 = 40%
B 87 of 255 = 34%

92
102
87

R + G + B ~ 37%. #5C6657 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 102 + 87 = 281 (100%)
R 92 of 281 ~ 32.74%
G 102 of 281 ~ 36.3%
B 87 of 281 ~ 30.96'%

%32.74
%36.3
%30.96

CMYK color model

#5C6657 color CMYK value is (10,0,15,60).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 60.00%

CMYK: (10,0,15,60)
C10M0Y15K60 (10%, 0%, 15%, 60%)
(0.10 / 0.00 / 0.15 / 0.60)

CMYK percentages

%9.8
%0
%14.71
%60

Codes

Color #5C6657 in popluar color models

5C 66 57
RGB 92 102 87
HSL 100° 7.94% 37.06%
HSB/HSV 100° 14.71% 40.00%
CMYK 9.80% 0.00% 14.71%
60.00%

Color #5C6657 in popluar number systems.

HEX 5C 66 57
Decimal 92 102 87
Binary 1011100 1100110 1010111
Octal 134 146 127

Shades and tints

Shades of #5C6657

#5C6657
(92,102,87)
#545D50
(84,93,80)
#4C5449
(76,84,73)
#444B42
(68,75,66)
#3C423B
(60,66,59)
#343934
(52,57,52)
#2C302D
(44,48,45)
#242726
(36,39,38)
#1C1E1F
(28,30,31)
#141518
(20,21,24)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #5C6657

#5C6657
(92,102,87)
#6A7366
(106,115,102)
#788075
(120,128,117)
#868D84
(134,141,132)
#949A93
(148,154,147)
#A2A7A2
(162,167,162)
#B0B4B1
(176,180,177)
#BEC1C0
(190,193,192)
#CCCECF
(204,206,207)
#DADBDE
(218,219,222)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6657; }

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

This text font color is #5C6657.

Background Color

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

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

This div background color is #5C6657.

Border color

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

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

This div border color is #5C6657.

Opacity

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

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

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

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

This text has shadow with #5C6657 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6657.

Preview

Color preview on black background

This text has color #5C6657 on black background.


Color preview on white background

This text has color #5C6657 on white background.


Black color preview on #5C6657 background

This text has black color on #5C6657 background.


White color preview on #5C6657 background

This text has white color on #5C6657 background.


Related colors

Complementary color

Complementary color for #hex is #A399A8.


I love getcolorcode.com

Triadic colors

1 #575C66 and #66575C with #5C6657 are triadic colors.

2 #57665C and #665C57 with #5C6657 are triadic colors.