COLOR #5E876F

HEX: #5E876F
RGB: (94,135,111)

Color info

#5E876F contains red, green and blue colors in about the same proportion. Web safe color of #5E876F is #669966 (or #696).

RGB color model

#5E876F color RGB value is (94,135,111).

  • red value is 94;
  • green value is 135;
  • blue value is 111.
RGB:
(94,135,111)
(37%,53%,44%)

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 111 of 255 = 44%

94
135
111

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 111 = 340 (100%)
R 94 of 340 ~ 27.65%
G 135 of 340 ~ 39.71%
B 111 of 340 ~ 32.65%

%27.65
%39.71
%32.65

CMYK color model

#5E876F color CMYK value is (30,0,18,47).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(30,0,18,47)
C30M0Y18K47 
(30%,0%,18%,47%)
(0.30/0.00/0.18/0.47)	

CMYK percentages

%30.37
%0
%17.78
%47.06

Codes

Color #5E876F in popluar color models

5E876F
RGB94135111
HSL145°17.90%44.90%
HSB/HSV145°30.37%52.94%
CMYK30.37%0.00%17.78%
47.06%

Color #5E876F in popluar number systems.

HEX5E876F
Decimal94135111
Binary1011110100001111101111
Octal136207157

Shades and tints

Shades of #5E876F

#5E876F
(94,135,111)
#567B65
(86,123,101)
#4E6F5B
(78,111,91)
#466351
(70,99,81)
#3E5747
(62,87,71)
#364B3D
(54,75,61)
#2E3F33
(46,63,51)
#263329
(38,51,41)
#1E271F
(30,39,31)
#161B15
(22,27,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #5E876F

#5E876F
(94,135,111)
#6C917C
(108,145,124)
#7A9B89
(122,155,137)
#88A596
(136,165,150)
#96AFA3
(150,175,163)
#A4B9B0
(164,185,176)
#B2C3BD
(178,195,189)
#C0CDCA
(192,205,202)
#CED7D7
(206,215,215)
#DCE1E4
(220,225,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E876F color. Also use rgb(94,135,111) instead hex code.

Text Font Color

.myTextColor { color: #5E876F; }

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

This text font color is #5E876F.


Background Color

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

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

This div background color is #5E876F.


Border color

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

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

This div border color is #5E876F.


Opacity

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

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

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

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

This text has shadow with #5E876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E876F on black background.


Color preview on white background

This text has color #5E876F on white background.



Black color preview on #5E876F background

This text has black color on #5E876F background.


White color preview on #5E876F background

This text has white color on #5E876F background.