COLOR #4E872D

HEX: #4E872D
RGB: (78,135,45)

Color info

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

RGB color model

#4E872D color RGB value is (78,135,45).

  • red value is 78;
  • green value is 135;
  • blue value is 45.
RGB:
(78,135,45)
(31%,53%,18%)

RGB channels and saturation

R 78 of 255 = 31%
G 135 of 255 = 53%
B 45 of 255 = 18%

78
135
45

R + G + B ~ 34%. #4E872D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 135 + 45 = 258 (100%)
R 78 of 258 ~ 30.23%
G 135 of 258 ~ 52.33%
B 45 of 258 ~ 17.44%

%30.23
%52.33
%17.44

CMYK color model

#4E872D color CMYK value is (42,0,67,47).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 47.06%
CMYK:
(42,0,67,47)
C42M0Y67K47 
(42%,0%,67%,47%)
(0.42/0.00/0.67/0.47)	

CMYK percentages

%42.22
%0
%66.67
%47.06

Codes

Color #4E872D in popluar color models

4E872D
RGB7813545
HSL98°50.00%35.29%
HSB/HSV98°66.67%52.94%
CMYK42.22%0.00%66.67%
47.06%

Color #4E872D in popluar number systems.

HEX4E872D
Decimal7813545
Binary100111010000111101101
Octal11620755

Shades and tints

Shades of #4E872D

#4E872D
(78,135,45)
#477B29
(71,123,41)
#406F25
(64,111,37)
#396321
(57,99,33)
#32571D
(50,87,29)
#2B4B19
(43,75,25)
#243F15
(36,63,21)
#1D3311
(29,51,17)
#16270D
(22,39,13)
#0F1B09
(15,27,9)
#080F05
(8,15,5)
#000000
(0,0,0)

Tints of #4E872D

#4E872D
(78,135,45)
#5E9140
(94,145,64)
#6E9B53
(110,155,83)
#7EA566
(126,165,102)
#8EAF79
(142,175,121)
#9EB98C
(158,185,140)
#AEC39F
(174,195,159)
#BECDB2
(190,205,178)
#CED7C5
(206,215,197)
#DEE1D8
(222,225,216)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E872D color. Also use rgb(78,135,45) instead hex code.

Text Font Color

.myTextColor { color: #4E872D; }

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

This text font color is #4E872D.


Background Color

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

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

This div background color is #4E872D.


Border color

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

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

This div border color is #4E872D.


Opacity

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

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

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

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

This text has shadow with #4E872D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E872D on black background.


Color preview on white background

This text has color #4E872D on white background.



Black color preview on #4E872D background

This text has black color on #4E872D background.


White color preview on #4E872D background

This text has white color on #4E872D background.