COLOR #5D8E38

HEX: #5D8E38
RGB: (93,142,56)

Color info

#5D8E38 contains mainly red and green colors. Web safe color of #5D8E38 is #669933 (or #693).

RGB color model

#5D8E38 color RGB value is (93,142,56).

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

RGB channels and saturation

R 93 of 255 = 36%
G 142 of 255 = 56%
B 56 of 255 = 22%

93
142
56

R + G + B ~ 38%. #5D8E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 142 + 56 = 291 (100%)
R 93 of 291 ~ 31.96%
G 142 of 291 ~ 48.8%
B 56 of 291 ~ 19.24%

%31.96
%48.8
%19.24

CMYK color model

#5D8E38 color CMYK value is (35,0,61,44).

  • cyan value is 34.51%
  • magenta value is 0.00%
  • yellow value is 60.56%
  • key color value is 44.31%
CMYK:
(35,0,61,44)
C35M0Y61K44 
(35%,0%,61%,44%)
(0.35/0.00/0.61/0.44)	

CMYK percentages

%34.51
%0
%60.56
%44.31

Codes

Color #5D8E38 in popluar color models

5D8E38
RGB9314256
HSL94°43.43%38.82%
HSB/HSV94°60.56%55.69%
CMYK34.51%0.00%60.56%
44.31%

Color #5D8E38 in popluar number systems.

HEX5D8E38
Decimal9314256
Binary101110110001110111000
Octal13521670

Shades and tints

Shades of #5D8E38

#5D8E38
(93,142,56)
#558233
(85,130,51)
#4D762E
(77,118,46)
#456A29
(69,106,41)
#3D5E24
(61,94,36)
#35521F
(53,82,31)
#2D461A
(45,70,26)
#253A15
(37,58,21)
#1D2E10
(29,46,16)
#15220B
(21,34,11)
#0D1606
(13,22,6)
#000000
(0,0,0)

Tints of #5D8E38

#5D8E38
(93,142,56)
#6B984A
(107,152,74)
#79A25C
(121,162,92)
#87AC6E
(135,172,110)
#95B680
(149,182,128)
#A3C092
(163,192,146)
#B1CAA4
(177,202,164)
#BFD4B6
(191,212,182)
#CDDEC8
(205,222,200)
#DBE8DA
(219,232,218)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D8E38; }

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

This text font color is #5D8E38.


Background Color

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

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

This div background color is #5D8E38.


Border color

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

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

This div border color is #5D8E38.


Opacity

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

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

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

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

This text has shadow with #5D8E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D8E38 on black background.


Color preview on white background

This text has color #5D8E38 on white background.



Black color preview on #5D8E38 background

This text has black color on #5D8E38 background.


White color preview on #5D8E38 background

This text has white color on #5D8E38 background.