COLOR #4E8151

HEX: #4E8151
RGB: (78,129,81)

Color info

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

RGB color model

#4E8151 color RGB value is (78,129,81).

  • red value is 78;
  • green value is 129;
  • blue value is 81.
RGB:
(78,129,81)
(31%,51%,32%)

RGB channels and saturation

R 78 of 255 = 31%
G 129 of 255 = 51%
B 81 of 255 = 32%

78
129
81

R + G + B ~ 38%. #4E8151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 129 + 81 = 288 (100%)
R 78 of 288 ~ 27.08%
G 129 of 288 ~ 44.79%
B 81 of 288 ~ 28.13%

%27.08
%44.79
%28.13

CMYK color model

#4E8151 color CMYK value is (40,0,37,49).

  • cyan value is 39.53%
  • magenta value is 0.00%
  • yellow value is 37.21%
  • key color value is 49.41%
CMYK:
(40,0,37,49)
C40M0Y37K49 
(40%,0%,37%,49%)
(0.40/0.00/0.37/0.49)	

CMYK percentages

%39.53
%0
%37.21
%49.41

Codes

Color #4E8151 in popluar color models

4E8151
RGB7812981
HSL124°24.64%40.59%
HSB/HSV124°39.53%50.59%
CMYK39.53%0.00%37.21%
49.41%

Color #4E8151 in popluar number systems.

HEX4E8151
Decimal7812981
Binary1001110100000011010001
Octal116201121

Shades and tints

Shades of #4E8151

#4E8151
(78,129,81)
#47764A
(71,118,74)
#406B43
(64,107,67)
#39603C
(57,96,60)
#325535
(50,85,53)
#2B4A2E
(43,74,46)
#243F27
(36,63,39)
#1D3420
(29,52,32)
#162919
(22,41,25)
#0F1E12
(15,30,18)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #4E8151

#4E8151
(78,129,81)
#5E8C60
(94,140,96)
#6E976F
(110,151,111)
#7EA27E
(126,162,126)
#8EAD8D
(142,173,141)
#9EB89C
(158,184,156)
#AEC3AB
(174,195,171)
#BECEBA
(190,206,186)
#CED9C9
(206,217,201)
#DEE4D8
(222,228,216)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8151; }

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

This text font color is #4E8151.


Background Color

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

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

This div background color is #4E8151.


Border color

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

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

This div border color is #4E8151.


Opacity

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

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

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

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

This text has shadow with #4E8151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8151 on black background.


Color preview on white background

This text has color #4E8151 on white background.



Black color preview on #4E8151 background

This text has black color on #4E8151 background.


White color preview on #4E8151 background

This text has white color on #4E8151 background.