COLOR #4E8D7A

HEX: #4E8D7A
RGB: (78,141,122)

Color info

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

RGB color model

#4E8D7A color RGB value is (78,141,122).

  • red value is 78;
  • green value is 141;
  • blue value is 122.
RGB:
(78,141,122)
(31%,55%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 141 of 255 = 55%
B 122 of 255 = 48%

78
141
122

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

Portions of RGB colors in percentages

R + G + B =
78 + 141 + 122 = 341 (100%)
R 78 of 341 ~ 22.87%
G 141 of 341 ~ 41.35%
B 122 of 341 ~ 35.78%

%22.87
%41.35
%35.78

CMYK color model

#4E8D7A color CMYK value is (45,0,13,45).

  • cyan value is 44.68%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(45,0,13,45)
C45M0Y13K45 
(45%,0%,13%,45%)
(0.45/0.00/0.13/0.45)	

CMYK percentages

%44.68
%0
%13.48
%44.71

Codes

Color #4E8D7A in popluar color models

4E8D7A
RGB78141122
HSL162°28.77%42.94%
HSB/HSV162°44.68%55.29%
CMYK44.68%0.00%13.48%
44.71%

Color #4E8D7A in popluar number systems.

HEX4E8D7A
Decimal78141122
Binary1001110100011011111010
Octal116215172

Shades and tints

Shades of #4E8D7A

#4E8D7A
(78,141,122)
#47816F
(71,129,111)
#407564
(64,117,100)
#396959
(57,105,89)
#325D4E
(50,93,78)
#2B5143
(43,81,67)
#244538
(36,69,56)
#1D392D
(29,57,45)
#162D22
(22,45,34)
#0F2117
(15,33,23)
#08150C
(8,21,12)
#000000
(0,0,0)

Tints of #4E8D7A

#4E8D7A
(78,141,122)
#5E9786
(94,151,134)
#6EA192
(110,161,146)
#7EAB9E
(126,171,158)
#8EB5AA
(142,181,170)
#9EBFB6
(158,191,182)
#AEC9C2
(174,201,194)
#BED3CE
(190,211,206)
#CEDDDA
(206,221,218)
#DEE7E6
(222,231,230)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8D7A color. Also use rgb(78,141,122) instead hex code.

Text Font Color

.myTextColor { color: #4E8D7A; }

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

This text font color is #4E8D7A.


Background Color

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

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

This div background color is #4E8D7A.


Border color

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

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

This div border color is #4E8D7A.


Opacity

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

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

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

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

This text has shadow with #4E8D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8D7A on black background.


Color preview on white background

This text has color #4E8D7A on white background.



Black color preview on #4E8D7A background

This text has black color on #4E8D7A background.


White color preview on #4E8D7A background

This text has white color on #4E8D7A background.