COLOR #5EB378

HEX: #5EB378
RGB: (94,179,120)

Color info

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

RGB color model

#5EB378 color RGB value is (94,179,120).

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

RGB channels and saturation

R 94 of 255 = 37%
G 179 of 255 = 70%
B 120 of 255 = 47%

94
179
120

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

Portions of RGB colors in percentages

R + G + B =
94 + 179 + 120 = 393 (100%)
R 94 of 393 ~ 23.92%
G 179 of 393 ~ 45.55%
B 120 of 393 ~ 30.53%

%23.92
%45.55
%30.53

CMYK color model

#5EB378 color CMYK value is (47,0,33,30).

  • cyan value is 47.49%
  • magenta value is 0.00%
  • yellow value is 32.96%
  • key color value is 29.80%
CMYK:
(47,0,33,30)
C47M0Y33K30 
(47%,0%,33%,30%)
(0.47/0.00/0.33/0.30)	

CMYK percentages

%47.49
%0
%32.96
%29.8

Codes

Color #5EB378 in popluar color models

5EB378
RGB94179120
HSL138°35.86%53.53%
HSB/HSV138°47.49%70.20%
CMYK47.49%0.00%32.96%
29.80%

Color #5EB378 in popluar number systems.

HEX5EB378
Decimal94179120
Binary1011110101100111111000
Octal136263170

Shades and tints

Shades of #5EB378

#5EB378
(94,179,120)
#56A36E
(86,163,110)
#4E9364
(78,147,100)
#46835A
(70,131,90)
#3E7350
(62,115,80)
#366346
(54,99,70)
#2E533C
(46,83,60)
#264332
(38,67,50)
#1E3328
(30,51,40)
#16231E
(22,35,30)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #5EB378

#5EB378
(94,179,120)
#6CB984
(108,185,132)
#7ABF90
(122,191,144)
#88C59C
(136,197,156)
#96CBA8
(150,203,168)
#A4D1B4
(164,209,180)
#B2D7C0
(178,215,192)
#C0DDCC
(192,221,204)
#CEE3D8
(206,227,216)
#DCE9E4
(220,233,228)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB378; }

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

This text font color is #5EB378.


Background Color

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

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

This div background color is #5EB378.


Border color

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

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

This div border color is #5EB378.


Opacity

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

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

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

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

This text has shadow with #5EB378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB378 on black background.


Color preview on white background

This text has color #5EB378 on white background.



Black color preview on #5EB378 background

This text has black color on #5EB378 background.


White color preview on #5EB378 background

This text has white color on #5EB378 background.