COLOR #5D595B

HEX: #5D595B
RGB: (93,89,91)

Color info

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

RGB color model

#5D595B color RGB value is (93,89,91).

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

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 91 of 255 = 36%

93
89
91

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

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 91 = 273 (100%)
R 93 of 273 ~ 34.07%
G 89 of 273 ~ 32.6%
B 91 of 273 ~ 33.33%

%34.07
%32.6
%33.33

CMYK color model

#5D595B color CMYK value is (0,4,2,64).

  • cyan value is 0.00%
  • magenta value is 4.30%
  • yellow value is 2.15%
  • key color value is 63.53%
CMYK:
(0,4,2,64)
C0M4Y2K64 
(0%,4%,2%,64%)
(0.00/0.04/0.02/0.64)	

CMYK percentages

%0
%4.3
%2.15
%63.53

Codes

Color #5D595B in popluar color models

5D595B
RGB938991
HSL330°2.20%35.69%
HSB/HSV330°4.30%36.47%
CMYK0.00%4.30%2.15%
63.53%

Color #5D595B in popluar number systems.

HEX5D595B
Decimal938991
Binary101110110110011011011
Octal135131133

Shades and tints

Shades of #5D595B

#5D595B
(93,89,91)
#555153
(85,81,83)
#4D494B
(77,73,75)
#454143
(69,65,67)
#3D393B
(61,57,59)
#353133
(53,49,51)
#2D292B
(45,41,43)
#252123
(37,33,35)
#1D191B
(29,25,27)
#151113
(21,17,19)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #5D595B

#5D595B
(93,89,91)
#6B6869
(107,104,105)
#797777
(121,119,119)
#878685
(135,134,133)
#959593
(149,149,147)
#A3A4A1
(163,164,161)
#B1B3AF
(177,179,175)
#BFC2BD
(191,194,189)
#CDD1CB
(205,209,203)
#DBE0D9
(219,224,217)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D595B; }

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

This text font color is #5D595B.


Background Color

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

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

This div background color is #5D595B.


Border color

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

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

This div border color is #5D595B.


Opacity

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

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

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

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

This text has shadow with #5D595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D595B on black background.


Color preview on white background

This text has color #5D595B on white background.



Black color preview on #5D595B background

This text has black color on #5D595B background.


White color preview on #5D595B background

This text has white color on #5D595B background.