COLOR #4E8445

HEX: #4E8445
RGB: (78,132,69)

Color info

#4E8445 contains mainly red and green colors. Web safe color of #4E8445 is #669933 (or #693).

RGB color model

#4E8445 color RGB value is (78,132,69).

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

RGB channels and saturation

R 78 of 255 = 31%
G 132 of 255 = 52%
B 69 of 255 = 27%

78
132
69

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

Portions of RGB colors in percentages

R + G + B =
78 + 132 + 69 = 279 (100%)
R 78 of 279 ~ 27.96%
G 132 of 279 ~ 47.31%
B 69 of 279 ~ 24.73%

%27.96
%47.31
%24.73

CMYK color model

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

  • cyan value is 40.91%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 48.24%
CMYK:
(41,0,48,48)
C41M0Y48K48 
(41%,0%,48%,48%)
(0.41/0.00/0.48/0.48)	

CMYK percentages

%40.91
%0
%47.73
%48.24

Codes

Color #4E8445 in popluar color models

4E8445
RGB7813269
HSL111°31.34%39.41%
HSB/HSV111°47.73%51.76%
CMYK40.91%0.00%47.73%
48.24%

Color #4E8445 in popluar number systems.

HEX4E8445
Decimal7813269
Binary1001110100001001000101
Octal116204105

Shades and tints

Shades of #4E8445

#4E8445
(78,132,69)
#47783F
(71,120,63)
#406C39
(64,108,57)
#396033
(57,96,51)
#32542D
(50,84,45)
#2B4827
(43,72,39)
#243C21
(36,60,33)
#1D301B
(29,48,27)
#162415
(22,36,21)
#0F180F
(15,24,15)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #4E8445

#4E8445
(78,132,69)
#5E8F55
(94,143,85)
#6E9A65
(110,154,101)
#7EA575
(126,165,117)
#8EB085
(142,176,133)
#9EBB95
(158,187,149)
#AEC6A5
(174,198,165)
#BED1B5
(190,209,181)
#CEDCC5
(206,220,197)
#DEE7D5
(222,231,213)
#EEF2E5
(238,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8445; }

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

This text font color is #4E8445.


Background Color

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

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

This div background color is #4E8445.


Border color

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

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

This div border color is #4E8445.


Opacity

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

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

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

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

This text has shadow with #4E8445 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8445 on black background.


Color preview on white background

This text has color #4E8445 on white background.



Black color preview on #4E8445 background

This text has black color on #4E8445 background.


White color preview on #4E8445 background

This text has white color on #4E8445 background.