COLOR #5D7E7F

HEX: #5D7E7F
RGB: (93,126,127)

Color info

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

RGB color model

#5D7E7F color RGB value is (93,126,127).

  • red value is 93;
  • green value is 126;
  • blue value is 127.
RGB:
(93,126,127)
(36%,49%,50%)

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 127 of 255 = 50%

93
126
127

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

Portions of RGB colors in percentages

R + G + B =
93 + 126 + 127 = 346 (100%)
R 93 of 346 ~ 26.88%
G 126 of 346 ~ 36.42%
B 127 of 346 ~ 36.71%

%26.88
%36.42
%36.71

CMYK color model

#5D7E7F color CMYK value is (27,1,0,50).

  • cyan value is 26.77%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(27,1,0,50)
C27M1Y0K50 
(27%,1%,0%,50%)
(0.27/0.01/0.00/0.50)	

CMYK percentages

%26.77
%0.79
%0
%50.2

Codes

Color #5D7E7F in popluar color models

5D7E7F
RGB93126127
HSL182°15.45%43.14%
HSB/HSV182°26.77%49.80%
CMYK26.77%0.79%0.00%
50.20%

Color #5D7E7F in popluar number systems.

HEX5D7E7F
Decimal93126127
Binary101110111111101111111
Octal135176177

Shades and tints

Shades of #5D7E7F

#5D7E7F
(93,126,127)
#557374
(85,115,116)
#4D6869
(77,104,105)
#455D5E
(69,93,94)
#3D5253
(61,82,83)
#354748
(53,71,72)
#2D3C3D
(45,60,61)
#253132
(37,49,50)
#1D2627
(29,38,39)
#151B1C
(21,27,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #5D7E7F

#5D7E7F
(93,126,127)
#6B898A
(107,137,138)
#799495
(121,148,149)
#879FA0
(135,159,160)
#95AAAB
(149,170,171)
#A3B5B6
(163,181,182)
#B1C0C1
(177,192,193)
#BFCBCC
(191,203,204)
#CDD6D7
(205,214,215)
#DBE1E2
(219,225,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D7E7F color. Also use rgb(93,126,127) instead hex code.

Text Font Color

.myTextColor { color: #5D7E7F; }

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

This text font color is #5D7E7F.


Background Color

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

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

This div background color is #5D7E7F.


Border color

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

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

This div border color is #5D7E7F.


Opacity

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

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

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

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

This text has shadow with #5D7E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7E7F on black background.


Color preview on white background

This text has color #5D7E7F on white background.



Black color preview on #5D7E7F background

This text has black color on #5D7E7F background.


White color preview on #5D7E7F background

This text has white color on #5D7E7F background.