COLOR #5D5C44

HEX: #5D5C44
RGB: (93,92,68)

Color info

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

RGB color model

#5D5C44 color RGB value is (93,92,68).

  • red value is 93;
  • green value is 92;
  • blue value is 68.
RGB:
(93,92,68)
(36%,36%,27%)

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 68 of 255 = 27%

93
92
68

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

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 68 = 253 (100%)
R 93 of 253 ~ 36.76%
G 92 of 253 ~ 36.36%
B 68 of 253 ~ 26.88%

%36.76
%36.36
%26.88

CMYK color model

#5D5C44 color CMYK value is (0,1,27,64).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 26.88%
  • key color value is 63.53%
CMYK:
(0,1,27,64)
C0M1Y27K64 
(0%,1%,27%,64%)
(0.00/0.01/0.27/0.64)	

CMYK percentages

%0
%1.08
%26.88
%63.53

Codes

Color #5D5C44 in popluar color models

5D5C44
RGB939268
HSL58°15.53%31.57%
HSB/HSV58°26.88%36.47%
CMYK0.00%1.08%26.88%
63.53%

Color #5D5C44 in popluar number systems.

HEX5D5C44
Decimal939268
Binary101110110111001000100
Octal135134104

Shades and tints

Shades of #5D5C44

#5D5C44
(93,92,68)
#55543E
(85,84,62)
#4D4C38
(77,76,56)
#454432
(69,68,50)
#3D3C2C
(61,60,44)
#353426
(53,52,38)
#2D2C20
(45,44,32)
#25241A
(37,36,26)
#1D1C14
(29,28,20)
#15140E
(21,20,14)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #5D5C44

#5D5C44
(93,92,68)
#6B6A55
(107,106,85)
#797866
(121,120,102)
#878677
(135,134,119)
#959488
(149,148,136)
#A3A299
(163,162,153)
#B1B0AA
(177,176,170)
#BFBEBB
(191,190,187)
#CDCCCC
(205,204,204)
#DBDADD
(219,218,221)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C44; }

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

This text font color is #5D5C44.


Background Color

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

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

This div background color is #5D5C44.


Border color

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

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

This div border color is #5D5C44.


Opacity

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

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

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

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

This text has shadow with #5D5C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C44 on black background.


Color preview on white background

This text has color #5D5C44 on white background.



Black color preview on #5D5C44 background

This text has black color on #5D5C44 background.


White color preview on #5D5C44 background

This text has white color on #5D5C44 background.