COLOR #5D5C47

HEX: #5D5C47
RGB: (93,92,71)

Color info

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

RGB color model

#5D5C47 color RGB value is (93,92,71).

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

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 71 of 255 = 28%

93
92
71

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

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 71 = 256 (100%)
R 93 of 256 ~ 36.33%
G 92 of 256 ~ 35.94%
B 71 of 256 ~ 27.73%

%36.33
%35.94
%27.73

CMYK color model

#5D5C47 color CMYK value is (0,1,24,64).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 23.66%
  • key color value is 63.53%
CMYK:
(0,1,24,64)
C0M1Y24K64 
(0%,1%,24%,64%)
(0.00/0.01/0.24/0.64)	

CMYK percentages

%0
%1.08
%23.66
%63.53

Codes

Color #5D5C47 in popluar color models

5D5C47
RGB939271
HSL57°13.41%32.16%
HSB/HSV57°23.66%36.47%
CMYK0.00%1.08%23.66%
63.53%

Color #5D5C47 in popluar number systems.

HEX5D5C47
Decimal939271
Binary101110110111001000111
Octal135134107

Shades and tints

Shades of #5D5C47

#5D5C47
(93,92,71)
#555441
(85,84,65)
#4D4C3B
(77,76,59)
#454435
(69,68,53)
#3D3C2F
(61,60,47)
#353429
(53,52,41)
#2D2C23
(45,44,35)
#25241D
(37,36,29)
#1D1C17
(29,28,23)
#151411
(21,20,17)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #5D5C47

#5D5C47
(93,92,71)
#6B6A57
(107,106,87)
#797867
(121,120,103)
#878677
(135,134,119)
#959487
(149,148,135)
#A3A297
(163,162,151)
#B1B0A7
(177,176,167)
#BFBEB7
(191,190,183)
#CDCCC7
(205,204,199)
#DBDAD7
(219,218,215)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C47; }

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

This text font color is #5D5C47.


Background Color

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

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

This div background color is #5D5C47.


Border color

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

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

This div border color is #5D5C47.


Opacity

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

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

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

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

This text has shadow with #5D5C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C47 on black background.


Color preview on white background

This text has color #5D5C47 on white background.



Black color preview on #5D5C47 background

This text has black color on #5D5C47 background.


White color preview on #5D5C47 background

This text has white color on #5D5C47 background.