COLOR #5D5551

HEX: #5D5551
RGB: (93,85,81)

Color info

#5D5551 contains red, green and blue colors in about the same proportion. Web safe color of #5D5551 is #666666 (or #666).

RGB color model

#5D5551 color RGB value is (93,85,81).

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

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 81 of 255 = 32%

93
85
81

R + G + B ~ 34%. #5D5551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 85 + 81 = 259 (100%)
R 93 of 259 ~ 35.91%
G 85 of 259 ~ 32.82%
B 81 of 259 ~ 31.27%

%35.91
%32.82
%31.27

CMYK color model

#5D5551 color CMYK value is (0,9,13,64).

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 12.90%
  • key color value is 63.53%
CMYK:
(0,9,13,64)
C0M9Y13K64 
(0%,9%,13%,64%)
(0.00/0.09/0.13/0.64)	

CMYK percentages

%0
%8.6
%12.9
%63.53

Codes

Color #5D5551 in popluar color models

5D5551
RGB938581
HSL20°6.90%34.12%
HSB/HSV20°12.90%36.47%
CMYK0.00%8.60%12.90%
63.53%

Color #5D5551 in popluar number systems.

HEX5D5551
Decimal938581
Binary101110110101011010001
Octal135125121

Shades and tints

Shades of #5D5551

#5D5551
(93,85,81)
#554E4A
(85,78,74)
#4D4743
(77,71,67)
#45403C
(69,64,60)
#3D3935
(61,57,53)
#35322E
(53,50,46)
#2D2B27
(45,43,39)
#252420
(37,36,32)
#1D1D19
(29,29,25)
#151612
(21,22,18)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #5D5551

#5D5551
(93,85,81)
#6B6460
(107,100,96)
#79736F
(121,115,111)
#87827E
(135,130,126)
#95918D
(149,145,141)
#A3A09C
(163,160,156)
#B1AFAB
(177,175,171)
#BFBEBA
(191,190,186)
#CDCDC9
(205,205,201)
#DBDCD8
(219,220,216)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5551; }

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

This text font color is #5D5551.


Background Color

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

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

This div background color is #5D5551.


Border color

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

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

This div border color is #5D5551.


Opacity

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

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

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

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

This text has shadow with #5D5551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5551 on black background.


Color preview on white background

This text has color #5D5551 on white background.



Black color preview on #5D5551 background

This text has black color on #5D5551 background.


White color preview on #5D5551 background

This text has white color on #5D5551 background.