COLOR #5D5C39

HEX: #5D5C39
RGB: (93,92,57)

Color info

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

RGB color model

#5D5C39 color RGB value is (93,92,57).

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

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 57 of 255 = 22%

93
92
57

R + G + B ~ 31%. #5D5C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 57 = 242 (100%)
R 93 of 242 ~ 38.43%
G 92 of 242 ~ 38.02%
B 57 of 242 ~ 23.55%

%38.43
%38.02
%23.55

CMYK color model

#5D5C39 color CMYK value is (0,1,39,64).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 38.71%
  • key color value is 63.53%
CMYK:
(0,1,39,64)
C0M1Y39K64 
(0%,1%,39%,64%)
(0.00/0.01/0.39/0.64)	

CMYK percentages

%0
%1.08
%38.71
%63.53

Codes

Color #5D5C39 in popluar color models

5D5C39
RGB939257
HSL58°24.00%29.41%
HSB/HSV58°38.71%36.47%
CMYK0.00%1.08%38.71%
63.53%

Color #5D5C39 in popluar number systems.

HEX5D5C39
Decimal939257
Binary10111011011100111001
Octal13513471

Shades and tints

Shades of #5D5C39

#5D5C39
(93,92,57)
#555434
(85,84,52)
#4D4C2F
(77,76,47)
#45442A
(69,68,42)
#3D3C25
(61,60,37)
#353420
(53,52,32)
#2D2C1B
(45,44,27)
#252416
(37,36,22)
#1D1C11
(29,28,17)
#15140C
(21,20,12)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #5D5C39

#5D5C39
(93,92,57)
#6B6A4B
(107,106,75)
#79785D
(121,120,93)
#87866F
(135,134,111)
#959481
(149,148,129)
#A3A293
(163,162,147)
#B1B0A5
(177,176,165)
#BFBEB7
(191,190,183)
#CDCCC9
(205,204,201)
#DBDADB
(219,218,219)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C39; }

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

This text font color is #5D5C39.


Background Color

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

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

This div background color is #5D5C39.


Border color

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

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

This div border color is #5D5C39.


Opacity

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

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

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

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

This text has shadow with #5D5C39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C39 on black background.


Color preview on white background

This text has color #5D5C39 on white background.



Black color preview on #5D5C39 background

This text has black color on #5D5C39 background.


White color preview on #5D5C39 background

This text has white color on #5D5C39 background.