COLOR #5EAA54

HEX: #5EAA54
RGB: (94,170,84)

Color info

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

RGB color model

#5EAA54 color RGB value is (94,170,84).

  • red value is 94;
  • green value is 170;
  • blue value is 84.
RGB:
(94,170,84)
(37%,67%,33%)

RGB channels and saturation

R 94 of 255 = 37%
G 170 of 255 = 67%
B 84 of 255 = 33%

94
170
84

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

Portions of RGB colors in percentages

R + G + B =
94 + 170 + 84 = 348 (100%)
R 94 of 348 ~ 27.01%
G 170 of 348 ~ 48.85%
B 84 of 348 ~ 24.14%

%27.01
%48.85
%24.14

CMYK color model

#5EAA54 color CMYK value is (45,0,51,33).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 50.59%
  • key color value is 33.33%
CMYK:
(45,0,51,33)
C45M0Y51K33 
(45%,0%,51%,33%)
(0.45/0.00/0.51/0.33)	

CMYK percentages

%44.71
%0
%50.59
%33.33

Codes

Color #5EAA54 in popluar color models

5EAA54
RGB9417084
HSL113°33.86%49.80%
HSB/HSV113°50.59%66.67%
CMYK44.71%0.00%50.59%
33.33%

Color #5EAA54 in popluar number systems.

HEX5EAA54
Decimal9417084
Binary1011110101010101010100
Octal136252124

Shades and tints

Shades of #5EAA54

#5EAA54
(94,170,84)
#569B4D
(86,155,77)
#4E8C46
(78,140,70)
#467D3F
(70,125,63)
#3E6E38
(62,110,56)
#365F31
(54,95,49)
#2E502A
(46,80,42)
#264123
(38,65,35)
#1E321C
(30,50,28)
#162315
(22,35,21)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #5EAA54

#5EAA54
(94,170,84)
#6CB163
(108,177,99)
#7AB872
(122,184,114)
#88BF81
(136,191,129)
#96C690
(150,198,144)
#A4CD9F
(164,205,159)
#B2D4AE
(178,212,174)
#C0DBBD
(192,219,189)
#CEE2CC
(206,226,204)
#DCE9DB
(220,233,219)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAA54 color. Also use rgb(94,170,84) instead hex code.

Text Font Color

.myTextColor { color: #5EAA54; }

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

This text font color is #5EAA54.


Background Color

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

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

This div background color is #5EAA54.


Border color

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

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

This div border color is #5EAA54.


Opacity

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

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

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

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

This text has shadow with #5EAA54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAA54 on black background.


Color preview on white background

This text has color #5EAA54 on white background.



Black color preview on #5EAA54 background

This text has black color on #5EAA54 background.


White color preview on #5EAA54 background

This text has white color on #5EAA54 background.