COLOR #5D7E6F

HEX: #5D7E6F
RGB: (93,126,111)

Color info

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

RGB color model

#5D7E6F color RGB value is (93,126,111).

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

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 111 of 255 = 44%

93
126
111

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

Portions of RGB colors in percentages

R + G + B =
93 + 126 + 111 = 330 (100%)
R 93 of 330 ~ 28.18%
G 126 of 330 ~ 38.18%
B 111 of 330 ~ 33.64%

%28.18
%38.18
%33.64

CMYK color model

#5D7E6F color CMYK value is (26,0,12,51).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 50.59%
CMYK:
(26,0,12,51)
C26M0Y12K51 
(26%,0%,12%,51%)
(0.26/0.00/0.12/0.51)	

CMYK percentages

%26.19
%0
%11.9
%50.59

Codes

Color #5D7E6F in popluar color models

5D7E6F
RGB93126111
HSL153°15.07%42.94%
HSB/HSV153°26.19%49.41%
CMYK26.19%0.00%11.90%
50.59%

Color #5D7E6F in popluar number systems.

HEX5D7E6F
Decimal93126111
Binary101110111111101101111
Octal135176157

Shades and tints

Shades of #5D7E6F

#5D7E6F
(93,126,111)
#557365
(85,115,101)
#4D685B
(77,104,91)
#455D51
(69,93,81)
#3D5247
(61,82,71)
#35473D
(53,71,61)
#2D3C33
(45,60,51)
#253129
(37,49,41)
#1D261F
(29,38,31)
#151B15
(21,27,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #5D7E6F

#5D7E6F
(93,126,111)
#6B897C
(107,137,124)
#799489
(121,148,137)
#879F96
(135,159,150)
#95AAA3
(149,170,163)
#A3B5B0
(163,181,176)
#B1C0BD
(177,192,189)
#BFCBCA
(191,203,202)
#CDD6D7
(205,214,215)
#DBE1E4
(219,225,228)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7E6F; }

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

This text font color is #5D7E6F.


Background Color

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

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

This div background color is #5D7E6F.


Border color

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

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

This div border color is #5D7E6F.


Opacity

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

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

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

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

This text has shadow with #5D7E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7E6F on black background.


Color preview on white background

This text has color #5D7E6F on white background.



Black color preview on #5D7E6F background

This text has black color on #5D7E6F background.


White color preview on #5D7E6F background

This text has white color on #5D7E6F background.