COLOR #5E9A71

HEX: #5E9A71
RGB: (94,154,113)

Color info

#5E9A71 contains mainly green and blue colors. Web safe color of #5E9A71 is #669966 (or #696).

RGB color model

#5E9A71 color RGB value is (94,154,113).

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

RGB channels and saturation

R 94 of 255 = 37%
G 154 of 255 = 60%
B 113 of 255 = 44%

94
154
113

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

Portions of RGB colors in percentages

R + G + B =
94 + 154 + 113 = 361 (100%)
R 94 of 361 ~ 26.04%
G 154 of 361 ~ 42.66%
B 113 of 361 ~ 31.3%

%26.04
%42.66
%31.3

CMYK color model

#5E9A71 color CMYK value is (39,0,27,40).

  • cyan value is 38.96%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 39.61%
CMYK:
(39,0,27,40)
C39M0Y27K40 
(39%,0%,27%,40%)
(0.39/0.00/0.27/0.40)	

CMYK percentages

%38.96
%0
%26.62
%39.61

Codes

Color #5E9A71 in popluar color models

5E9A71
RGB94154113
HSL139°24.19%48.63%
HSB/HSV139°38.96%60.39%
CMYK38.96%0.00%26.62%
39.61%

Color #5E9A71 in popluar number systems.

HEX5E9A71
Decimal94154113
Binary1011110100110101110001
Octal136232161

Shades and tints

Shades of #5E9A71

#5E9A71
(94,154,113)
#568C67
(86,140,103)
#4E7E5D
(78,126,93)
#467053
(70,112,83)
#3E6249
(62,98,73)
#36543F
(54,84,63)
#2E4635
(46,70,53)
#26382B
(38,56,43)
#1E2A21
(30,42,33)
#161C17
(22,28,23)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #5E9A71

#5E9A71
(94,154,113)
#6CA37D
(108,163,125)
#7AAC89
(122,172,137)
#88B595
(136,181,149)
#96BEA1
(150,190,161)
#A4C7AD
(164,199,173)
#B2D0B9
(178,208,185)
#C0D9C5
(192,217,197)
#CEE2D1
(206,226,209)
#DCEBDD
(220,235,221)
#EAF4E9
(234,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E9A71; }

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

This text font color is #5E9A71.


Background Color

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

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

This div background color is #5E9A71.


Border color

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

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

This div border color is #5E9A71.


Opacity

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

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

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

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

This text has shadow with #5E9A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E9A71 on black background.


Color preview on white background

This text has color #5E9A71 on white background.



Black color preview on #5E9A71 background

This text has black color on #5E9A71 background.


White color preview on #5E9A71 background

This text has white color on #5E9A71 background.