COLOR #5D8F57

HEX: #5D8F57
RGB: (93,143,87)

Color info

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

RGB color model

#5D8F57 color RGB value is (93,143,87).

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

RGB channels and saturation

R 93 of 255 = 36%
G 143 of 255 = 56%
B 87 of 255 = 34%

93
143
87

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

Portions of RGB colors in percentages

R + G + B =
93 + 143 + 87 = 323 (100%)
R 93 of 323 ~ 28.79%
G 143 of 323 ~ 44.27%
B 87 of 323 ~ 26.93%

%28.79
%44.27
%26.93

CMYK color model

#5D8F57 color CMYK value is (35,0,39,44).

  • cyan value is 34.97%
  • magenta value is 0.00%
  • yellow value is 39.16%
  • key color value is 43.92%
CMYK:
(35,0,39,44)
C35M0Y39K44 
(35%,0%,39%,44%)
(0.35/0.00/0.39/0.44)	

CMYK percentages

%34.97
%0
%39.16
%43.92

Codes

Color #5D8F57 in popluar color models

5D8F57
RGB9314387
HSL114°24.35%45.10%
HSB/HSV114°39.16%56.08%
CMYK34.97%0.00%39.16%
43.92%

Color #5D8F57 in popluar number systems.

HEX5D8F57
Decimal9314387
Binary1011101100011111010111
Octal135217127

Shades and tints

Shades of #5D8F57

#5D8F57
(93,143,87)
#558250
(85,130,80)
#4D7549
(77,117,73)
#456842
(69,104,66)
#3D5B3B
(61,91,59)
#354E34
(53,78,52)
#2D412D
(45,65,45)
#253426
(37,52,38)
#1D271F
(29,39,31)
#151A18
(21,26,24)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #5D8F57

#5D8F57
(93,143,87)
#6B9966
(107,153,102)
#79A375
(121,163,117)
#87AD84
(135,173,132)
#95B793
(149,183,147)
#A3C1A2
(163,193,162)
#B1CBB1
(177,203,177)
#BFD5C0
(191,213,192)
#CDDFCF
(205,223,207)
#DBE9DE
(219,233,222)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8F57; }

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

This text font color is #5D8F57.


Background Color

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

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

This div background color is #5D8F57.


Border color

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

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

This div border color is #5D8F57.


Opacity

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

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

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

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

This text has shadow with #5D8F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8F57 on black background.


Color preview on white background

This text has color #5D8F57 on white background.



Black color preview on #5D8F57 background

This text has black color on #5D8F57 background.


White color preview on #5D8F57 background

This text has white color on #5D8F57 background.