COLOR #5E8F78

HEX: #5E8F78
RGB: (94,143,120)

Color info

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

RGB color model

#5E8F78 color RGB value is (94,143,120).

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

RGB channels and saturation

R 94 of 255 = 37%
G 143 of 255 = 56%
B 120 of 255 = 47%

94
143
120

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

Portions of RGB colors in percentages

R + G + B =
94 + 143 + 120 = 357 (100%)
R 94 of 357 ~ 26.33%
G 143 of 357 ~ 40.06%
B 120 of 357 ~ 33.61%

%26.33
%40.06
%33.61

CMYK color model

#5E8F78 color CMYK value is (34,0,16,44).

  • cyan value is 34.27%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 43.92%
CMYK:
(34,0,16,44)
C34M0Y16K44 
(34%,0%,16%,44%)
(0.34/0.00/0.16/0.44)	

CMYK percentages

%34.27
%0
%16.08
%43.92

Codes

Color #5E8F78 in popluar color models

5E8F78
RGB94143120
HSL152°20.68%46.47%
HSB/HSV152°34.27%56.08%
CMYK34.27%0.00%16.08%
43.92%

Color #5E8F78 in popluar number systems.

HEX5E8F78
Decimal94143120
Binary1011110100011111111000
Octal136217170

Shades and tints

Shades of #5E8F78

#5E8F78
(94,143,120)
#56826E
(86,130,110)
#4E7564
(78,117,100)
#46685A
(70,104,90)
#3E5B50
(62,91,80)
#364E46
(54,78,70)
#2E413C
(46,65,60)
#263432
(38,52,50)
#1E2728
(30,39,40)
#161A1E
(22,26,30)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #5E8F78

#5E8F78
(94,143,120)
#6C9984
(108,153,132)
#7AA390
(122,163,144)
#88AD9C
(136,173,156)
#96B7A8
(150,183,168)
#A4C1B4
(164,193,180)
#B2CBC0
(178,203,192)
#C0D5CC
(192,213,204)
#CEDFD8
(206,223,216)
#DCE9E4
(220,233,228)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8F78; }

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

This text font color is #5E8F78.


Background Color

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

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

This div background color is #5E8F78.


Border color

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

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

This div border color is #5E8F78.


Opacity

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

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

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

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

This text has shadow with #5E8F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8F78 on black background.


Color preview on white background

This text has color #5E8F78 on white background.



Black color preview on #5E8F78 background

This text has black color on #5E8F78 background.


White color preview on #5E8F78 background

This text has white color on #5E8F78 background.