COLOR #5D5E50

HEX: #5D5E50
RGB: (93,94,80)

Color info

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

RGB color model

#5D5E50 color RGB value is (93,94,80).

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

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 80 of 255 = 31%

93
94
80

R + G + B ~ 35%. #5D5E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 80 = 267 (100%)
R 93 of 267 ~ 34.83%
G 94 of 267 ~ 35.21%
B 80 of 267 ~ 29.96%

%34.83
%35.21
%29.96

CMYK color model

#5D5E50 color CMYK value is (1,0,15,63).

  • cyan value is 1.06%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(1,0,15,63)
C1M0Y15K63 
(1%,0%,15%,63%)
(0.01/0.00/0.15/0.63)	

CMYK percentages

%1.06
%0
%14.89
%63.14

Codes

Color #5D5E50 in popluar color models

5D5E50
RGB939480
HSL64°8.05%34.12%
HSB/HSV64°14.89%36.86%
CMYK1.06%0.00%14.89%
63.14%

Color #5D5E50 in popluar number systems.

HEX5D5E50
Decimal939480
Binary101110110111101010000
Octal135136120

Shades and tints

Shades of #5D5E50

#5D5E50
(93,94,80)
#555649
(85,86,73)
#4D4E42
(77,78,66)
#45463B
(69,70,59)
#3D3E34
(61,62,52)
#35362D
(53,54,45)
#2D2E26
(45,46,38)
#25261F
(37,38,31)
#1D1E18
(29,30,24)
#151611
(21,22,17)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #5D5E50

#5D5E50
(93,94,80)
#6B6C5F
(107,108,95)
#797A6E
(121,122,110)
#87887D
(135,136,125)
#95968C
(149,150,140)
#A3A49B
(163,164,155)
#B1B2AA
(177,178,170)
#BFC0B9
(191,192,185)
#CDCEC8
(205,206,200)
#DBDCD7
(219,220,215)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5E50; }

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

This text font color is #5D5E50.


Background Color

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

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

This div background color is #5D5E50.


Border color

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

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

This div border color is #5D5E50.


Opacity

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

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

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

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

This text has shadow with #5D5E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5E50 on black background.


Color preview on white background

This text has color #5D5E50 on white background.



Black color preview on #5D5E50 background

This text has black color on #5D5E50 background.


White color preview on #5D5E50 background

This text has white color on #5D5E50 background.