COLOR #5D616F

HEX: #5D616F
RGB: (93,97,111)

Color info

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

RGB color model

#5D616F color RGB value is (93,97,111).

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

RGB channels and saturation

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

93
97
111

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

Portions of RGB colors in percentages

R + G + B =
93 + 97 + 111 = 301 (100%)
R 93 of 301 ~ 30.9%
G 97 of 301 ~ 32.23%
B 111 of 301 ~ 36.88%

%30.9
%32.23
%36.88

CMYK color model

#5D616F color CMYK value is (16,13,0,56).

  • cyan value is 16.22%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(16,13,0,56)
C16M13Y0K56 
(16%,13%,0%,56%)
(0.16/0.13/0.00/0.56)	

CMYK percentages

%16.22
%12.61
%0
%56.47

Codes

Color #5D616F in popluar color models

5D616F
RGB9397111
HSL227°8.82%40.00%
HSB/HSV227°16.22%43.53%
CMYK16.22%12.61%0.00%
56.47%

Color #5D616F in popluar number systems.

HEX5D616F
Decimal9397111
Binary101110111000011101111
Octal135141157

Shades and tints

Shades of #5D616F

#5D616F
(93,97,111)
#555965
(85,89,101)
#4D515B
(77,81,91)
#454951
(69,73,81)
#3D4147
(61,65,71)
#35393D
(53,57,61)
#2D3133
(45,49,51)
#252929
(37,41,41)
#1D211F
(29,33,31)
#151915
(21,25,21)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #5D616F

#5D616F
(93,97,111)
#6B6F7C
(107,111,124)
#797D89
(121,125,137)
#878B96
(135,139,150)
#9599A3
(149,153,163)
#A3A7B0
(163,167,176)
#B1B5BD
(177,181,189)
#BFC3CA
(191,195,202)
#CDD1D7
(205,209,215)
#DBDFE4
(219,223,228)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D616F; }

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

This text font color is #5D616F.


Background Color

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

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

This div background color is #5D616F.


Border color

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

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

This div border color is #5D616F.


Opacity

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

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

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

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

This text has shadow with #5D616F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D616F on black background.


Color preview on white background

This text has color #5D616F on white background.



Black color preview on #5D616F background

This text has black color on #5D616F background.


White color preview on #5D616F background

This text has white color on #5D616F background.