COLOR #5EA77F

HEX: #5EA77F
RGB: (94,167,127)

Color info

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

RGB color model

#5EA77F color RGB value is (94,167,127).

  • red value is 94;
  • green value is 167;
  • blue value is 127.
RGB:
(94,167,127)
(37%,65%,50%)

RGB channels and saturation

R 94 of 255 = 37%
G 167 of 255 = 65%
B 127 of 255 = 50%

94
167
127

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

Portions of RGB colors in percentages

R + G + B =
94 + 167 + 127 = 388 (100%)
R 94 of 388 ~ 24.23%
G 167 of 388 ~ 43.04%
B 127 of 388 ~ 32.73%

%24.23
%43.04
%32.73

CMYK color model

#5EA77F color CMYK value is (44,0,24,35).

  • cyan value is 43.71%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 34.51%
CMYK:
(44,0,24,35)
C44M0Y24K35 
(44%,0%,24%,35%)
(0.44/0.00/0.24/0.35)	

CMYK percentages

%43.71
%0
%23.95
%34.51

Codes

Color #5EA77F in popluar color models

5EA77F
RGB94167127
HSL147°29.32%51.18%
HSB/HSV147°43.71%65.49%
CMYK43.71%0.00%23.95%
34.51%

Color #5EA77F in popluar number systems.

HEX5EA77F
Decimal94167127
Binary1011110101001111111111
Octal136247177

Shades and tints

Shades of #5EA77F

#5EA77F
(94,167,127)
#569874
(86,152,116)
#4E8969
(78,137,105)
#467A5E
(70,122,94)
#3E6B53
(62,107,83)
#365C48
(54,92,72)
#2E4D3D
(46,77,61)
#263E32
(38,62,50)
#1E2F27
(30,47,39)
#16201C
(22,32,28)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #5EA77F

#5EA77F
(94,167,127)
#6CAF8A
(108,175,138)
#7AB795
(122,183,149)
#88BFA0
(136,191,160)
#96C7AB
(150,199,171)
#A4CFB6
(164,207,182)
#B2D7C1
(178,215,193)
#C0DFCC
(192,223,204)
#CEE7D7
(206,231,215)
#DCEFE2
(220,239,226)
#EAF7ED
(234,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA77F color. Also use rgb(94,167,127) instead hex code.

Text Font Color

.myTextColor { color: #5EA77F; }

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

This text font color is #5EA77F.


Background Color

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

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

This div background color is #5EA77F.


Border color

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

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

This div border color is #5EA77F.


Opacity

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

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

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

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

This text has shadow with #5EA77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA77F on black background.


Color preview on white background

This text has color #5EA77F on white background.



Black color preview on #5EA77F background

This text has black color on #5EA77F background.


White color preview on #5EA77F background

This text has white color on #5EA77F background.