COLOR #5E9647

HEX: #5E9647
RGB: (94,150,71)

Color info

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

RGB color model

#5E9647 color RGB value is (94,150,71).

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

RGB channels and saturation

R 94 of 255 = 37%
G 150 of 255 = 59%
B 71 of 255 = 28%

94
150
71

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

Portions of RGB colors in percentages

R + G + B =
94 + 150 + 71 = 315 (100%)
R 94 of 315 ~ 29.84%
G 150 of 315 ~ 47.62%
B 71 of 315 ~ 22.54%

%29.84
%47.62
%22.54

CMYK color model

#5E9647 color CMYK value is (37,0,53,41).

  • cyan value is 37.33%
  • magenta value is 0.00%
  • yellow value is 52.67%
  • key color value is 41.18%
CMYK:
(37,0,53,41)
C37M0Y53K41 
(37%,0%,53%,41%)
(0.37/0.00/0.53/0.41)	

CMYK percentages

%37.33
%0
%52.67
%41.18

Codes

Color #5E9647 in popluar color models

5E9647
RGB9415071
HSL103°35.75%43.33%
HSB/HSV103°52.67%58.82%
CMYK37.33%0.00%52.67%
41.18%

Color #5E9647 in popluar number systems.

HEX5E9647
Decimal9415071
Binary1011110100101101000111
Octal136226107

Shades and tints

Shades of #5E9647

#5E9647
(94,150,71)
#568941
(86,137,65)
#4E7C3B
(78,124,59)
#466F35
(70,111,53)
#3E622F
(62,98,47)
#365529
(54,85,41)
#2E4823
(46,72,35)
#263B1D
(38,59,29)
#1E2E17
(30,46,23)
#162111
(22,33,17)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #5E9647

#5E9647
(94,150,71)
#6C9F57
(108,159,87)
#7AA867
(122,168,103)
#88B177
(136,177,119)
#96BA87
(150,186,135)
#A4C397
(164,195,151)
#B2CCA7
(178,204,167)
#C0D5B7
(192,213,183)
#CEDEC7
(206,222,199)
#DCE7D7
(220,231,215)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9647; }

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

This text font color is #5E9647.


Background Color

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

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

This div background color is #5E9647.


Border color

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

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

This div border color is #5E9647.


Opacity

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

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

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

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

This text has shadow with #5E9647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9647 on black background.


Color preview on white background

This text has color #5E9647 on white background.



Black color preview on #5E9647 background

This text has black color on #5E9647 background.


White color preview on #5E9647 background

This text has white color on #5E9647 background.