COLOR #5D5C42

HEX: #5D5C42
RGB: (93,92,66)

Color info

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

RGB color model

#5D5C42 color RGB value is (93,92,66).

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

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 66 of 255 = 26%

93
92
66

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

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 66 = 251 (100%)
R 93 of 251 ~ 37.05%
G 92 of 251 ~ 36.65%
B 66 of 251 ~ 26.29%

%37.05
%36.65
%26.29

CMYK color model

#5D5C42 color CMYK value is (0,1,29,64).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 29.03%
  • key color value is 63.53%
CMYK:
(0,1,29,64)
C0M1Y29K64 
(0%,1%,29%,64%)
(0.00/0.01/0.29/0.64)	

CMYK percentages

%0
%1.08
%29.03
%63.53

Codes

Color #5D5C42 in popluar color models

5D5C42
RGB939266
HSL58°16.98%31.18%
HSB/HSV58°29.03%36.47%
CMYK0.00%1.08%29.03%
63.53%

Color #5D5C42 in popluar number systems.

HEX5D5C42
Decimal939266
Binary101110110111001000010
Octal135134102

Shades and tints

Shades of #5D5C42

#5D5C42
(93,92,66)
#55543C
(85,84,60)
#4D4C36
(77,76,54)
#454430
(69,68,48)
#3D3C2A
(61,60,42)
#353424
(53,52,36)
#2D2C1E
(45,44,30)
#252418
(37,36,24)
#1D1C12
(29,28,18)
#15140C
(21,20,12)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #5D5C42

#5D5C42
(93,92,66)
#6B6A53
(107,106,83)
#797864
(121,120,100)
#878675
(135,134,117)
#959486
(149,148,134)
#A3A297
(163,162,151)
#B1B0A8
(177,176,168)
#BFBEB9
(191,190,185)
#CDCCCA
(205,204,202)
#DBDADB
(219,218,219)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C42; }

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

This text font color is #5D5C42.


Background Color

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

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

This div background color is #5D5C42.


Border color

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

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

This div border color is #5D5C42.


Opacity

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

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

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

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

This text has shadow with #5D5C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C42 on black background.


Color preview on white background

This text has color #5D5C42 on white background.



Black color preview on #5D5C42 background

This text has black color on #5D5C42 background.


White color preview on #5D5C42 background

This text has white color on #5D5C42 background.