COLOR #4E978F

HEX: #4E978F
RGB: (78,151,143)

Color info

#4E978F contains mainly green and blue colors. Web safe color of #4E978F is #669999 (or #699).

RGB color model

#4E978F color RGB value is (78,151,143).

  • red value is 78;
  • green value is 151;
  • blue value is 143.
RGB:
(78,151,143)
(31%,59%,56%)

RGB channels and saturation

R 78 of 255 = 31%
G 151 of 255 = 59%
B 143 of 255 = 56%

78
151
143

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

Portions of RGB colors in percentages

R + G + B =
78 + 151 + 143 = 372 (100%)
R 78 of 372 ~ 20.97%
G 151 of 372 ~ 40.59%
B 143 of 372 ~ 38.44%

%20.97
%40.59
%38.44

CMYK color model

#4E978F color CMYK value is (48,0,5,41).

  • cyan value is 48.34%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK:
(48,0,5,41)
C48M0Y5K41 
(48%,0%,5%,41%)
(0.48/0.00/0.05/0.41)	

CMYK percentages

%48.34
%0
%5.3
%40.78

Codes

Color #4E978F in popluar color models

4E978F
RGB78151143
HSL173°31.88%44.90%
HSB/HSV173°48.34%59.22%
CMYK48.34%0.00%5.30%
40.78%

Color #4E978F in popluar number systems.

HEX4E978F
Decimal78151143
Binary10011101001011110001111
Octal116227217

Shades and tints

Shades of #4E978F

#4E978F
(78,151,143)
#478A82
(71,138,130)
#407D75
(64,125,117)
#397068
(57,112,104)
#32635B
(50,99,91)
#2B564E
(43,86,78)
#244941
(36,73,65)
#1D3C34
(29,60,52)
#162F27
(22,47,39)
#0F221A
(15,34,26)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #4E978F

#4E978F
(78,151,143)
#5EA099
(94,160,153)
#6EA9A3
(110,169,163)
#7EB2AD
(126,178,173)
#8EBBB7
(142,187,183)
#9EC4C1
(158,196,193)
#AECDCB
(174,205,203)
#BED6D5
(190,214,213)
#CEDFDF
(206,223,223)
#DEE8E9
(222,232,233)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E978F color. Also use rgb(78,151,143) instead hex code.

Text Font Color

.myTextColor { color: #4E978F; }

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

This text font color is #4E978F.


Background Color

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

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

This div background color is #4E978F.


Border color

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

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

This div border color is #4E978F.


Opacity

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

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

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

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

This text has shadow with #4E978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E978F on black background.


Color preview on white background

This text has color #4E978F on white background.



Black color preview on #4E978F background

This text has black color on #4E978F background.


White color preview on #4E978F background

This text has white color on #4E978F background.