COLOR #5EA561

HEX: #5EA561
RGB: (94,165,97)

Color info

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

RGB color model

#5EA561 color RGB value is (94,165,97).

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

RGB channels and saturation

R 94 of 255 = 37%
G 165 of 255 = 65%
B 97 of 255 = 38%

94
165
97

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

Portions of RGB colors in percentages

R + G + B =
94 + 165 + 97 = 356 (100%)
R 94 of 356 ~ 26.4%
G 165 of 356 ~ 46.35%
B 97 of 356 ~ 27.25%

%26.4
%46.35
%27.25

CMYK color model

#5EA561 color CMYK value is (43,0,41,35).

  • cyan value is 43.03%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(43,0,41,35)
C43M0Y41K35 
(43%,0%,41%,35%)
(0.43/0.00/0.41/0.35)	

CMYK percentages

%43.03
%0
%41.21
%35.29

Codes

Color #5EA561 in popluar color models

5EA561
RGB9416597
HSL123°28.29%50.78%
HSB/HSV123°43.03%64.71%
CMYK43.03%0.00%41.21%
35.29%

Color #5EA561 in popluar number systems.

HEX5EA561
Decimal9416597
Binary1011110101001011100001
Octal136245141

Shades and tints

Shades of #5EA561

#5EA561
(94,165,97)
#569659
(86,150,89)
#4E8751
(78,135,81)
#467849
(70,120,73)
#3E6941
(62,105,65)
#365A39
(54,90,57)
#2E4B31
(46,75,49)
#263C29
(38,60,41)
#1E2D21
(30,45,33)
#161E19
(22,30,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #5EA561

#5EA561
(94,165,97)
#6CAD6F
(108,173,111)
#7AB57D
(122,181,125)
#88BD8B
(136,189,139)
#96C599
(150,197,153)
#A4CDA7
(164,205,167)
#B2D5B5
(178,213,181)
#C0DDC3
(192,221,195)
#CEE5D1
(206,229,209)
#DCEDDF
(220,237,223)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA561; }

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

This text font color is #5EA561.


Background Color

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

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

This div background color is #5EA561.


Border color

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

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

This div border color is #5EA561.


Opacity

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

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

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

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

This text has shadow with #5EA561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA561 on black background.


Color preview on white background

This text has color #5EA561 on white background.



Black color preview on #5EA561 background

This text has black color on #5EA561 background.


White color preview on #5EA561 background

This text has white color on #5EA561 background.