COLOR #5C665C

HEX: #5C665C RGB: (92,102,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
102
92

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

Portions of RGB colors in percentages

R + G + B = 92 + 102 + 92 = 286 (100%)
R 92 of 286 ~ 32.17%
G 102 of 286 ~ 35.66%
B 92 of 286 ~ 32.17'%

%32.17
%35.66
%32.17

CMYK color model

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

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

CMYK: (10,0,10,60)
C10M0Y10K60 (10%, 0%, 10%, 60%)
(0.10 / 0.00 / 0.10 / 0.60)

CMYK percentages

%9.8
%0
%9.8
%60

Codes

Color #5C665C in popluar color models

5C 66 5C
RGB 92 102 92
HSL 120° 5.15% 38.04%
HSB/HSV 120° 9.80% 40.00%
CMYK 9.80% 0.00% 9.80%
60.00%

Color #5C665C in popluar number systems.

HEX 5C 66 5C
Decimal 92 102 92
Binary 1011100 1100110 1011100
Octal 134 146 134

Shades and tints

Shades of #5C665C

#5C665C
(92,102,92)
#545D54
(84,93,84)
#4C544C
(76,84,76)
#444B44
(68,75,68)
#3C423C
(60,66,60)
#343934
(52,57,52)
#2C302C
(44,48,44)
#242724
(36,39,36)
#1C1E1C
(28,30,28)
#141514
(20,21,20)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #5C665C

#5C665C
(92,102,92)
#6A736A
(106,115,106)
#788078
(120,128,120)
#868D86
(134,141,134)
#949A94
(148,154,148)
#A2A7A2
(162,167,162)
#B0B4B0
(176,180,176)
#BEC1BE
(190,193,190)
#CCCECC
(204,206,204)
#DADBDA
(218,219,218)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C665C; }

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

This text font color is #5C665C.

Background Color

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

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

This div background color is #5C665C.

Border color

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

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

This div border color is #5C665C.

Opacity

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

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

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

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

This text has shadow with #5C665C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C665C.

Preview

Color preview on black background

This text has color #5C665C on black background.


Color preview on white background

This text has color #5C665C on white background.


Black color preview on #5C665C background

This text has black color on #5C665C background.


White color preview on #5C665C background

This text has white color on #5C665C background.


Related colors

Complementary color

Complementary color for #hex is #A399A3.


I love getcolorcode.com

Triadic colors

1 #5C5C66 and #665C5C with #5C665C are triadic colors.

2 #5C665C and #665C5C with #5C665C are triadic colors.