COLOR #4E8A5E

HEX: #4E8A5E
RGB: (78,138,94)

Color info

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

RGB color model

#4E8A5E color RGB value is (78,138,94).

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

RGB channels and saturation

R 78 of 255 = 31%
G 138 of 255 = 54%
B 94 of 255 = 37%

78
138
94

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

Portions of RGB colors in percentages

R + G + B =
78 + 138 + 94 = 310 (100%)
R 78 of 310 ~ 25.16%
G 138 of 310 ~ 44.52%
B 94 of 310 ~ 30.32%

%25.16
%44.52
%30.32

CMYK color model

#4E8A5E color CMYK value is (43,0,32,46).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 31.88%
  • key color value is 45.88%
CMYK:
(43,0,32,46)
C43M0Y32K46 
(43%,0%,32%,46%)
(0.43/0.00/0.32/0.46)	

CMYK percentages

%43.48
%0
%31.88
%45.88

Codes

Color #4E8A5E in popluar color models

4E8A5E
RGB7813894
HSL136°27.78%42.35%
HSB/HSV136°43.48%54.12%
CMYK43.48%0.00%31.88%
45.88%

Color #4E8A5E in popluar number systems.

HEX4E8A5E
Decimal7813894
Binary1001110100010101011110
Octal116212136

Shades and tints

Shades of #4E8A5E

#4E8A5E
(78,138,94)
#477E56
(71,126,86)
#40724E
(64,114,78)
#396646
(57,102,70)
#325A3E
(50,90,62)
#2B4E36
(43,78,54)
#24422E
(36,66,46)
#1D3626
(29,54,38)
#162A1E
(22,42,30)
#0F1E16
(15,30,22)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #4E8A5E

#4E8A5E
(78,138,94)
#5E946C
(94,148,108)
#6E9E7A
(110,158,122)
#7EA888
(126,168,136)
#8EB296
(142,178,150)
#9EBCA4
(158,188,164)
#AEC6B2
(174,198,178)
#BED0C0
(190,208,192)
#CEDACE
(206,218,206)
#DEE4DC
(222,228,220)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8A5E; }

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

This text font color is #4E8A5E.


Background Color

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

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

This div background color is #4E8A5E.


Border color

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

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

This div border color is #4E8A5E.


Opacity

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

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

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

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

This text has shadow with #4E8A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8A5E on black background.


Color preview on white background

This text has color #4E8A5E on white background.



Black color preview on #4E8A5E background

This text has black color on #4E8A5E background.


White color preview on #4E8A5E background

This text has white color on #4E8A5E background.