COLOR #4E896D

HEX: #4E896D RGB: (78,137,109)

Color info

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

RGB color model

#4E896D color RGB value is (78,137,109).

RGB: (78,137,109) (31%, 54%, 43%)

RGB channels and saturation

R 78 of 255 = 31%
G 137 of 255 = 54%
B 109 of 255 = 43%

78
137
109

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

Portions of RGB colors in percentages

R + G + B = 78 + 137 + 109 = 324 (100%)
R 78 of 324 ~ 24.07%
G 137 of 324 ~ 42.28%
B 109 of 324 ~ 33.64'%

%24.07
%42.28
%33.64

CMYK color model

#4E896D color CMYK value is (43,0,20,46).

  • cyan value is 43.07%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 46.27%

CMYK: (43,0,20,46)
C43M0Y20K46 (43%, 0%, 20%, 46%)
(0.43 / 0.00 / 0.20 / 0.46)

CMYK percentages

%43.07
%0
%20.44
%46.27

Codes

Color #4E896D in popluar color models

4E 89 6D
RGB 78 137 109
HSL 152° 27.44% 42.16%
HSB/HSV 152° 43.07% 53.73%
CMYK 43.07% 0.00% 20.44%
46.27%

Color #4E896D in popluar number systems.

HEX 4E 89 6D
Decimal 78 137 109
Binary 1001110 10001001 1101101
Octal 116 211 155

Shades and tints

Shades of #4E896D

#4E896D
(78,137,109)
#477D64
(71,125,100)
#40715B
(64,113,91)
#396552
(57,101,82)
#325949
(50,89,73)
#2B4D40
(43,77,64)
#244137
(36,65,55)
#1D352E
(29,53,46)
#162925
(22,41,37)
#0F1D1C
(15,29,28)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #4E896D

#4E896D
(78,137,109)
#5E937A
(94,147,122)
#6E9D87
(110,157,135)
#7EA794
(126,167,148)
#8EB1A1
(142,177,161)
#9EBBAE
(158,187,174)
#AEC5BB
(174,197,187)
#BECFC8
(190,207,200)
#CED9D5
(206,217,213)
#DEE3E2
(222,227,226)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E896D color. Also use rgb(78,137,109) instead hex code.

Text Font Color

.myTextColor { color: #4E896D; }

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

This text font color is #4E896D.

Background Color

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

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

This div background color is #4E896D.

Border color

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

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

This div border color is #4E896D.

Opacity

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

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

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

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

This text has shadow with #4E896D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E896D.

Preview

Color preview on black background

This text has color #4E896D on black background.


Color preview on white background

This text has color #4E896D on white background.


Black color preview on #4E896D background

This text has black color on #4E896D background.


White color preview on #4E896D background

This text has white color on #4E896D background.


Related colors

Complementary color

Complementary color for #hex is #B17692.


I love getcolorcode.com

Triadic colors

1 #6D4E89 and #896D4E with #4E896D are triadic colors.

2 #6D894E and #894E6D with #4E896D are triadic colors.