COLOR #5D5548

HEX: #5D5548
RGB: (93,85,72)

Color info

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

RGB color model

#5D5548 color RGB value is (93,85,72).

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

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 72 of 255 = 28%

93
85
72

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

Portions of RGB colors in percentages

R + G + B =
93 + 85 + 72 = 250 (100%)
R 93 of 250 ~ 37.2%
G 85 of 250 ~ 34%
B 72 of 250 ~ 28.8%

%37.2
%34
%28.8

CMYK color model

#5D5548 color CMYK value is (0,9,23,64).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 22.58%
  • key color value is 63.53%
CMYK:
(0,9,23,64)
C0M9Y23K64 
(0%,9%,23%,64%)
(0.00/0.09/0.23/0.64)	

CMYK percentages

%0
%8.6
%22.58
%63.53

Codes

Color #5D5548 in popluar color models

5D5548
RGB938572
HSL37°12.73%32.35%
HSB/HSV37°22.58%36.47%
CMYK0.00%8.60%22.58%
63.53%

Color #5D5548 in popluar number systems.

HEX5D5548
Decimal938572
Binary101110110101011001000
Octal135125110

Shades and tints

Shades of #5D5548

#5D5548
(93,85,72)
#554E42
(85,78,66)
#4D473C
(77,71,60)
#454036
(69,64,54)
#3D3930
(61,57,48)
#35322A
(53,50,42)
#2D2B24
(45,43,36)
#25241E
(37,36,30)
#1D1D18
(29,29,24)
#151612
(21,22,18)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #5D5548

#5D5548
(93,85,72)
#6B6458
(107,100,88)
#797368
(121,115,104)
#878278
(135,130,120)
#959188
(149,145,136)
#A3A098
(163,160,152)
#B1AFA8
(177,175,168)
#BFBEB8
(191,190,184)
#CDCDC8
(205,205,200)
#DBDCD8
(219,220,216)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5548; }

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

This text font color is #5D5548.


Background Color

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

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

This div background color is #5D5548.


Border color

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

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

This div border color is #5D5548.


Opacity

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

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

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

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

This text has shadow with #5D5548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5548 on black background.


Color preview on white background

This text has color #5D5548 on white background.



Black color preview on #5D5548 background

This text has black color on #5D5548 background.


White color preview on #5D5548 background

This text has white color on #5D5548 background.