COLOR #4E8A80

HEX: #4E8A80
RGB: (78,138,128)

Color info

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

RGB color model

#4E8A80 color RGB value is (78,138,128).

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

RGB channels and saturation

R 78 of 255 = 31%
G 138 of 255 = 54%
B 128 of 255 = 50%

78
138
128

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

Portions of RGB colors in percentages

R + G + B =
78 + 138 + 128 = 344 (100%)
R 78 of 344 ~ 22.67%
G 138 of 344 ~ 40.12%
B 128 of 344 ~ 37.21%

%22.67
%40.12
%37.21

CMYK color model

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

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

CMYK percentages

%43.48
%0
%7.25
%45.88

Codes

Color #4E8A80 in popluar color models

4E8A80
RGB78138128
HSL170°27.78%42.35%
HSB/HSV170°43.48%54.12%
CMYK43.48%0.00%7.25%
45.88%

Color #4E8A80 in popluar number systems.

HEX4E8A80
Decimal78138128
Binary10011101000101010000000
Octal116212200

Shades and tints

Shades of #4E8A80

#4E8A80
(78,138,128)
#477E75
(71,126,117)
#40726A
(64,114,106)
#39665F
(57,102,95)
#325A54
(50,90,84)
#2B4E49
(43,78,73)
#24423E
(36,66,62)
#1D3633
(29,54,51)
#162A28
(22,42,40)
#0F1E1D
(15,30,29)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #4E8A80

#4E8A80
(78,138,128)
#5E948B
(94,148,139)
#6E9E96
(110,158,150)
#7EA8A1
(126,168,161)
#8EB2AC
(142,178,172)
#9EBCB7
(158,188,183)
#AEC6C2
(174,198,194)
#BED0CD
(190,208,205)
#CEDAD8
(206,218,216)
#DEE4E3
(222,228,227)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8A80; }

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

This text font color is #4E8A80.


Background Color

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

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

This div background color is #4E8A80.


Border color

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

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

This div border color is #4E8A80.


Opacity

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

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

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

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

This text has shadow with #4E8A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8A80 on black background.


Color preview on white background

This text has color #4E8A80 on white background.



Black color preview on #4E8A80 background

This text has black color on #4E8A80 background.


White color preview on #4E8A80 background

This text has white color on #4E8A80 background.