COLOR #5D6460

HEX: #5D6460
RGB: (93,100,96)

Color info

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

RGB color model

#5D6460 color RGB value is (93,100,96).

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

RGB channels and saturation

R 93 of 255 = 36%
G 100 of 255 = 39%
B 96 of 255 = 38%

93
100
96

R + G + B ~ 38%. #5D6460 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 100 + 96 = 289 (100%)
R 93 of 289 ~ 32.18%
G 100 of 289 ~ 34.6%
B 96 of 289 ~ 33.22%

%32.18
%34.6
%33.22

CMYK color model

#5D6460 color CMYK value is (7,0,4,61).

  • cyan value is 7.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 60.78%
CMYK:
(7,0,4,61)
C7M0Y4K61 
(7%,0%,4%,61%)
(0.07/0.00/0.04/0.61)	

CMYK percentages

%7
%0
%4
%60.78

Codes

Color #5D6460 in popluar color models

5D6460
RGB9310096
HSL146°3.63%37.84%
HSB/HSV146°7.00%39.22%
CMYK7.00%0.00%4.00%
60.78%

Color #5D6460 in popluar number systems.

HEX5D6460
Decimal9310096
Binary101110111001001100000
Octal135144140

Shades and tints

Shades of #5D6460

#5D6460
(93,100,96)
#555B58
(85,91,88)
#4D5250
(77,82,80)
#454948
(69,73,72)
#3D4040
(61,64,64)
#353738
(53,55,56)
#2D2E30
(45,46,48)
#252528
(37,37,40)
#1D1C20
(29,28,32)
#151318
(21,19,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #5D6460

#5D6460
(93,100,96)
#6B726E
(107,114,110)
#79807C
(121,128,124)
#878E8A
(135,142,138)
#959C98
(149,156,152)
#A3AAA6
(163,170,166)
#B1B8B4
(177,184,180)
#BFC6C2
(191,198,194)
#CDD4D0
(205,212,208)
#DBE2DE
(219,226,222)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6460; }

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

This text font color is #5D6460.


Background Color

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

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

This div background color is #5D6460.


Border color

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

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

This div border color is #5D6460.


Opacity

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

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

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

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

This text has shadow with #5D6460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6460 on black background.


Color preview on white background

This text has color #5D6460 on white background.



Black color preview on #5D6460 background

This text has black color on #5D6460 background.


White color preview on #5D6460 background

This text has white color on #5D6460 background.