COLOR #5D5447

HEX: #5D5447
RGB: (93,84,71)

Color info

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

RGB color model

#5D5447 color RGB value is (93,84,71).

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

RGB channels and saturation

R 93 of 255 = 36%
G 84 of 255 = 33%
B 71 of 255 = 28%

93
84
71

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

Portions of RGB colors in percentages

R + G + B =
93 + 84 + 71 = 248 (100%)
R 93 of 248 ~ 37.5%
G 84 of 248 ~ 33.87%
B 71 of 248 ~ 28.63%

%37.5
%33.87
%28.63

CMYK color model

#5D5447 color CMYK value is (0,10,24,64).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 23.66%
  • key color value is 63.53%
CMYK:
(0,10,24,64)
C0M10Y24K64 
(0%,10%,24%,64%)
(0.00/0.10/0.24/0.64)	

CMYK percentages

%0
%9.68
%23.66
%63.53

Codes

Color #5D5447 in popluar color models

5D5447
RGB938471
HSL35°13.41%32.16%
HSB/HSV35°23.66%36.47%
CMYK0.00%9.68%23.66%
63.53%

Color #5D5447 in popluar number systems.

HEX5D5447
Decimal938471
Binary101110110101001000111
Octal135124107

Shades and tints

Shades of #5D5447

#5D5447
(93,84,71)
#554D41
(85,77,65)
#4D463B
(77,70,59)
#453F35
(69,63,53)
#3D382F
(61,56,47)
#353129
(53,49,41)
#2D2A23
(45,42,35)
#25231D
(37,35,29)
#1D1C17
(29,28,23)
#151511
(21,21,17)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #5D5447

#5D5447
(93,84,71)
#6B6357
(107,99,87)
#797267
(121,114,103)
#878177
(135,129,119)
#959087
(149,144,135)
#A39F97
(163,159,151)
#B1AEA7
(177,174,167)
#BFBDB7
(191,189,183)
#CDCCC7
(205,204,199)
#DBDBD7
(219,219,215)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5447; }

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

This text font color is #5D5447.


Background Color

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

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

This div background color is #5D5447.


Border color

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

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

This div border color is #5D5447.


Opacity

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

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

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

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

This text has shadow with #5D5447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5447 on black background.


Color preview on white background

This text has color #5D5447 on white background.



Black color preview on #5D5447 background

This text has black color on #5D5447 background.


White color preview on #5D5447 background

This text has white color on #5D5447 background.