COLOR #5D606E

HEX: #5D606E
RGB: (93,96,110)

Color info

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

RGB color model

#5D606E color RGB value is (93,96,110).

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

RGB channels and saturation

R 93 of 255 = 36%
G 96 of 255 = 38%
B 110 of 255 = 43%

93
96
110

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

Portions of RGB colors in percentages

R + G + B =
93 + 96 + 110 = 299 (100%)
R 93 of 299 ~ 31.1%
G 96 of 299 ~ 32.11%
B 110 of 299 ~ 36.79%

%31.1
%32.11
%36.79

CMYK color model

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

  • cyan value is 15.45%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,13,0,57)
C15M13Y0K57 
(15%,13%,0%,57%)
(0.15/0.13/0.00/0.57)	

CMYK percentages

%15.45
%12.73
%0
%56.86

Codes

Color #5D606E in popluar color models

5D606E
RGB9396110
HSL229°8.37%39.80%
HSB/HSV229°15.45%43.14%
CMYK15.45%12.73%0.00%
56.86%

Color #5D606E in popluar number systems.

HEX5D606E
Decimal9396110
Binary101110111000001101110
Octal135140156

Shades and tints

Shades of #5D606E

#5D606E
(93,96,110)
#555864
(85,88,100)
#4D505A
(77,80,90)
#454850
(69,72,80)
#3D4046
(61,64,70)
#35383C
(53,56,60)
#2D3032
(45,48,50)
#252828
(37,40,40)
#1D201E
(29,32,30)
#151814
(21,24,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #5D606E

#5D606E
(93,96,110)
#6B6E7B
(107,110,123)
#797C88
(121,124,136)
#878A95
(135,138,149)
#9598A2
(149,152,162)
#A3A6AF
(163,166,175)
#B1B4BC
(177,180,188)
#BFC2C9
(191,194,201)
#CDD0D6
(205,208,214)
#DBDEE3
(219,222,227)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D606E; }

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

This text font color is #5D606E.


Background Color

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

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

This div background color is #5D606E.


Border color

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

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

This div border color is #5D606E.


Opacity

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

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

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

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

This text has shadow with #5D606E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D606E on black background.


Color preview on white background

This text has color #5D606E on white background.



Black color preview on #5D606E background

This text has black color on #5D606E background.


White color preview on #5D606E background

This text has white color on #5D606E background.