COLOR #4E8172

HEX: #4E8172 RGB: (78,129,114)

Color info

#4E8172 contains red, green and blue colors in about the same proportion. Web safe color of #4E8172 is #669966 (or #696).

RGB color model

#4E8172 color RGB value is (78,129,114).

RGB: (78,129,114) (31%, 51%, 45%)

RGB channels and saturation

R 78 of 255 = 31%
G 129 of 255 = 51%
B 114 of 255 = 45%

78
129
114

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

Portions of RGB colors in percentages

R + G + B = 78 + 129 + 114 = 321 (100%)
R 78 of 321 ~ 24.3%
G 129 of 321 ~ 40.19%
B 114 of 321 ~ 35.51'%

%24.3
%40.19
%35.51

CMYK color model

#4E8172 color CMYK value is (40,0,12,49).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 49.41%

CMYK: (40,0,12,49)
C40M0Y12K49 (40%, 0%, 12%, 49%)
(0.40 / 0.00 / 0.12 / 0.49)

CMYK percentages

%39.53
%0
%11.63
%49.41

Codes

Color #4E8172 in popluar color models

4E 81 72
RGB 78 129 114
HSL 162° 24.64% 40.59%
HSB/HSV 162° 39.53% 50.59%
CMYK 39.53% 0.00% 11.63%
49.41%

Color #4E8172 in popluar number systems.

HEX 4E 81 72
Decimal 78 129 114
Binary 1001110 10000001 1110010
Octal 116 201 162

Shades and tints

Shades of #4E8172

#4E8172
(78,129,114)
#477668
(71,118,104)
#406B5E
(64,107,94)
#396054
(57,96,84)
#32554A
(50,85,74)
#2B4A40
(43,74,64)
#243F36
(36,63,54)
#1D342C
(29,52,44)
#162922
(22,41,34)
#0F1E18
(15,30,24)
#08130E
(8,19,14)
#000000
(0,0,0)

Tints of #4E8172

#4E8172
(78,129,114)
#5E8C7E
(94,140,126)
#6E978A
(110,151,138)
#7EA296
(126,162,150)
#8EADA2
(142,173,162)
#9EB8AE
(158,184,174)
#AEC3BA
(174,195,186)
#BECEC6
(190,206,198)
#CED9D2
(206,217,210)
#DEE4DE
(222,228,222)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8172 color. Also use rgb(78,129,114) instead hex code.

Text Font Color

.myTextColor { color: #4E8172; }

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

This text font color is #4E8172.

Background Color

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

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

This div background color is #4E8172.

Border color

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

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

This div border color is #4E8172.

Opacity

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

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

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

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

This text has shadow with #4E8172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8172.

Preview

Color preview on black background

This text has color #4E8172 on black background.


Color preview on white background

This text has color #4E8172 on white background.


Black color preview on #4E8172 background

This text has black color on #4E8172 background.


White color preview on #4E8172 background

This text has white color on #4E8172 background.


Related colors

Complementary color

Complementary color for #hex is #B17E8D.


I love getcolorcode.com

Triadic colors

1 #724E81 and #81724E with #4E8172 are triadic colors.

2 #72814E and #814E72 with #4E8172 are triadic colors.