COLOR #5D5C40

HEX: #5D5C40
RGB: (93,92,64)

Color info

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

RGB color model

#5D5C40 color RGB value is (93,92,64).

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

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 64 of 255 = 25%

93
92
64

R + G + B ~ 32%. #5D5C40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 64 = 249 (100%)
R 93 of 249 ~ 37.35%
G 92 of 249 ~ 36.95%
B 64 of 249 ~ 25.7%

%37.35
%36.95
%25.7

CMYK color model

#5D5C40 color CMYK value is (0,1,31,64).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 31.18%
  • key color value is 63.53%
CMYK:
(0,1,31,64)
C0M1Y31K64 
(0%,1%,31%,64%)
(0.00/0.01/0.31/0.64)	

CMYK percentages

%0
%1.08
%31.18
%63.53

Codes

Color #5D5C40 in popluar color models

5D5C40
RGB939264
HSL58°18.47%30.78%
HSB/HSV58°31.18%36.47%
CMYK0.00%1.08%31.18%
63.53%

Color #5D5C40 in popluar number systems.

HEX5D5C40
Decimal939264
Binary101110110111001000000
Octal135134100

Shades and tints

Shades of #5D5C40

#5D5C40
(93,92,64)
#55543B
(85,84,59)
#4D4C36
(77,76,54)
#454431
(69,68,49)
#3D3C2C
(61,60,44)
#353427
(53,52,39)
#2D2C22
(45,44,34)
#25241D
(37,36,29)
#1D1C18
(29,28,24)
#151413
(21,20,19)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #5D5C40

#5D5C40
(93,92,64)
#6B6A51
(107,106,81)
#797862
(121,120,98)
#878673
(135,134,115)
#959484
(149,148,132)
#A3A295
(163,162,149)
#B1B0A6
(177,176,166)
#BFBEB7
(191,190,183)
#CDCCC8
(205,204,200)
#DBDAD9
(219,218,217)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C40; }

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

This text font color is #5D5C40.


Background Color

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

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

This div background color is #5D5C40.


Border color

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

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

This div border color is #5D5C40.


Opacity

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

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

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

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

This text has shadow with #5D5C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C40 on black background.


Color preview on white background

This text has color #5D5C40 on white background.



Black color preview on #5D5C40 background

This text has black color on #5D5C40 background.


White color preview on #5D5C40 background

This text has white color on #5D5C40 background.