COLOR #5D6165

HEX: #5D6165
RGB: (93,97,101)

Color info

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

RGB color model

#5D6165 color RGB value is (93,97,101).

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

RGB channels and saturation

R 93 of 255 = 36%
G 97 of 255 = 38%
B 101 of 255 = 40%

93
97
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 97 + 101 = 291 (100%)
R 93 of 291 ~ 31.96%
G 97 of 291 ~ 33.33%
B 101 of 291 ~ 34.71%

%31.96
%33.33
%34.71

CMYK color model

#5D6165 color CMYK value is (8,4,0,60).

  • cyan value is 7.92%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(8,4,0,60)
C8M4Y0K60 
(8%,4%,0%,60%)
(0.08/0.04/0.00/0.60)	

CMYK percentages

%7.92
%3.96
%0
%60.39

Codes

Color #5D6165 in popluar color models

5D6165
RGB9397101
HSL210°4.12%38.04%
HSB/HSV210°7.92%39.61%
CMYK7.92%3.96%0.00%
60.39%

Color #5D6165 in popluar number systems.

HEX5D6165
Decimal9397101
Binary101110111000011100101
Octal135141145

Shades and tints

Shades of #5D6165

#5D6165
(93,97,101)
#55595C
(85,89,92)
#4D5153
(77,81,83)
#45494A
(69,73,74)
#3D4141
(61,65,65)
#353938
(53,57,56)
#2D312F
(45,49,47)
#252926
(37,41,38)
#1D211D
(29,33,29)
#151914
(21,25,20)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #5D6165

#5D6165
(93,97,101)
#6B6F73
(107,111,115)
#797D81
(121,125,129)
#878B8F
(135,139,143)
#95999D
(149,153,157)
#A3A7AB
(163,167,171)
#B1B5B9
(177,181,185)
#BFC3C7
(191,195,199)
#CDD1D5
(205,209,213)
#DBDFE3
(219,223,227)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6165; }

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

This text font color is #5D6165.


Background Color

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

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

This div background color is #5D6165.


Border color

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

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

This div border color is #5D6165.


Opacity

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

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

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

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

This text has shadow with #5D6165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6165 on black background.


Color preview on white background

This text has color #5D6165 on white background.



Black color preview on #5D6165 background

This text has black color on #5D6165 background.


White color preview on #5D6165 background

This text has white color on #5D6165 background.