COLOR #5D8657

HEX: #5D8657
RGB: (93,134,87)

Color info

#5D8657 contains red, green and blue colors in about the same proportion. Web safe color of #5D8657 is #669966 (or #696).

RGB color model

#5D8657 color RGB value is (93,134,87).

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

RGB channels and saturation

R 93 of 255 = 36%
G 134 of 255 = 53%
B 87 of 255 = 34%

93
134
87

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

Portions of RGB colors in percentages

R + G + B =
93 + 134 + 87 = 314 (100%)
R 93 of 314 ~ 29.62%
G 134 of 314 ~ 42.68%
B 87 of 314 ~ 27.71%

%29.62
%42.68
%27.71

CMYK color model

#5D8657 color CMYK value is (31,0,35,47).

  • cyan value is 30.60%
  • magenta value is 0.00%
  • yellow value is 35.07%
  • key color value is 47.45%
CMYK:
(31,0,35,47)
C31M0Y35K47 
(31%,0%,35%,47%)
(0.31/0.00/0.35/0.47)	

CMYK percentages

%30.6
%0
%35.07
%47.45

Codes

Color #5D8657 in popluar color models

5D8657
RGB9313487
HSL112°21.27%43.33%
HSB/HSV112°35.07%52.55%
CMYK30.60%0.00%35.07%
47.45%

Color #5D8657 in popluar number systems.

HEX5D8657
Decimal9313487
Binary1011101100001101010111
Octal135206127

Shades and tints

Shades of #5D8657

#5D8657
(93,134,87)
#557A50
(85,122,80)
#4D6E49
(77,110,73)
#456242
(69,98,66)
#3D563B
(61,86,59)
#354A34
(53,74,52)
#2D3E2D
(45,62,45)
#253226
(37,50,38)
#1D261F
(29,38,31)
#151A18
(21,26,24)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #5D8657

#5D8657
(93,134,87)
#6B9166
(107,145,102)
#799C75
(121,156,117)
#87A784
(135,167,132)
#95B293
(149,178,147)
#A3BDA2
(163,189,162)
#B1C8B1
(177,200,177)
#BFD3C0
(191,211,192)
#CDDECF
(205,222,207)
#DBE9DE
(219,233,222)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8657; }

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

This text font color is #5D8657.


Background Color

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

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

This div background color is #5D8657.


Border color

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

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

This div border color is #5D8657.


Opacity

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

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

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

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

This text has shadow with #5D8657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8657 on black background.


Color preview on white background

This text has color #5D8657 on white background.



Black color preview on #5D8657 background

This text has black color on #5D8657 background.


White color preview on #5D8657 background

This text has white color on #5D8657 background.