COLOR #5D686E

HEX: #5D686E
RGB: (93,104,110)

Color info

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

RGB color model

#5D686E color RGB value is (93,104,110).

  • red value is 93;
  • green value is 104;
  • blue value is 110.
RGB:
(93,104,110)
(36%,41%,43%)

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 110 of 255 = 43%

93
104
110

R + G + B ~ 40%. #5D686E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 104 + 110 = 307 (100%)
R 93 of 307 ~ 30.29%
G 104 of 307 ~ 33.88%
B 110 of 307 ~ 35.83%

%30.29
%33.88
%35.83

CMYK color model

#5D686E color CMYK value is (15,5,0,57).

  • cyan value is 15.45%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,5,0,57)
C15M5Y0K57 
(15%,5%,0%,57%)
(0.15/0.05/0.00/0.57)	

CMYK percentages

%15.45
%5.45
%0
%56.86

Codes

Color #5D686E in popluar color models

5D686E
RGB93104110
HSL201°8.37%39.80%
HSB/HSV201°15.45%43.14%
CMYK15.45%5.45%0.00%
56.86%

Color #5D686E in popluar number systems.

HEX5D686E
Decimal93104110
Binary101110111010001101110
Octal135150156

Shades and tints

Shades of #5D686E

#5D686E
(93,104,110)
#555F64
(85,95,100)
#4D565A
(77,86,90)
#454D50
(69,77,80)
#3D4446
(61,68,70)
#353B3C
(53,59,60)
#2D3232
(45,50,50)
#252928
(37,41,40)
#1D201E
(29,32,30)
#151714
(21,23,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #5D686E

#5D686E
(93,104,110)
#6B757B
(107,117,123)
#798288
(121,130,136)
#878F95
(135,143,149)
#959CA2
(149,156,162)
#A3A9AF
(163,169,175)
#B1B6BC
(177,182,188)
#BFC3C9
(191,195,201)
#CDD0D6
(205,208,214)
#DBDDE3
(219,221,227)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D686E color. Also use rgb(93,104,110) instead hex code.

Text Font Color

.myTextColor { color: #5D686E; }

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

This text font color is #5D686E.


Background Color

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

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

This div background color is #5D686E.


Border color

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

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

This div border color is #5D686E.


Opacity

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

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

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

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

This text has shadow with #5D686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D686E on black background.


Color preview on white background

This text has color #5D686E on white background.



Black color preview on #5D686E background

This text has black color on #5D686E background.


White color preview on #5D686E background

This text has white color on #5D686E background.