COLOR #4E8959

HEX: #4E8959 RGB: (78,137,89)

Color info

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

RGB color model

#4E8959 color RGB value is (78,137,89).

RGB: (78,137,89) (31%, 54%, 35%)

RGB channels and saturation

R 78 of 255 = 31%
G 137 of 255 = 54%
B 89 of 255 = 35%

78
137
89

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

Portions of RGB colors in percentages

R + G + B = 78 + 137 + 89 = 304 (100%)
R 78 of 304 ~ 25.66%
G 137 of 304 ~ 45.07%
B 89 of 304 ~ 29.28'%

%25.66
%45.07
%29.28

CMYK color model

#4E8959 color CMYK value is (43,0,35,46).

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

CMYK: (43,0,35,46)
C43M0Y35K46 (43%, 0%, 35%, 46%)
(0.43 / 0.00 / 0.35 / 0.46)

CMYK percentages

%43.07
%0
%35.04
%46.27

Codes

Color #4E8959 in popluar color models

4E 89 59
RGB 78 137 89
HSL 131° 27.44% 42.16%
HSB/HSV 131° 43.07% 53.73%
CMYK 43.07% 0.00% 35.04%
46.27%

Color #4E8959 in popluar number systems.

HEX 4E 89 59
Decimal 78 137 89
Binary 1001110 10001001 1011001
Octal 116 211 131

Shades and tints

Shades of #4E8959

#4E8959
(78,137,89)
#477D51
(71,125,81)
#407149
(64,113,73)
#396541
(57,101,65)
#325939
(50,89,57)
#2B4D31
(43,77,49)
#244129
(36,65,41)
#1D3521
(29,53,33)
#162919
(22,41,25)
#0F1D11
(15,29,17)
#081109
(8,17,9)
#000000
(0,0,0)

Tints of #4E8959

#4E8959
(78,137,89)
#5E9368
(94,147,104)
#6E9D77
(110,157,119)
#7EA786
(126,167,134)
#8EB195
(142,177,149)
#9EBBA4
(158,187,164)
#AEC5B3
(174,197,179)
#BECFC2
(190,207,194)
#CED9D1
(206,217,209)
#DEE3E0
(222,227,224)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8959; }

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

This text font color is #4E8959.

Background Color

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

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

This div background color is #4E8959.

Border color

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

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

This div border color is #4E8959.

Opacity

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

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

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

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

This text has shadow with #4E8959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8959.

Preview

Color preview on black background

This text has color #4E8959 on black background.


Color preview on white background

This text has color #4E8959 on white background.


Black color preview on #4E8959 background

This text has black color on #4E8959 background.


White color preview on #4E8959 background

This text has white color on #4E8959 background.


Related colors

Complementary color

Complementary color for #hex is #B176A6.


I love getcolorcode.com

Triadic colors

1 #594E89 and #89594E with #4E8959 are triadic colors.

2 #59894E and #894E59 with #4E8959 are triadic colors.