COLOR #5D606F

HEX: #5D606F
RGB: (93,96,111)

Color info

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

RGB color model

#5D606F color RGB value is (93,96,111).

  • red value is 93;
  • green value is 96;
  • blue value is 111.
RGB:
(93,96,111)
(36%,38%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 96 of 255 = 38%
B 111 of 255 = 44%

93
96
111

R + G + B ~ 39%. #5D606F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 96 + 111 = 300 (100%)
R 93 of 300 ~ 31%
G 96 of 300 ~ 32%
B 111 of 300 ~ 37%

%31
%32
%37

CMYK color model

#5D606F color CMYK value is (16,14,0,56).

  • cyan value is 16.22%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(16,14,0,56)
C16M14Y0K56 
(16%,14%,0%,56%)
(0.16/0.14/0.00/0.56)	

CMYK percentages

%16.22
%13.51
%0
%56.47

Codes

Color #5D606F in popluar color models

5D606F
RGB9396111
HSL230°8.82%40.00%
HSB/HSV230°16.22%43.53%
CMYK16.22%13.51%0.00%
56.47%

Color #5D606F in popluar number systems.

HEX5D606F
Decimal9396111
Binary101110111000001101111
Octal135140157

Shades and tints

Shades of #5D606F

#5D606F
(93,96,111)
#555865
(85,88,101)
#4D505B
(77,80,91)
#454851
(69,72,81)
#3D4047
(61,64,71)
#35383D
(53,56,61)
#2D3033
(45,48,51)
#252829
(37,40,41)
#1D201F
(29,32,31)
#151815
(21,24,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #5D606F

#5D606F
(93,96,111)
#6B6E7C
(107,110,124)
#797C89
(121,124,137)
#878A96
(135,138,150)
#9598A3
(149,152,163)
#A3A6B0
(163,166,176)
#B1B4BD
(177,180,189)
#BFC2CA
(191,194,202)
#CDD0D7
(205,208,215)
#DBDEE4
(219,222,228)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D606F color. Also use rgb(93,96,111) instead hex code.

Text Font Color

.myTextColor { color: #5D606F; }

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

This text font color is #5D606F.


Background Color

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

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

This div background color is #5D606F.


Border color

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

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

This div border color is #5D606F.


Opacity

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

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

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

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

This text has shadow with #5D606F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D606F on black background.


Color preview on white background

This text has color #5D606F on white background.



Black color preview on #5D606F background

This text has black color on #5D606F background.


White color preview on #5D606F background

This text has white color on #5D606F background.