COLOR #5EB374

HEX: #5EB374
RGB: (94,179,116)

Color info

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

RGB color model

#5EB374 color RGB value is (94,179,116).

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

RGB channels and saturation

R 94 of 255 = 37%
G 179 of 255 = 70%
B 116 of 255 = 45%

94
179
116

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

Portions of RGB colors in percentages

R + G + B =
94 + 179 + 116 = 389 (100%)
R 94 of 389 ~ 24.16%
G 179 of 389 ~ 46.02%
B 116 of 389 ~ 29.82%

%24.16
%46.02
%29.82

CMYK color model

#5EB374 color CMYK value is (47,0,35,30).

  • cyan value is 47.49%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 29.80%
CMYK:
(47,0,35,30)
C47M0Y35K30 
(47%,0%,35%,30%)
(0.47/0.00/0.35/0.30)	

CMYK percentages

%47.49
%0
%35.2
%29.8

Codes

Color #5EB374 in popluar color models

5EB374
RGB94179116
HSL136°35.86%53.53%
HSB/HSV136°47.49%70.20%
CMYK47.49%0.00%35.20%
29.80%

Color #5EB374 in popluar number systems.

HEX5EB374
Decimal94179116
Binary1011110101100111110100
Octal136263164

Shades and tints

Shades of #5EB374

#5EB374
(94,179,116)
#56A36A
(86,163,106)
#4E9360
(78,147,96)
#468356
(70,131,86)
#3E734C
(62,115,76)
#366342
(54,99,66)
#2E5338
(46,83,56)
#26432E
(38,67,46)
#1E3324
(30,51,36)
#16231A
(22,35,26)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #5EB374

#5EB374
(94,179,116)
#6CB980
(108,185,128)
#7ABF8C
(122,191,140)
#88C598
(136,197,152)
#96CBA4
(150,203,164)
#A4D1B0
(164,209,176)
#B2D7BC
(178,215,188)
#C0DDC8
(192,221,200)
#CEE3D4
(206,227,212)
#DCE9E0
(220,233,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB374; }

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

This text font color is #5EB374.


Background Color

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

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

This div background color is #5EB374.


Border color

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

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

This div border color is #5EB374.


Opacity

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

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

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

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

This text has shadow with #5EB374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB374 on black background.


Color preview on white background

This text has color #5EB374 on white background.



Black color preview on #5EB374 background

This text has black color on #5EB374 background.


White color preview on #5EB374 background

This text has white color on #5EB374 background.