COLOR #5E8D6F

HEX: #5E8D6F
RGB: (94,141,111)

Color info

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

RGB color model

#5E8D6F color RGB value is (94,141,111).

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

RGB channels and saturation

R 94 of 255 = 37%
G 141 of 255 = 55%
B 111 of 255 = 44%

94
141
111

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

Portions of RGB colors in percentages

R + G + B =
94 + 141 + 111 = 346 (100%)
R 94 of 346 ~ 27.17%
G 141 of 346 ~ 40.75%
B 111 of 346 ~ 32.08%

%27.17
%40.75
%32.08

CMYK color model

#5E8D6F color CMYK value is (33,0,21,45).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 44.71%
CMYK:
(33,0,21,45)
C33M0Y21K45 
(33%,0%,21%,45%)
(0.33/0.00/0.21/0.45)	

CMYK percentages

%33.33
%0
%21.28
%44.71

Codes

Color #5E8D6F in popluar color models

5E8D6F
RGB94141111
HSL142°20.00%46.08%
HSB/HSV142°33.33%55.29%
CMYK33.33%0.00%21.28%
44.71%

Color #5E8D6F in popluar number systems.

HEX5E8D6F
Decimal94141111
Binary1011110100011011101111
Octal136215157

Shades and tints

Shades of #5E8D6F

#5E8D6F
(94,141,111)
#568165
(86,129,101)
#4E755B
(78,117,91)
#466951
(70,105,81)
#3E5D47
(62,93,71)
#36513D
(54,81,61)
#2E4533
(46,69,51)
#263929
(38,57,41)
#1E2D1F
(30,45,31)
#162115
(22,33,21)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #5E8D6F

#5E8D6F
(94,141,111)
#6C977C
(108,151,124)
#7AA189
(122,161,137)
#88AB96
(136,171,150)
#96B5A3
(150,181,163)
#A4BFB0
(164,191,176)
#B2C9BD
(178,201,189)
#C0D3CA
(192,211,202)
#CEDDD7
(206,221,215)
#DCE7E4
(220,231,228)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8D6F; }

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

This text font color is #5E8D6F.


Background Color

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

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

This div background color is #5E8D6F.


Border color

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

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

This div border color is #5E8D6F.


Opacity

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

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

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

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

This text has shadow with #5E8D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8D6F on black background.


Color preview on white background

This text has color #5E8D6F on white background.



Black color preview on #5E8D6F background

This text has black color on #5E8D6F background.


White color preview on #5E8D6F background

This text has white color on #5E8D6F background.