COLOR #5D7E68

HEX: #5D7E68
RGB: (93,126,104)

Color info

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

RGB color model

#5D7E68 color RGB value is (93,126,104).

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

RGB channels and saturation

R 93 of 255 = 36%
G 126 of 255 = 49%
B 104 of 255 = 41%

93
126
104

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

Portions of RGB colors in percentages

R + G + B =
93 + 126 + 104 = 323 (100%)
R 93 of 323 ~ 28.79%
G 126 of 323 ~ 39.01%
B 104 of 323 ~ 32.2%

%28.79
%39.01
%32.2

CMYK color model

#5D7E68 color CMYK value is (26,0,17,51).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 50.59%
CMYK:
(26,0,17,51)
C26M0Y17K51 
(26%,0%,17%,51%)
(0.26/0.00/0.17/0.51)	

CMYK percentages

%26.19
%0
%17.46
%50.59

Codes

Color #5D7E68 in popluar color models

5D7E68
RGB93126104
HSL140°15.07%42.94%
HSB/HSV140°26.19%49.41%
CMYK26.19%0.00%17.46%
50.59%

Color #5D7E68 in popluar number systems.

HEX5D7E68
Decimal93126104
Binary101110111111101101000
Octal135176150

Shades and tints

Shades of #5D7E68

#5D7E68
(93,126,104)
#55735F
(85,115,95)
#4D6856
(77,104,86)
#455D4D
(69,93,77)
#3D5244
(61,82,68)
#35473B
(53,71,59)
#2D3C32
(45,60,50)
#253129
(37,49,41)
#1D2620
(29,38,32)
#151B17
(21,27,23)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #5D7E68

#5D7E68
(93,126,104)
#6B8975
(107,137,117)
#799482
(121,148,130)
#879F8F
(135,159,143)
#95AA9C
(149,170,156)
#A3B5A9
(163,181,169)
#B1C0B6
(177,192,182)
#BFCBC3
(191,203,195)
#CDD6D0
(205,214,208)
#DBE1DD
(219,225,221)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D7E68; }

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

This text font color is #5D7E68.


Background Color

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

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

This div background color is #5D7E68.


Border color

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

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

This div border color is #5D7E68.


Opacity

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

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

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

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

This text has shadow with #5D7E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D7E68 on black background.


Color preview on white background

This text has color #5D7E68 on white background.



Black color preview on #5D7E68 background

This text has black color on #5D7E68 background.


White color preview on #5D7E68 background

This text has white color on #5D7E68 background.