COLOR #5E9E47

HEX: #5E9E47
RGB: (94,158,71)

Color info

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

RGB color model

#5E9E47 color RGB value is (94,158,71).

  • red value is 94;
  • green value is 158;
  • blue value is 71.
RGB:
(94,158,71)
(37%,62%,28%)

RGB channels and saturation

R 94 of 255 = 37%
G 158 of 255 = 62%
B 71 of 255 = 28%

94
158
71

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

Portions of RGB colors in percentages

R + G + B =
94 + 158 + 71 = 323 (100%)
R 94 of 323 ~ 29.1%
G 158 of 323 ~ 48.92%
B 71 of 323 ~ 21.98%

%29.1
%48.92
%21.98

CMYK color model

#5E9E47 color CMYK value is (41,0,55,38).

  • cyan value is 40.51%
  • magenta value is 0.00%
  • yellow value is 55.06%
  • key color value is 38.04%
CMYK:
(41,0,55,38)
C41M0Y55K38 
(41%,0%,55%,38%)
(0.41/0.00/0.55/0.38)	

CMYK percentages

%40.51
%0
%55.06
%38.04

Codes

Color #5E9E47 in popluar color models

5E9E47
RGB9415871
HSL104°37.99%44.90%
HSB/HSV104°55.06%61.96%
CMYK40.51%0.00%55.06%
38.04%

Color #5E9E47 in popluar number systems.

HEX5E9E47
Decimal9415871
Binary1011110100111101000111
Octal136236107

Shades and tints

Shades of #5E9E47

#5E9E47
(94,158,71)
#569041
(86,144,65)
#4E823B
(78,130,59)
#467435
(70,116,53)
#3E662F
(62,102,47)
#365829
(54,88,41)
#2E4A23
(46,74,35)
#263C1D
(38,60,29)
#1E2E17
(30,46,23)
#162011
(22,32,17)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #5E9E47

#5E9E47
(94,158,71)
#6CA657
(108,166,87)
#7AAE67
(122,174,103)
#88B677
(136,182,119)
#96BE87
(150,190,135)
#A4C697
(164,198,151)
#B2CEA7
(178,206,167)
#C0D6B7
(192,214,183)
#CEDEC7
(206,222,199)
#DCE6D7
(220,230,215)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9E47 color. Also use rgb(94,158,71) instead hex code.

Text Font Color

.myTextColor { color: #5E9E47; }

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

This text font color is #5E9E47.


Background Color

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

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

This div background color is #5E9E47.


Border color

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

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

This div border color is #5E9E47.


Opacity

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

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

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

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

This text has shadow with #5E9E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9E47 on black background.


Color preview on white background

This text has color #5E9E47 on white background.



Black color preview on #5E9E47 background

This text has black color on #5E9E47 background.


White color preview on #5E9E47 background

This text has white color on #5E9E47 background.