COLOR #5D5E67

HEX: #5D5E67
RGB: (93,94,103)

Color info

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

RGB color model

#5D5E67 color RGB value is (93,94,103).

  • red value is 93;
  • green value is 94;
  • blue value is 103.
RGB:
(93,94,103)
(36%,37%,40%)

RGB channels and saturation

R 93 of 255 = 36%
G 94 of 255 = 37%
B 103 of 255 = 40%

93
94
103

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

Portions of RGB colors in percentages

R + G + B =
93 + 94 + 103 = 290 (100%)
R 93 of 290 ~ 32.07%
G 94 of 290 ~ 32.41%
B 103 of 290 ~ 35.52%

%32.07
%32.41
%35.52

CMYK color model

#5D5E67 color CMYK value is (10,9,0,60).

  • cyan value is 9.71%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(10,9,0,60)
C10M9Y0K60 
(10%,9%,0%,60%)
(0.10/0.09/0.00/0.60)	

CMYK percentages

%9.71
%8.74
%0
%59.61

Codes

Color #5D5E67 in popluar color models

5D5E67
RGB9394103
HSL234°5.10%38.43%
HSB/HSV234°9.71%40.39%
CMYK9.71%8.74%0.00%
59.61%

Color #5D5E67 in popluar number systems.

HEX5D5E67
Decimal9394103
Binary101110110111101100111
Octal135136147

Shades and tints

Shades of #5D5E67

#5D5E67
(93,94,103)
#55565E
(85,86,94)
#4D4E55
(77,78,85)
#45464C
(69,70,76)
#3D3E43
(61,62,67)
#35363A
(53,54,58)
#2D2E31
(45,46,49)
#252628
(37,38,40)
#1D1E1F
(29,30,31)
#151616
(21,22,22)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #5D5E67

#5D5E67
(93,94,103)
#6B6C74
(107,108,116)
#797A81
(121,122,129)
#87888E
(135,136,142)
#95969B
(149,150,155)
#A3A4A8
(163,164,168)
#B1B2B5
(177,178,181)
#BFC0C2
(191,192,194)
#CDCECF
(205,206,207)
#DBDCDC
(219,220,220)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D5E67 color. Also use rgb(93,94,103) instead hex code.

Text Font Color

.myTextColor { color: #5D5E67; }

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

This text font color is #5D5E67.


Background Color

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

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

This div background color is #5D5E67.


Border color

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

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

This div border color is #5D5E67.


Opacity

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

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

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

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

This text has shadow with #5D5E67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5E67 on black background.


Color preview on white background

This text has color #5D5E67 on white background.



Black color preview on #5D5E67 background

This text has black color on #5D5E67 background.


White color preview on #5D5E67 background

This text has white color on #5D5E67 background.