COLOR #4E8166

HEX: #4E8166 RGB: (78,129,102)

Color info

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

RGB color model

#4E8166 color RGB value is (78,129,102).

RGB: (78,129,102) (31%, 51%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 129 of 255 = 51%
B 102 of 255 = 40%

78
129
102

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

Portions of RGB colors in percentages

R + G + B = 78 + 129 + 102 = 309 (100%)
R 78 of 309 ~ 25.24%
G 129 of 309 ~ 41.75%
B 102 of 309 ~ 33.01'%

%25.24
%41.75
%33.01

CMYK color model

#4E8166 color CMYK value is (40,0,21,49).

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

CMYK: (40,0,21,49)
C40M0Y21K49 (40%, 0%, 21%, 49%)
(0.40 / 0.00 / 0.21 / 0.49)

CMYK percentages

%39.53
%0
%20.93
%49.41

Codes

Color #4E8166 in popluar color models

4E 81 66
RGB 78 129 102
HSL 148° 24.64% 40.59%
HSB/HSV 148° 39.53% 50.59%
CMYK 39.53% 0.00% 20.93%
49.41%

Color #4E8166 in popluar number systems.

HEX 4E 81 66
Decimal 78 129 102
Binary 1001110 10000001 1100110
Octal 116 201 146

Shades and tints

Shades of #4E8166

#4E8166
(78,129,102)
#47765D
(71,118,93)
#406B54
(64,107,84)
#39604B
(57,96,75)
#325542
(50,85,66)
#2B4A39
(43,74,57)
#243F30
(36,63,48)
#1D3427
(29,52,39)
#16291E
(22,41,30)
#0F1E15
(15,30,21)
#08130C
(8,19,12)
#000000
(0,0,0)

Tints of #4E8166

#4E8166
(78,129,102)
#5E8C73
(94,140,115)
#6E9780
(110,151,128)
#7EA28D
(126,162,141)
#8EAD9A
(142,173,154)
#9EB8A7
(158,184,167)
#AEC3B4
(174,195,180)
#BECEC1
(190,206,193)
#CED9CE
(206,217,206)
#DEE4DB
(222,228,219)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8166; }

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

This text font color is #4E8166.

Background Color

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

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

This div background color is #4E8166.

Border color

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

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

This div border color is #4E8166.

Opacity

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

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

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

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

This text has shadow with #4E8166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8166.

Preview

Color preview on black background

This text has color #4E8166 on black background.


Color preview on white background

This text has color #4E8166 on white background.


Black color preview on #4E8166 background

This text has black color on #4E8166 background.


White color preview on #4E8166 background

This text has white color on #4E8166 background.


Related colors

Complementary color

Complementary color for #hex is #B17E99.


I love getcolorcode.com

Triadic colors

1 #664E81 and #81664E with #4E8166 are triadic colors.

2 #66814E and #814E66 with #4E8166 are triadic colors.