COLOR #5D5542

HEX: #5D5542
RGB: (93,85,66)

Color info

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

RGB color model

#5D5542 color RGB value is (93,85,66).

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

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 66 of 255 = 26%

93
85
66

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

Portions of RGB colors in percentages

R + G + B =
93 + 85 + 66 = 244 (100%)
R 93 of 244 ~ 38.11%
G 85 of 244 ~ 34.84%
B 66 of 244 ~ 27.05%

%38.11
%34.84
%27.05

CMYK color model

#5D5542 color CMYK value is (0,9,29,64).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 29.03%
  • key color value is 63.53%
CMYK:
(0,9,29,64)
C0M9Y29K64 
(0%,9%,29%,64%)
(0.00/0.09/0.29/0.64)	

CMYK percentages

%0
%8.6
%29.03
%63.53

Codes

Color #5D5542 in popluar color models

5D5542
RGB938566
HSL42°16.98%31.18%
HSB/HSV42°29.03%36.47%
CMYK0.00%8.60%29.03%
63.53%

Color #5D5542 in popluar number systems.

HEX5D5542
Decimal938566
Binary101110110101011000010
Octal135125102

Shades and tints

Shades of #5D5542

#5D5542
(93,85,66)
#554E3C
(85,78,60)
#4D4736
(77,71,54)
#454030
(69,64,48)
#3D392A
(61,57,42)
#353224
(53,50,36)
#2D2B1E
(45,43,30)
#252418
(37,36,24)
#1D1D12
(29,29,18)
#15160C
(21,22,12)
#0D0F06
(13,15,6)
#000000
(0,0,0)

Tints of #5D5542

#5D5542
(93,85,66)
#6B6453
(107,100,83)
#797364
(121,115,100)
#878275
(135,130,117)
#959186
(149,145,134)
#A3A097
(163,160,151)
#B1AFA8
(177,175,168)
#BFBEB9
(191,190,185)
#CDCDCA
(205,205,202)
#DBDCDB
(219,220,219)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5542; }

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

This text font color is #5D5542.


Background Color

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

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

This div background color is #5D5542.


Border color

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

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

This div border color is #5D5542.


Opacity

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

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

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

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

This text has shadow with #5D5542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5542 on black background.


Color preview on white background

This text has color #5D5542 on white background.



Black color preview on #5D5542 background

This text has black color on #5D5542 background.


White color preview on #5D5542 background

This text has white color on #5D5542 background.