COLOR #5EB390

HEX: #5EB390
RGB: (94,179,144)

Color info

#5EB390 contains mainly green and blue colors. Web safe color of #5EB390 is #669999 (or #699).

RGB color model

#5EB390 color RGB value is (94,179,144).

  • red value is 94;
  • green value is 179;
  • blue value is 144.
RGB:
(94,179,144)
(37%,70%,56%)

RGB channels and saturation

R 94 of 255 = 37%
G 179 of 255 = 70%
B 144 of 255 = 56%

94
179
144

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

Portions of RGB colors in percentages

R + G + B =
94 + 179 + 144 = 417 (100%)
R 94 of 417 ~ 22.54%
G 179 of 417 ~ 42.93%
B 144 of 417 ~ 34.53%

%22.54
%42.93
%34.53

CMYK color model

#5EB390 color CMYK value is (47,0,20,30).

  • cyan value is 47.49%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 29.80%
CMYK:
(47,0,20,30)
C47M0Y20K30 
(47%,0%,20%,30%)
(0.47/0.00/0.20/0.30)	

CMYK percentages

%47.49
%0
%19.55
%29.8

Codes

Color #5EB390 in popluar color models

5EB390
RGB94179144
HSL155°35.86%53.53%
HSB/HSV155°47.49%70.20%
CMYK47.49%0.00%19.55%
29.80%

Color #5EB390 in popluar number systems.

HEX5EB390
Decimal94179144
Binary10111101011001110010000
Octal136263220

Shades and tints

Shades of #5EB390

#5EB390
(94,179,144)
#56A383
(86,163,131)
#4E9376
(78,147,118)
#468369
(70,131,105)
#3E735C
(62,115,92)
#36634F
(54,99,79)
#2E5342
(46,83,66)
#264335
(38,67,53)
#1E3328
(30,51,40)
#16231B
(22,35,27)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #5EB390

#5EB390
(94,179,144)
#6CB99A
(108,185,154)
#7ABFA4
(122,191,164)
#88C5AE
(136,197,174)
#96CBB8
(150,203,184)
#A4D1C2
(164,209,194)
#B2D7CC
(178,215,204)
#C0DDD6
(192,221,214)
#CEE3E0
(206,227,224)
#DCE9EA
(220,233,234)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB390 color. Also use rgb(94,179,144) instead hex code.

Text Font Color

.myTextColor { color: #5EB390; }

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

This text font color is #5EB390.


Background Color

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

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

This div background color is #5EB390.


Border color

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

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

This div border color is #5EB390.


Opacity

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

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

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

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

This text has shadow with #5EB390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB390 on black background.


Color preview on white background

This text has color #5EB390 on white background.



Black color preview on #5EB390 background

This text has black color on #5EB390 background.


White color preview on #5EB390 background

This text has white color on #5EB390 background.