COLOR #5E8B37

HEX: #5E8B37
RGB: (94,139,55)

Color info

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

RGB color model

#5E8B37 color RGB value is (94,139,55).

  • red value is 94;
  • green value is 139;
  • blue value is 55.
RGB:
(94,139,55)
(37%,55%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 139 of 255 = 55%
B 55 of 255 = 22%

94
139
55

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

Portions of RGB colors in percentages

R + G + B =
94 + 139 + 55 = 288 (100%)
R 94 of 288 ~ 32.64%
G 139 of 288 ~ 48.26%
B 55 of 288 ~ 19.1%

%32.64
%48.26
%19.1

CMYK color model

#5E8B37 color CMYK value is (32,0,60,45).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 60.43%
  • key color value is 45.49%
CMYK:
(32,0,60,45)
C32M0Y60K45 
(32%,0%,60%,45%)
(0.32/0.00/0.60/0.45)	

CMYK percentages

%32.37
%0
%60.43
%45.49

Codes

Color #5E8B37 in popluar color models

5E8B37
RGB9413955
HSL92°43.30%38.04%
HSB/HSV92°60.43%54.51%
CMYK32.37%0.00%60.43%
45.49%

Color #5E8B37 in popluar number systems.

HEX5E8B37
Decimal9413955
Binary101111010001011110111
Octal13621367

Shades and tints

Shades of #5E8B37

#5E8B37
(94,139,55)
#567F32
(86,127,50)
#4E732D
(78,115,45)
#466728
(70,103,40)
#3E5B23
(62,91,35)
#364F1E
(54,79,30)
#2E4319
(46,67,25)
#263714
(38,55,20)
#1E2B0F
(30,43,15)
#161F0A
(22,31,10)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #5E8B37

#5E8B37
(94,139,55)
#6C9549
(108,149,73)
#7A9F5B
(122,159,91)
#88A96D
(136,169,109)
#96B37F
(150,179,127)
#A4BD91
(164,189,145)
#B2C7A3
(178,199,163)
#C0D1B5
(192,209,181)
#CEDBC7
(206,219,199)
#DCE5D9
(220,229,217)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8B37 color. Also use rgb(94,139,55) instead hex code.

Text Font Color

.myTextColor { color: #5E8B37; }

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

This text font color is #5E8B37.


Background Color

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

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

This div background color is #5E8B37.


Border color

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

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

This div border color is #5E8B37.


Opacity

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

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

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

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

This text has shadow with #5E8B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8B37 on black background.


Color preview on white background

This text has color #5E8B37 on white background.



Black color preview on #5E8B37 background

This text has black color on #5E8B37 background.


White color preview on #5E8B37 background

This text has white color on #5E8B37 background.