COLOR #4E8F7A

HEX: #4E8F7A RGB: (78,143,122)

Color info

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

RGB color model

#4E8F7A color RGB value is (78,143,122).

RGB: (78,143,122) (31%, 56%, 48%)

RGB channels and saturation

R 78 of 255 = 31%
G 143 of 255 = 56%
B 122 of 255 = 48%

78
143
122

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

Portions of RGB colors in percentages

R + G + B = 78 + 143 + 122 = 343 (100%)
R 78 of 343 ~ 22.74%
G 143 of 343 ~ 41.69%
B 122 of 343 ~ 35.57'%

%22.74
%41.69
%35.57

CMYK color model

#4E8F7A color CMYK value is (45,0,15,44).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 43.92%

CMYK: (45,0,15,44)
C45M0Y15K44 (45%, 0%, 15%, 44%)
(0.45 / 0.00 / 0.15 / 0.44)

CMYK percentages

%45.45
%0
%14.69
%43.92

Codes

Color #4E8F7A in popluar color models

4E 8F 7A
RGB 78 143 122
HSL 161° 29.41% 43.33%
HSB/HSV 161° 45.45% 56.08%
CMYK 45.45% 0.00% 14.69%
43.92%

Color #4E8F7A in popluar number systems.

HEX 4E 8F 7A
Decimal 78 143 122
Binary 1001110 10001111 1111010
Octal 116 217 172

Shades and tints

Shades of #4E8F7A

#4E8F7A
(78,143,122)
#47826F
(71,130,111)
#407564
(64,117,100)
#396859
(57,104,89)
#325B4E
(50,91,78)
#2B4E43
(43,78,67)
#244138
(36,65,56)
#1D342D
(29,52,45)
#162722
(22,39,34)
#0F1A17
(15,26,23)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #4E8F7A

#4E8F7A
(78,143,122)
#5E9986
(94,153,134)
#6EA392
(110,163,146)
#7EAD9E
(126,173,158)
#8EB7AA
(142,183,170)
#9EC1B6
(158,193,182)
#AECBC2
(174,203,194)
#BED5CE
(190,213,206)
#CEDFDA
(206,223,218)
#DEE9E6
(222,233,230)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8F7A; }

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

This text font color is #4E8F7A.

Background Color

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

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

This div background color is #4E8F7A.

Border color

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

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

This div border color is #4E8F7A.

Opacity

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

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

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

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

This text has shadow with #4E8F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8F7A.

Preview

Color preview on black background

This text has color #4E8F7A on black background.


Color preview on white background

This text has color #4E8F7A on white background.


Black color preview on #4E8F7A background

This text has black color on #4E8F7A background.


White color preview on #4E8F7A background

This text has white color on #4E8F7A background.


Related colors

Complementary color

Complementary color for #hex is #B17085.


I love getcolorcode.com

Triadic colors

1 #7A4E8F and #8F7A4E with #4E8F7A are triadic colors.

2 #7A8F4E and #8F4E7A with #4E8F7A are triadic colors.