COLOR #5E9A37

HEX: #5E9A37
RGB: (94,154,55)

Color info

#5E9A37 contains mainly green color. Web safe color of #5E9A37 is #669933 (or #693).

RGB color model

#5E9A37 color RGB value is (94,154,55).

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

RGB channels and saturation

R 94 of 255 = 37%
G 154 of 255 = 60%
B 55 of 255 = 22%

94
154
55

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

Portions of RGB colors in percentages

R + G + B =
94 + 154 + 55 = 303 (100%)
R 94 of 303 ~ 31.02%
G 154 of 303 ~ 50.83%
B 55 of 303 ~ 18.15%

%31.02
%50.83
%18.15

CMYK color model

#5E9A37 color CMYK value is (39,0,64,40).

  • cyan value is 38.96%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 39.61%
CMYK:
(39,0,64,40)
C39M0Y64K40 
(39%,0%,64%,40%)
(0.39/0.00/0.64/0.40)	

CMYK percentages

%38.96
%0
%64.29
%39.61

Codes

Color #5E9A37 in popluar color models

5E9A37
RGB9415455
HSL96°47.37%40.98%
HSB/HSV96°64.29%60.39%
CMYK38.96%0.00%64.29%
39.61%

Color #5E9A37 in popluar number systems.

HEX5E9A37
Decimal9415455
Binary101111010011010110111
Octal13623267

Shades and tints

Shades of #5E9A37

#5E9A37
(94,154,55)
#568C32
(86,140,50)
#4E7E2D
(78,126,45)
#467028
(70,112,40)
#3E6223
(62,98,35)
#36541E
(54,84,30)
#2E4619
(46,70,25)
#263814
(38,56,20)
#1E2A0F
(30,42,15)
#161C0A
(22,28,10)
#0E0E05
(14,14,5)
#000000
(0,0,0)

Tints of #5E9A37

#5E9A37
(94,154,55)
#6CA349
(108,163,73)
#7AAC5B
(122,172,91)
#88B56D
(136,181,109)
#96BE7F
(150,190,127)
#A4C791
(164,199,145)
#B2D0A3
(178,208,163)
#C0D9B5
(192,217,181)
#CEE2C7
(206,226,199)
#DCEBD9
(220,235,217)
#EAF4EB
(234,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9A37; }

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

This text font color is #5E9A37.


Background Color

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

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

This div background color is #5E9A37.


Border color

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

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

This div border color is #5E9A37.


Opacity

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

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

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

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

This text has shadow with #5E9A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9A37 on black background.


Color preview on white background

This text has color #5E9A37 on white background.



Black color preview on #5E9A37 background

This text has black color on #5E9A37 background.


White color preview on #5E9A37 background

This text has white color on #5E9A37 background.