COLOR #5D595E

HEX: #5D595E
RGB: (93,89,94)

Color info

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

RGB color model

#5D595E color RGB value is (93,89,94).

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

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 94 of 255 = 37%

93
89
94

R + G + B ~ 36%. #5D595E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 94 = 276 (100%)
R 93 of 276 ~ 33.7%
G 89 of 276 ~ 32.25%
B 94 of 276 ~ 34.06%

%33.7
%32.25
%34.06

CMYK color model

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

  • cyan value is 1.06%
  • magenta value is 5.32%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(1,5,0,63)
C1M5Y0K63 
(1%,5%,0%,63%)
(0.01/0.05/0.00/0.63)	

CMYK percentages

%1.06
%5.32
%0
%63.14

Codes

Color #5D595E in popluar color models

5D595E
RGB938994
HSL288°2.73%35.88%
HSB/HSV288°5.32%36.86%
CMYK1.06%5.32%0.00%
63.14%

Color #5D595E in popluar number systems.

HEX5D595E
Decimal938994
Binary101110110110011011110
Octal135131136

Shades and tints

Shades of #5D595E

#5D595E
(93,89,94)
#555156
(85,81,86)
#4D494E
(77,73,78)
#454146
(69,65,70)
#3D393E
(61,57,62)
#353136
(53,49,54)
#2D292E
(45,41,46)
#252126
(37,33,38)
#1D191E
(29,25,30)
#151116
(21,17,22)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #5D595E

#5D595E
(93,89,94)
#6B686C
(107,104,108)
#79777A
(121,119,122)
#878688
(135,134,136)
#959596
(149,149,150)
#A3A4A4
(163,164,164)
#B1B3B2
(177,179,178)
#BFC2C0
(191,194,192)
#CDD1CE
(205,209,206)
#DBE0DC
(219,224,220)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D595E; }

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

This text font color is #5D595E.


Background Color

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

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

This div background color is #5D595E.


Border color

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

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

This div border color is #5D595E.


Opacity

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

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

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

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

This text has shadow with #5D595E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D595E on black background.


Color preview on white background

This text has color #5D595E on white background.



Black color preview on #5D595E background

This text has black color on #5D595E background.


White color preview on #5D595E background

This text has white color on #5D595E background.