COLOR #5E8F6F

HEX: #5E8F6F
RGB: (94,143,111)

Color info

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

RGB color model

#5E8F6F color RGB value is (94,143,111).

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

RGB channels and saturation

R 94 of 255 = 37%
G 143 of 255 = 56%
B 111 of 255 = 44%

94
143
111

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

Portions of RGB colors in percentages

R + G + B =
94 + 143 + 111 = 348 (100%)
R 94 of 348 ~ 27.01%
G 143 of 348 ~ 41.09%
B 111 of 348 ~ 31.9%

%27.01
%41.09
%31.9

CMYK color model

#5E8F6F color CMYK value is (34,0,22,44).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 43.92%
CMYK:
(34,0,22,44)
C34M0Y22K44 
(34%,0%,22%,44%)
(0.34/0.00/0.22/0.44)	

CMYK percentages

%34.27
%0
%22.38
%43.92

Codes

Color #5E8F6F in popluar color models

5E8F6F
RGB94143111
HSL141°20.68%46.47%
HSB/HSV141°34.27%56.08%
CMYK34.27%0.00%22.38%
43.92%

Color #5E8F6F in popluar number systems.

HEX5E8F6F
Decimal94143111
Binary1011110100011111101111
Octal136217157

Shades and tints

Shades of #5E8F6F

#5E8F6F
(94,143,111)
#568265
(86,130,101)
#4E755B
(78,117,91)
#466851
(70,104,81)
#3E5B47
(62,91,71)
#364E3D
(54,78,61)
#2E4133
(46,65,51)
#263429
(38,52,41)
#1E271F
(30,39,31)
#161A15
(22,26,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E8F6F

#5E8F6F
(94,143,111)
#6C997C
(108,153,124)
#7AA389
(122,163,137)
#88AD96
(136,173,150)
#96B7A3
(150,183,163)
#A4C1B0
(164,193,176)
#B2CBBD
(178,203,189)
#C0D5CA
(192,213,202)
#CEDFD7
(206,223,215)
#DCE9E4
(220,233,228)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8F6F; }

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

This text font color is #5E8F6F.


Background Color

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

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

This div background color is #5E8F6F.


Border color

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

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

This div border color is #5E8F6F.


Opacity

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

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

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

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

This text has shadow with #5E8F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8F6F on black background.


Color preview on white background

This text has color #5E8F6F on white background.



Black color preview on #5E8F6F background

This text has black color on #5E8F6F background.


White color preview on #5E8F6F background

This text has white color on #5E8F6F background.