COLOR #5EA876

HEX: #5EA876
RGB: (94,168,118)

Color info

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

RGB color model

#5EA876 color RGB value is (94,168,118).

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

RGB channels and saturation

R 94 of 255 = 37%
G 168 of 255 = 66%
B 118 of 255 = 46%

94
168
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 168 + 118 = 380 (100%)
R 94 of 380 ~ 24.74%
G 168 of 380 ~ 44.21%
B 118 of 380 ~ 31.05%

%24.74
%44.21
%31.05

CMYK color model

#5EA876 color CMYK value is (44,0,30,34).

  • cyan value is 44.05%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(44,0,30,34)
C44M0Y30K34 
(44%,0%,30%,34%)
(0.44/0.00/0.30/0.34)	

CMYK percentages

%44.05
%0
%29.76
%34.12

Codes

Color #5EA876 in popluar color models

5EA876
RGB94168118
HSL139°29.84%51.37%
HSB/HSV139°44.05%65.88%
CMYK44.05%0.00%29.76%
34.12%

Color #5EA876 in popluar number systems.

HEX5EA876
Decimal94168118
Binary1011110101010001110110
Octal136250166

Shades and tints

Shades of #5EA876

#5EA876
(94,168,118)
#56996C
(86,153,108)
#4E8A62
(78,138,98)
#467B58
(70,123,88)
#3E6C4E
(62,108,78)
#365D44
(54,93,68)
#2E4E3A
(46,78,58)
#263F30
(38,63,48)
#1E3026
(30,48,38)
#16211C
(22,33,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #5EA876

#5EA876
(94,168,118)
#6CAF82
(108,175,130)
#7AB68E
(122,182,142)
#88BD9A
(136,189,154)
#96C4A6
(150,196,166)
#A4CBB2
(164,203,178)
#B2D2BE
(178,210,190)
#C0D9CA
(192,217,202)
#CEE0D6
(206,224,214)
#DCE7E2
(220,231,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EA876; }

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

This text font color is #5EA876.


Background Color

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

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

This div background color is #5EA876.


Border color

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

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

This div border color is #5EA876.


Opacity

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

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

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

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

This text has shadow with #5EA876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA876 on black background.


Color preview on white background

This text has color #5EA876 on white background.



Black color preview on #5EA876 background

This text has black color on #5EA876 background.


White color preview on #5EA876 background

This text has white color on #5EA876 background.