COLOR #5D6771

HEX: #5D6771
RGB: (93,103,113)

Color info

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

RGB color model

#5D6771 color RGB value is (93,103,113).

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

RGB channels and saturation

R 93 of 255 = 36%
G 103 of 255 = 40%
B 113 of 255 = 44%

93
103
113

R + G + B ~ 40%. #5D6771 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 103 + 113 = 309 (100%)
R 93 of 309 ~ 30.1%
G 103 of 309 ~ 33.33%
B 113 of 309 ~ 36.57%

%30.1
%33.33
%36.57

CMYK color model

#5D6771 color CMYK value is (18,9,0,56).

  • cyan value is 17.70%
  • magenta value is 8.85%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(18,9,0,56)
C18M9Y0K56 
(18%,9%,0%,56%)
(0.18/0.09/0.00/0.56)	

CMYK percentages

%17.7
%8.85
%0
%55.69

Codes

Color #5D6771 in popluar color models

5D6771
RGB93103113
HSL210°9.71%40.39%
HSB/HSV210°17.70%44.31%
CMYK17.70%8.85%0.00%
55.69%

Color #5D6771 in popluar number systems.

HEX5D6771
Decimal93103113
Binary101110111001111110001
Octal135147161

Shades and tints

Shades of #5D6771

#5D6771
(93,103,113)
#555E67
(85,94,103)
#4D555D
(77,85,93)
#454C53
(69,76,83)
#3D4349
(61,67,73)
#353A3F
(53,58,63)
#2D3135
(45,49,53)
#25282B
(37,40,43)
#1D1F21
(29,31,33)
#151617
(21,22,23)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #5D6771

#5D6771
(93,103,113)
#6B747D
(107,116,125)
#798189
(121,129,137)
#878E95
(135,142,149)
#959BA1
(149,155,161)
#A3A8AD
(163,168,173)
#B1B5B9
(177,181,185)
#BFC2C5
(191,194,197)
#CDCFD1
(205,207,209)
#DBDCDD
(219,220,221)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6771; }

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

This text font color is #5D6771.


Background Color

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

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

This div background color is #5D6771.


Border color

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

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

This div border color is #5D6771.


Opacity

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

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

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

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

This text has shadow with #5D6771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6771 on black background.


Color preview on white background

This text has color #5D6771 on white background.



Black color preview on #5D6771 background

This text has black color on #5D6771 background.


White color preview on #5D6771 background

This text has white color on #5D6771 background.