COLOR #4E897F

HEX: #4E897F
RGB: (78,137,127)

Color info

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

RGB color model

#4E897F color RGB value is (78,137,127).

  • red value is 78;
  • green value is 137;
  • blue value is 127.
RGB:
(78,137,127)
(31%,54%,50%)

RGB channels and saturation

R 78 of 255 = 31%
G 137 of 255 = 54%
B 127 of 255 = 50%

78
137
127

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

Portions of RGB colors in percentages

R + G + B =
78 + 137 + 127 = 342 (100%)
R 78 of 342 ~ 22.81%
G 137 of 342 ~ 40.06%
B 127 of 342 ~ 37.13%

%22.81
%40.06
%37.13

CMYK color model

#4E897F color CMYK value is (43,0,7,46).

  • cyan value is 43.07%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 46.27%
CMYK:
(43,0,7,46)
C43M0Y7K46 
(43%,0%,7%,46%)
(0.43/0.00/0.07/0.46)	

CMYK percentages

%43.07
%0
%7.3
%46.27

Codes

Color #4E897F in popluar color models

4E897F
RGB78137127
HSL170°27.44%42.16%
HSB/HSV170°43.07%53.73%
CMYK43.07%0.00%7.30%
46.27%

Color #4E897F in popluar number systems.

HEX4E897F
Decimal78137127
Binary1001110100010011111111
Octal116211177

Shades and tints

Shades of #4E897F

#4E897F
(78,137,127)
#477D74
(71,125,116)
#407169
(64,113,105)
#39655E
(57,101,94)
#325953
(50,89,83)
#2B4D48
(43,77,72)
#24413D
(36,65,61)
#1D3532
(29,53,50)
#162927
(22,41,39)
#0F1D1C
(15,29,28)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #4E897F

#4E897F
(78,137,127)
#5E938A
(94,147,138)
#6E9D95
(110,157,149)
#7EA7A0
(126,167,160)
#8EB1AB
(142,177,171)
#9EBBB6
(158,187,182)
#AEC5C1
(174,197,193)
#BECFCC
(190,207,204)
#CED9D7
(206,217,215)
#DEE3E2
(222,227,226)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E897F color. Also use rgb(78,137,127) instead hex code.

Text Font Color

.myTextColor { color: #4E897F; }

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

This text font color is #4E897F.


Background Color

.myBgColor { background-color: #4E897F; }

<div style="background-color:#4E897F">Inner text</div>

This div background color is #4E897F.


Border color

.myBorderColor { border: 1px solid #4E897F; }

<div style="border:3px solid #4E897F">Div</div>

This div border color is #4E897F.


Opacity

.myOpacity80 { color: #4E897F; opacity: 0.8; }

<p style="color:#4E897F;opacity:0.8;">80%</p>

Text with #4E897F 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 #4E897F;}

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

This text has shadow with #4E897F color.

.textShadow {text-shadow: 3px 3px 1px #4E897F, 3px 3px 1px red;}

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

This text has shadow with #4E897F primary color and red secondary color.


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

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

This text has shadow with #4E897F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E897F on black background.


Color preview on white background

This text has color #4E897F on white background.



Black color preview on #4E897F background

This text has black color on #4E897F background.


White color preview on #4E897F background

This text has white color on #4E897F background.