COLOR #5D5965

HEX: #5D5965
RGB: (93,89,101)

Color info

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

RGB color model

#5D5965 color RGB value is (93,89,101).

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

RGB channels and saturation

R 93 of 255 = 36%
G 89 of 255 = 35%
B 101 of 255 = 40%

93
89
101

R + G + B ~ 37%. #5D5965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 89 + 101 = 283 (100%)
R 93 of 283 ~ 32.86%
G 89 of 283 ~ 31.45%
B 101 of 283 ~ 35.69%

%32.86
%31.45
%35.69

CMYK color model

#5D5965 color CMYK value is (8,12,0,60).

  • cyan value is 7.92%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(8,12,0,60)
C8M12Y0K60 
(8%,12%,0%,60%)
(0.08/0.12/0.00/0.60)	

CMYK percentages

%7.92
%11.88
%0
%60.39

Codes

Color #5D5965 in popluar color models

5D5965
RGB9389101
HSL260°6.32%37.25%
HSB/HSV260°11.88%39.61%
CMYK7.92%11.88%0.00%
60.39%

Color #5D5965 in popluar number systems.

HEX5D5965
Decimal9389101
Binary101110110110011100101
Octal135131145

Shades and tints

Shades of #5D5965

#5D5965
(93,89,101)
#55515C
(85,81,92)
#4D4953
(77,73,83)
#45414A
(69,65,74)
#3D3941
(61,57,65)
#353138
(53,49,56)
#2D292F
(45,41,47)
#252126
(37,33,38)
#1D191D
(29,25,29)
#151114
(21,17,20)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #5D5965

#5D5965
(93,89,101)
#6B6873
(107,104,115)
#797781
(121,119,129)
#87868F
(135,134,143)
#95959D
(149,149,157)
#A3A4AB
(163,164,171)
#B1B3B9
(177,179,185)
#BFC2C7
(191,194,199)
#CDD1D5
(205,209,213)
#DBE0E3
(219,224,227)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5965; }

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

This text font color is #5D5965.


Background Color

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

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

This div background color is #5D5965.


Border color

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

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

This div border color is #5D5965.


Opacity

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

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

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

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

This text has shadow with #5D5965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5965 on black background.


Color preview on white background

This text has color #5D5965 on white background.



Black color preview on #5D5965 background

This text has black color on #5D5965 background.


White color preview on #5D5965 background

This text has white color on #5D5965 background.