COLOR #4E8449

HEX: #4E8449
RGB: (78,132,73)

Color info

#4E8449 contains red, green and blue colors in about the same proportion. Web safe color of #4E8449 is #669933 (or #693).

RGB color model

#4E8449 color RGB value is (78,132,73).

  • red value is 78;
  • green value is 132;
  • blue value is 73.
RGB:
(78,132,73)
(31%,52%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 132 of 255 = 52%
B 73 of 255 = 29%

78
132
73

R + G + B ~ 37%. #4E8449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 132 + 73 = 283 (100%)
R 78 of 283 ~ 27.56%
G 132 of 283 ~ 46.64%
B 73 of 283 ~ 25.8%

%27.56
%46.64
%25.8

CMYK color model

#4E8449 color CMYK value is (41,0,45,48).

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 44.70%
  • key color value is 48.24%
CMYK:
(41,0,45,48)
C41M0Y45K48 
(41%,0%,45%,48%)
(0.41/0.00/0.45/0.48)	

CMYK percentages

%40.91
%0
%44.7
%48.24

Codes

Color #4E8449 in popluar color models

4E8449
RGB7813273
HSL115°28.78%40.20%
HSB/HSV115°44.70%51.76%
CMYK40.91%0.00%44.70%
48.24%

Color #4E8449 in popluar number systems.

HEX4E8449
Decimal7813273
Binary1001110100001001001001
Octal116204111

Shades and tints

Shades of #4E8449

#4E8449
(78,132,73)
#477843
(71,120,67)
#406C3D
(64,108,61)
#396037
(57,96,55)
#325431
(50,84,49)
#2B482B
(43,72,43)
#243C25
(36,60,37)
#1D301F
(29,48,31)
#162419
(22,36,25)
#0F1813
(15,24,19)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #4E8449

#4E8449
(78,132,73)
#5E8F59
(94,143,89)
#6E9A69
(110,154,105)
#7EA579
(126,165,121)
#8EB089
(142,176,137)
#9EBB99
(158,187,153)
#AEC6A9
(174,198,169)
#BED1B9
(190,209,185)
#CEDCC9
(206,220,201)
#DEE7D9
(222,231,217)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8449 color. Also use rgb(78,132,73) instead hex code.

Text Font Color

.myTextColor { color: #4E8449; }

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

This text font color is #4E8449.


Background Color

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

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

This div background color is #4E8449.


Border color

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

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

This div border color is #4E8449.


Opacity

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

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

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

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

This text has shadow with #4E8449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8449 on black background.


Color preview on white background

This text has color #4E8449 on white background.



Black color preview on #4E8449 background

This text has black color on #4E8449 background.


White color preview on #4E8449 background

This text has white color on #4E8449 background.