COLOR #5D5654

HEX: #5D5654
RGB: (93,86,84)

Color info

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

RGB color model

#5D5654 color RGB value is (93,86,84).

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

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 84 of 255 = 33%

93
86
84

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

Portions of RGB colors in percentages

R + G + B =
93 + 86 + 84 = 263 (100%)
R 93 of 263 ~ 35.36%
G 86 of 263 ~ 32.7%
B 84 of 263 ~ 31.94%

%35.36
%32.7
%31.94

CMYK color model

#5D5654 color CMYK value is (0,8,10,64).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 9.68%
  • key color value is 63.53%
CMYK:
(0,8,10,64)
C0M8Y10K64 
(0%,8%,10%,64%)
(0.00/0.08/0.10/0.64)	

CMYK percentages

%0
%7.53
%9.68
%63.53

Codes

Color #5D5654 in popluar color models

5D5654
RGB938684
HSL13°5.08%34.71%
HSB/HSV13°9.68%36.47%
CMYK0.00%7.53%9.68%
63.53%

Color #5D5654 in popluar number systems.

HEX5D5654
Decimal938684
Binary101110110101101010100
Octal135126124

Shades and tints

Shades of #5D5654

#5D5654
(93,86,84)
#554F4D
(85,79,77)
#4D4846
(77,72,70)
#45413F
(69,65,63)
#3D3A38
(61,58,56)
#353331
(53,51,49)
#2D2C2A
(45,44,42)
#252523
(37,37,35)
#1D1E1C
(29,30,28)
#151715
(21,23,21)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #5D5654

#5D5654
(93,86,84)
#6B6563
(107,101,99)
#797472
(121,116,114)
#878381
(135,131,129)
#959290
(149,146,144)
#A3A19F
(163,161,159)
#B1B0AE
(177,176,174)
#BFBFBD
(191,191,189)
#CDCECC
(205,206,204)
#DBDDDB
(219,221,219)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5654; }

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

This text font color is #5D5654.


Background Color

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

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

This div background color is #5D5654.


Border color

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

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

This div border color is #5D5654.


Opacity

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

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

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

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

This text has shadow with #5D5654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5654 on black background.


Color preview on white background

This text has color #5D5654 on white background.



Black color preview on #5D5654 background

This text has black color on #5D5654 background.


White color preview on #5D5654 background

This text has white color on #5D5654 background.