COLOR #4E8A7E

HEX: #4E8A7E
RGB: (78,138,126)

Color info

#4E8A7E contains mainly green and blue colors. Web safe color of #4E8A7E is #669966 (or #696).

RGB color model

#4E8A7E color RGB value is (78,138,126).

  • red value is 78;
  • green value is 138;
  • blue value is 126.
RGB:
(78,138,126)
(31%,54%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 138 of 255 = 54%
B 126 of 255 = 49%

78
138
126

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

Portions of RGB colors in percentages

R + G + B =
78 + 138 + 126 = 342 (100%)
R 78 of 342 ~ 22.81%
G 138 of 342 ~ 40.35%
B 126 of 342 ~ 36.84%

%22.81
%40.35
%36.84

CMYK color model

#4E8A7E color CMYK value is (43,0,9,46).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 45.88%
CMYK:
(43,0,9,46)
C43M0Y9K46 
(43%,0%,9%,46%)
(0.43/0.00/0.09/0.46)	

CMYK percentages

%43.48
%0
%8.7
%45.88

Codes

Color #4E8A7E in popluar color models

4E8A7E
RGB78138126
HSL168°27.78%42.35%
HSB/HSV168°43.48%54.12%
CMYK43.48%0.00%8.70%
45.88%

Color #4E8A7E in popluar number systems.

HEX4E8A7E
Decimal78138126
Binary1001110100010101111110
Octal116212176

Shades and tints

Shades of #4E8A7E

#4E8A7E
(78,138,126)
#477E73
(71,126,115)
#407268
(64,114,104)
#39665D
(57,102,93)
#325A52
(50,90,82)
#2B4E47
(43,78,71)
#24423C
(36,66,60)
#1D3631
(29,54,49)
#162A26
(22,42,38)
#0F1E1B
(15,30,27)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #4E8A7E

#4E8A7E
(78,138,126)
#5E9489
(94,148,137)
#6E9E94
(110,158,148)
#7EA89F
(126,168,159)
#8EB2AA
(142,178,170)
#9EBCB5
(158,188,181)
#AEC6C0
(174,198,192)
#BED0CB
(190,208,203)
#CEDAD6
(206,218,214)
#DEE4E1
(222,228,225)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8A7E color. Also use rgb(78,138,126) instead hex code.

Text Font Color

.myTextColor { color: #4E8A7E; }

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

This text font color is #4E8A7E.


Background Color

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

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

This div background color is #4E8A7E.


Border color

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

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

This div border color is #4E8A7E.


Opacity

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

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

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

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

This text has shadow with #4E8A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8A7E on black background.


Color preview on white background

This text has color #4E8A7E on white background.



Black color preview on #4E8A7E background

This text has black color on #4E8A7E background.


White color preview on #4E8A7E background

This text has white color on #4E8A7E background.