COLOR #5EA176

HEX: #5EA176
RGB: (94,161,118)

Color info

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

RGB color model

#5EA176 color RGB value is (94,161,118).

  • red value is 94;
  • green value is 161;
  • blue value is 118.
RGB:
(94,161,118)
(37%,63%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 161 of 255 = 63%
B 118 of 255 = 46%

94
161
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 161 + 118 = 373 (100%)
R 94 of 373 ~ 25.2%
G 161 of 373 ~ 43.16%
B 118 of 373 ~ 31.64%

%25.2
%43.16
%31.64

CMYK color model

#5EA176 color CMYK value is (42,0,27,37).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(42,0,27,37)
C42M0Y27K37 
(42%,0%,27%,37%)
(0.42/0.00/0.27/0.37)	

CMYK percentages

%41.61
%0
%26.71
%36.86

Codes

Color #5EA176 in popluar color models

5EA176
RGB94161118
HSL141°26.27%50.00%
HSB/HSV141°41.61%63.14%
CMYK41.61%0.00%26.71%
36.86%

Color #5EA176 in popluar number systems.

HEX5EA176
Decimal94161118
Binary1011110101000011110110
Octal136241166

Shades and tints

Shades of #5EA176

#5EA176
(94,161,118)
#56936C
(86,147,108)
#4E8562
(78,133,98)
#467758
(70,119,88)
#3E694E
(62,105,78)
#365B44
(54,91,68)
#2E4D3A
(46,77,58)
#263F30
(38,63,48)
#1E3126
(30,49,38)
#16231C
(22,35,28)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #5EA176

#5EA176
(94,161,118)
#6CA982
(108,169,130)
#7AB18E
(122,177,142)
#88B99A
(136,185,154)
#96C1A6
(150,193,166)
#A4C9B2
(164,201,178)
#B2D1BE
(178,209,190)
#C0D9CA
(192,217,202)
#CEE1D6
(206,225,214)
#DCE9E2
(220,233,226)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA176 color. Also use rgb(94,161,118) instead hex code.

Text Font Color

.myTextColor { color: #5EA176; }

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

This text font color is #5EA176.


Background Color

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

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

This div background color is #5EA176.


Border color

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

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

This div border color is #5EA176.


Opacity

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

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

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

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

This text has shadow with #5EA176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA176 on black background.


Color preview on white background

This text has color #5EA176 on white background.



Black color preview on #5EA176 background

This text has black color on #5EA176 background.


White color preview on #5EA176 background

This text has white color on #5EA176 background.