COLOR #5D8E51

HEX: #5D8E51
RGB: (93,142,81)

Color info

#5D8E51 contains mainly red and green colors. Web safe color of #5D8E51 is #669966 (or #696).

RGB color model

#5D8E51 color RGB value is (93,142,81).

  • red value is 93;
  • green value is 142;
  • blue value is 81.
RGB:
(93,142,81)
(36%,56%,32%)

RGB channels and saturation

R 93 of 255 = 36%
G 142 of 255 = 56%
B 81 of 255 = 32%

93
142
81

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

Portions of RGB colors in percentages

R + G + B =
93 + 142 + 81 = 316 (100%)
R 93 of 316 ~ 29.43%
G 142 of 316 ~ 44.94%
B 81 of 316 ~ 25.63%

%29.43
%44.94
%25.63

CMYK color model

#5D8E51 color CMYK value is (35,0,43,44).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 42.96%
  • key color value is 44.31%
CMYK:
(35,0,43,44)
C35M0Y43K44 
(35%,0%,43%,44%)
(0.35/0.00/0.43/0.44)	

CMYK percentages

%34.51
%0
%42.96
%44.31

Codes

Color #5D8E51 in popluar color models

5D8E51
RGB9314281
HSL108°27.35%43.73%
HSB/HSV108°42.96%55.69%
CMYK34.51%0.00%42.96%
44.31%

Color #5D8E51 in popluar number systems.

HEX5D8E51
Decimal9314281
Binary1011101100011101010001
Octal135216121

Shades and tints

Shades of #5D8E51

#5D8E51
(93,142,81)
#55824A
(85,130,74)
#4D7643
(77,118,67)
#456A3C
(69,106,60)
#3D5E35
(61,94,53)
#35522E
(53,82,46)
#2D4627
(45,70,39)
#253A20
(37,58,32)
#1D2E19
(29,46,25)
#152212
(21,34,18)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #5D8E51

#5D8E51
(93,142,81)
#6B9860
(107,152,96)
#79A26F
(121,162,111)
#87AC7E
(135,172,126)
#95B68D
(149,182,141)
#A3C09C
(163,192,156)
#B1CAAB
(177,202,171)
#BFD4BA
(191,212,186)
#CDDEC9
(205,222,201)
#DBE8D8
(219,232,216)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D8E51 color. Also use rgb(93,142,81) instead hex code.

Text Font Color

.myTextColor { color: #5D8E51; }

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

This text font color is #5D8E51.


Background Color

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

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

This div background color is #5D8E51.


Border color

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

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

This div border color is #5D8E51.


Opacity

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

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

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

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

This text has shadow with #5D8E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8E51 on black background.


Color preview on white background

This text has color #5D8E51 on white background.



Black color preview on #5D8E51 background

This text has black color on #5D8E51 background.


White color preview on #5D8E51 background

This text has white color on #5D8E51 background.