COLOR #5D6665

HEX: #5D6665
RGB: (93,102,101)

Color info

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

RGB color model

#5D6665 color RGB value is (93,102,101).

  • red value is 93;
  • green value is 102;
  • blue value is 101.
RGB:
(93,102,101)
(36%,40%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 102 of 255 = 40%
B 101 of 255 = 40%

93
102
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 102 + 101 = 296 (100%)
R 93 of 296 ~ 31.42%
G 102 of 296 ~ 34.46%
B 101 of 296 ~ 34.12%

%31.42
%34.46
%34.12

CMYK color model

#5D6665 color CMYK value is (9,0,1,60).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(9,0,1,60)
C9M0Y1K60 
(9%,0%,1%,60%)
(0.09/0.00/0.01/0.60)	

CMYK percentages

%8.82
%0
%0.98
%60

Codes

Color #5D6665 in popluar color models

5D6665
RGB93102101
HSL173°4.62%38.24%
HSB/HSV173°8.82%40.00%
CMYK8.82%0.00%0.98%
60.00%

Color #5D6665 in popluar number systems.

HEX5D6665
Decimal93102101
Binary101110111001101100101
Octal135146145

Shades and tints

Shades of #5D6665

#5D6665
(93,102,101)
#555D5C
(85,93,92)
#4D5453
(77,84,83)
#454B4A
(69,75,74)
#3D4241
(61,66,65)
#353938
(53,57,56)
#2D302F
(45,48,47)
#252726
(37,39,38)
#1D1E1D
(29,30,29)
#151514
(21,21,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #5D6665

#5D6665
(93,102,101)
#6B7373
(107,115,115)
#798081
(121,128,129)
#878D8F
(135,141,143)
#959A9D
(149,154,157)
#A3A7AB
(163,167,171)
#B1B4B9
(177,180,185)
#BFC1C7
(191,193,199)
#CDCED5
(205,206,213)
#DBDBE3
(219,219,227)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D6665 color. Also use rgb(93,102,101) instead hex code.

Text Font Color

.myTextColor { color: #5D6665; }

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

This text font color is #5D6665.


Background Color

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

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

This div background color is #5D6665.


Border color

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

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

This div border color is #5D6665.


Opacity

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

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

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

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

This text has shadow with #5D6665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6665 on black background.


Color preview on white background

This text has color #5D6665 on white background.



Black color preview on #5D6665 background

This text has black color on #5D6665 background.


White color preview on #5D6665 background

This text has white color on #5D6665 background.