COLOR #5D6857

HEX: #5D6857
RGB: (93,104,87)

Color info

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

RGB color model

#5D6857 color RGB value is (93,104,87).

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

RGB channels and saturation

R 93 of 255 = 36%
G 104 of 255 = 41%
B 87 of 255 = 34%

93
104
87

R + G + B ~ 37%. #5D6857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 104 + 87 = 284 (100%)
R 93 of 284 ~ 32.75%
G 104 of 284 ~ 36.62%
B 87 of 284 ~ 30.63%

%32.75
%36.62
%30.63

CMYK color model

#5D6857 color CMYK value is (11,0,16,59).

  • cyan value is 10.58%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 59.22%
CMYK:
(11,0,16,59)
C11M0Y16K59 
(11%,0%,16%,59%)
(0.11/0.00/0.16/0.59)	

CMYK percentages

%10.58
%0
%16.35
%59.22

Codes

Color #5D6857 in popluar color models

5D6857
RGB9310487
HSL99°8.90%37.45%
HSB/HSV99°16.35%40.78%
CMYK10.58%0.00%16.35%
59.22%

Color #5D6857 in popluar number systems.

HEX5D6857
Decimal9310487
Binary101110111010001010111
Octal135150127

Shades and tints

Shades of #5D6857

#5D6857
(93,104,87)
#555F50
(85,95,80)
#4D5649
(77,86,73)
#454D42
(69,77,66)
#3D443B
(61,68,59)
#353B34
(53,59,52)
#2D322D
(45,50,45)
#252926
(37,41,38)
#1D201F
(29,32,31)
#151718
(21,23,24)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #5D6857

#5D6857
(93,104,87)
#6B7566
(107,117,102)
#798275
(121,130,117)
#878F84
(135,143,132)
#959C93
(149,156,147)
#A3A9A2
(163,169,162)
#B1B6B1
(177,182,177)
#BFC3C0
(191,195,192)
#CDD0CF
(205,208,207)
#DBDDDE
(219,221,222)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6857; }

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

This text font color is #5D6857.


Background Color

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

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

This div background color is #5D6857.


Border color

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

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

This div border color is #5D6857.


Opacity

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

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

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

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

This text has shadow with #5D6857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D6857 on black background.


Color preview on white background

This text has color #5D6857 on white background.



Black color preview on #5D6857 background

This text has black color on #5D6857 background.


White color preview on #5D6857 background

This text has white color on #5D6857 background.