COLOR #5C594D

HEX: #5C594D
RGB: (92,89,77)

Color info

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

RGB color model

#5C594D color RGB value is (92,89,77).

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

RGB channels and saturation

R 92 of 255 = 36%
G 89 of 255 = 35%
B 77 of 255 = 30%

92
89
77

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

Portions of RGB colors in percentages

R + G + B =
92 + 89 + 77 = 258 (100%)
R 92 of 258 ~ 35.66%
G 89 of 258 ~ 34.5%
B 77 of 258 ~ 29.84%

%35.66
%34.5
%29.84

CMYK color model

#5C594D color CMYK value is (0,3,16,64).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 16.30%
  • key color value is 63.92%
CMYK:
(0,3,16,64)
C0M3Y16K64 
(0%,3%,16%,64%)
(0.00/0.03/0.16/0.64)	

CMYK percentages

%0
%3.26
%16.3
%63.92

Codes

Color #5C594D in popluar color models

5C594D
RGB928977
HSL48°8.88%33.14%
HSB/HSV48°16.30%36.08%
CMYK0.00%3.26%16.30%
63.92%

Color #5C594D in popluar number systems.

HEX5C594D
Decimal928977
Binary101110010110011001101
Octal134131115

Shades and tints

Shades of #5C594D

#5C594D
(92,89,77)
#545146
(84,81,70)
#4C493F
(76,73,63)
#444138
(68,65,56)
#3C3931
(60,57,49)
#34312A
(52,49,42)
#2C2923
(44,41,35)
#24211C
(36,33,28)
#1C1915
(28,25,21)
#14110E
(20,17,14)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #5C594D

#5C594D
(92,89,77)
#6A685D
(106,104,93)
#78776D
(120,119,109)
#86867D
(134,134,125)
#94958D
(148,149,141)
#A2A49D
(162,164,157)
#B0B3AD
(176,179,173)
#BEC2BD
(190,194,189)
#CCD1CD
(204,209,205)
#DAE0DD
(218,224,221)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C594D; }

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

This text font color is #5C594D.


Background Color

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

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

This div background color is #5C594D.


Border color

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

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

This div border color is #5C594D.


Opacity

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

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

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

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

This text has shadow with #5C594D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C594D on black background.


Color preview on white background

This text has color #5C594D on white background.



Black color preview on #5C594D background

This text has black color on #5C594D background.


White color preview on #5C594D background

This text has white color on #5C594D background.