COLOR #5C554C

HEX: #5C554C RGB: (92,85,76)

Color info

#5C554C contains red, green and blue colors in about the same proportion. Web safe color of #5C554C is #666633 (or #663).

RGB color model

#5C554C color RGB value is (92,85,76).

RGB: (92,85,76) (36%, 33%, 30%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 76 of 255 = 30%

92
85
76

R + G + B ~ 33%. #5C554C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 85 + 76 = 253 (100%)
R 92 of 253 ~ 36.36%
G 85 of 253 ~ 33.6%
B 76 of 253 ~ 30.04'%

%36.36
%33.6
%30.04

CMYK color model

#5C554C color CMYK value is (0,8,17,64).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 17.39%
  • key color value is 63.92%
CMYK: (0,8,17,64) C0M8Y17K64 (0%,8%,17%,64%) (0.00/0.08/0.17/0.64) 

CMYK percentages

%0
%7.61
%17.39
%63.92

Codes

Color #5C554C in popluar color models

5C 55 4C
RGB 92 85 76
HSL 34° 9.52% 32.94%
HSB/HSV 34° 17.39% 36.08%
CMYK 0.00% 7.61% 17.39%
63.92%

Color #5C554C in popluar number systems.

HEX 5C 55 4C
Decimal 92 85 76
Binary 1011100 1010101 1001100
Octal 134 125 114

Shades and tints

Shades of #5C554C

#5C554C
(92,85,76)
#544E46
(84,78,70)
#4C4740
(76,71,64)
#44403A
(68,64,58)
#3C3934
(60,57,52)
#34322E
(52,50,46)
#2C2B28
(44,43,40)
#242422
(36,36,34)
#1C1D1C
(28,29,28)
#141616
(20,22,22)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5C554C

#5C554C
(92,85,76)
#6A645C
(106,100,92)
#78736C
(120,115,108)
#86827C
(134,130,124)
#94918C
(148,145,140)
#A2A09C
(162,160,156)
#B0AFAC
(176,175,172)
#BEBEBC
(190,190,188)
#CCCDCC
(204,205,204)
#DADCDC
(218,220,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C554C; }

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

This text font color is #5C554C.

Background Color

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

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

This div background color is #5C554C.

Border color

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

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

This div border color is #5C554C.

Opacity

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

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

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

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

This text has shadow with #5C554C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C554C.

Preview

Color preview on black background

This text has color #5C554C on black background.


Color preview on white background

This text has color #5C554C on white background.


Black color preview on #5C554C background

This text has black color on #5C554C background.


White color preview on #5C554C background

This text has white color on #5C554C background.


Related colors

Complementary color

Complementary color for #hex is #A3AAB3.


I love getcolorcode.com

Triadic colors

1 #4C5C55 and #554C5C with #5C554C are triadic colors.

2 #4C555C and #555C4C with #5C554C are triadic colors.