COLOR #5D5650

HEX: #5D5650
RGB: (93,86,80)

Color info

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

RGB color model

#5D5650 color RGB value is (93,86,80).

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

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 80 of 255 = 31%

93
86
80

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

Portions of RGB colors in percentages

R + G + B =
93 + 86 + 80 = 259 (100%)
R 93 of 259 ~ 35.91%
G 86 of 259 ~ 33.2%
B 80 of 259 ~ 30.89%

%35.91
%33.2
%30.89

CMYK color model

#5D5650 color CMYK value is (0,8,14,64).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 13.98%
  • key color value is 63.53%
CMYK:
(0,8,14,64)
C0M8Y14K64 
(0%,8%,14%,64%)
(0.00/0.08/0.14/0.64)	

CMYK percentages

%0
%7.53
%13.98
%63.53

Codes

Color #5D5650 in popluar color models

5D5650
RGB938680
HSL28°7.51%33.92%
HSB/HSV28°13.98%36.47%
CMYK0.00%7.53%13.98%
63.53%

Color #5D5650 in popluar number systems.

HEX5D5650
Decimal938680
Binary101110110101101010000
Octal135126120

Shades and tints

Shades of #5D5650

#5D5650
(93,86,80)
#554F49
(85,79,73)
#4D4842
(77,72,66)
#45413B
(69,65,59)
#3D3A34
(61,58,52)
#35332D
(53,51,45)
#2D2C26
(45,44,38)
#25251F
(37,37,31)
#1D1E18
(29,30,24)
#151711
(21,23,17)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #5D5650

#5D5650
(93,86,80)
#6B655F
(107,101,95)
#79746E
(121,116,110)
#87837D
(135,131,125)
#95928C
(149,146,140)
#A3A19B
(163,161,155)
#B1B0AA
(177,176,170)
#BFBFB9
(191,191,185)
#CDCEC8
(205,206,200)
#DBDDD7
(219,221,215)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5650; }

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

This text font color is #5D5650.


Background Color

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

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

This div background color is #5D5650.


Border color

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

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

This div border color is #5D5650.


Opacity

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

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

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

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

This text has shadow with #5D5650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5650 on black background.


Color preview on white background

This text has color #5D5650 on white background.



Black color preview on #5D5650 background

This text has black color on #5D5650 background.


White color preview on #5D5650 background

This text has white color on #5D5650 background.