COLOR #5C584C

HEX: #5C584C
RGB: (92,88,76)

Color info

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

RGB color model

#5C584C color RGB value is (92,88,76).

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

RGB channels and saturation

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

92
88
76

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

Portions of RGB colors in percentages

R + G + B =
92 + 88 + 76 = 256 (100%)
R 92 of 256 ~ 35.94%
G 88 of 256 ~ 34.38%
B 76 of 256 ~ 29.69%

%35.94
%34.38
%29.69

CMYK color model

#5C584C color CMYK value is (0,4,17,64).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 17.39%
  • key color value is 63.92%
CMYK:
(0,4,17,64)
C0M4Y17K64 
(0%,4%,17%,64%)
(0.00/0.04/0.17/0.64)	

CMYK percentages

%0
%4.35
%17.39
%63.92

Codes

Color #5C584C in popluar color models

5C584C
RGB928876
HSL45°9.52%32.94%
HSB/HSV45°17.39%36.08%
CMYK0.00%4.35%17.39%
63.92%

Color #5C584C in popluar number systems.

HEX5C584C
Decimal928876
Binary101110010110001001100
Octal134130114

Shades and tints

Shades of #5C584C

#5C584C
(92,88,76)
#545046
(84,80,70)
#4C4840
(76,72,64)
#44403A
(68,64,58)
#3C3834
(60,56,52)
#34302E
(52,48,46)
#2C2828
(44,40,40)
#242022
(36,32,34)
#1C181C
(28,24,28)
#141016
(20,16,22)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #5C584C

#5C584C
(92,88,76)
#6A675C
(106,103,92)
#78766C
(120,118,108)
#86857C
(134,133,124)
#94948C
(148,148,140)
#A2A39C
(162,163,156)
#B0B2AC
(176,178,172)
#BEC1BC
(190,193,188)
#CCD0CC
(204,208,204)
#DADFDC
(218,223,220)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C584C; }

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

This text font color is #5C584C.


Background Color

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

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

This div background color is #5C584C.


Border color

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

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

This div border color is #5C584C.


Opacity

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

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

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

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

This text has shadow with #5C584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C584C on black background.


Color preview on white background

This text has color #5C584C on white background.



Black color preview on #5C584C background

This text has black color on #5C584C background.


White color preview on #5C584C background

This text has white color on #5C584C background.