COLOR #5C5A4C

HEX: #5C5A4C
RGB: (92,90,76)

Color info

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

RGB color model

#5C5A4C color RGB value is (92,90,76).

  • red value is 92;
  • green value is 90;
  • blue value is 76.
RGB:
(92,90,76)
(36%,35%,30%)

RGB channels and saturation

R 92 of 255 = 36%
G 90 of 255 = 35%
B 76 of 255 = 30%

92
90
76

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

Portions of RGB colors in percentages

R + G + B =
92 + 90 + 76 = 258 (100%)
R 92 of 258 ~ 35.66%
G 90 of 258 ~ 34.88%
B 76 of 258 ~ 29.46%

%35.66
%34.88
%29.46

CMYK color model

#5C5A4C color CMYK value is (0,2,17,64).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 17.39%
  • key color value is 63.92%
CMYK:
(0,2,17,64)
C0M2Y17K64 
(0%,2%,17%,64%)
(0.00/0.02/0.17/0.64)	

CMYK percentages

%0
%2.17
%17.39
%63.92

Codes

Color #5C5A4C in popluar color models

5C5A4C
RGB929076
HSL53°9.52%32.94%
HSB/HSV53°17.39%36.08%
CMYK0.00%2.17%17.39%
63.92%

Color #5C5A4C in popluar number systems.

HEX5C5A4C
Decimal929076
Binary101110010110101001100
Octal134132114

Shades and tints

Shades of #5C5A4C

#5C5A4C
(92,90,76)
#545246
(84,82,70)
#4C4A40
(76,74,64)
#44423A
(68,66,58)
#3C3A34
(60,58,52)
#34322E
(52,50,46)
#2C2A28
(44,42,40)
#242222
(36,34,34)
#1C1A1C
(28,26,28)
#141216
(20,18,22)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #5C5A4C

#5C5A4C
(92,90,76)
#6A695C
(106,105,92)
#78786C
(120,120,108)
#86877C
(134,135,124)
#94968C
(148,150,140)
#A2A59C
(162,165,156)
#B0B4AC
(176,180,172)
#BEC3BC
(190,195,188)
#CCD2CC
(204,210,204)
#DAE1DC
(218,225,220)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5A4C; }

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

This text font color is #5C5A4C.


Background Color

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

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

This div background color is #5C5A4C.


Border color

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

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

This div border color is #5C5A4C.


Opacity

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

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

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

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

This text has shadow with #5C5A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5A4C on black background.


Color preview on white background

This text has color #5C5A4C on white background.



Black color preview on #5C5A4C background

This text has black color on #5C5A4C background.


White color preview on #5C5A4C background

This text has white color on #5C5A4C background.