COLOR #5E9F61

HEX: #5E9F61
RGB: (94,159,97)

Color info

#5E9F61 contains mainly green color. Web safe color of #5E9F61 is #669966 (or #696).

RGB color model

#5E9F61 color RGB value is (94,159,97).

  • red value is 94;
  • green value is 159;
  • blue value is 97.
RGB:
(94,159,97)
(37%,62%,38%)

RGB channels and saturation

R 94 of 255 = 37%
G 159 of 255 = 62%
B 97 of 255 = 38%

94
159
97

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

Portions of RGB colors in percentages

R + G + B =
94 + 159 + 97 = 350 (100%)
R 94 of 350 ~ 26.86%
G 159 of 350 ~ 45.43%
B 97 of 350 ~ 27.71%

%26.86
%45.43
%27.71

CMYK color model

#5E9F61 color CMYK value is (41,0,39,38).

  • cyan value is 40.88%
  • magenta value is 0.00%
  • yellow value is 38.99%
  • key color value is 37.65%
CMYK:
(41,0,39,38)
C41M0Y39K38 
(41%,0%,39%,38%)
(0.41/0.00/0.39/0.38)	

CMYK percentages

%40.88
%0
%38.99
%37.65

Codes

Color #5E9F61 in popluar color models

5E9F61
RGB9415997
HSL123°25.69%49.61%
HSB/HSV123°40.88%62.35%
CMYK40.88%0.00%38.99%
37.65%

Color #5E9F61 in popluar number systems.

HEX5E9F61
Decimal9415997
Binary1011110100111111100001
Octal136237141

Shades and tints

Shades of #5E9F61

#5E9F61
(94,159,97)
#569159
(86,145,89)
#4E8351
(78,131,81)
#467549
(70,117,73)
#3E6741
(62,103,65)
#365939
(54,89,57)
#2E4B31
(46,75,49)
#263D29
(38,61,41)
#1E2F21
(30,47,33)
#162119
(22,33,25)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #5E9F61

#5E9F61
(94,159,97)
#6CA76F
(108,167,111)
#7AAF7D
(122,175,125)
#88B78B
(136,183,139)
#96BF99
(150,191,153)
#A4C7A7
(164,199,167)
#B2CFB5
(178,207,181)
#C0D7C3
(192,215,195)
#CEDFD1
(206,223,209)
#DCE7DF
(220,231,223)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E9F61 color. Also use rgb(94,159,97) instead hex code.

Text Font Color

.myTextColor { color: #5E9F61; }

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

This text font color is #5E9F61.


Background Color

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

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

This div background color is #5E9F61.


Border color

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

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

This div border color is #5E9F61.


Opacity

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

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

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

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

This text has shadow with #5E9F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9F61 on black background.


Color preview on white background

This text has color #5E9F61 on white background.



Black color preview on #5E9F61 background

This text has black color on #5E9F61 background.


White color preview on #5E9F61 background

This text has white color on #5E9F61 background.