COLOR #4E8E34

HEX: #4E8E34
RGB: (78,142,52)

Color info

#4E8E34 contains mainly green color. Web safe color of #4E8E34 is #669933 (or #693).

RGB color model

#4E8E34 color RGB value is (78,142,52).

  • red value is 78;
  • green value is 142;
  • blue value is 52.
RGB:
(78,142,52)
(31%,56%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 142 of 255 = 56%
B 52 of 255 = 20%

78
142
52

R + G + B ~ 36%. #4E8E34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 142 + 52 = 272 (100%)
R 78 of 272 ~ 28.68%
G 142 of 272 ~ 52.21%
B 52 of 272 ~ 19.12%

%28.68
%52.21
%19.12

CMYK color model

#4E8E34 color CMYK value is (45,0,63,44).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 63.38%
  • key color value is 44.31%
CMYK:
(45,0,63,44)
C45M0Y63K44 
(45%,0%,63%,44%)
(0.45/0.00/0.63/0.44)	

CMYK percentages

%45.07
%0
%63.38
%44.31

Codes

Color #4E8E34 in popluar color models

4E8E34
RGB7814252
HSL103°46.39%38.04%
HSB/HSV103°63.38%55.69%
CMYK45.07%0.00%63.38%
44.31%

Color #4E8E34 in popluar number systems.

HEX4E8E34
Decimal7814252
Binary100111010001110110100
Octal11621664

Shades and tints

Shades of #4E8E34

#4E8E34
(78,142,52)
#478230
(71,130,48)
#40762C
(64,118,44)
#396A28
(57,106,40)
#325E24
(50,94,36)
#2B5220
(43,82,32)
#24461C
(36,70,28)
#1D3A18
(29,58,24)
#162E14
(22,46,20)
#0F2210
(15,34,16)
#08160C
(8,22,12)
#000000
(0,0,0)

Tints of #4E8E34

#4E8E34
(78,142,52)
#5E9846
(94,152,70)
#6EA258
(110,162,88)
#7EAC6A
(126,172,106)
#8EB67C
(142,182,124)
#9EC08E
(158,192,142)
#AECAA0
(174,202,160)
#BED4B2
(190,212,178)
#CEDEC4
(206,222,196)
#DEE8D6
(222,232,214)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8E34 color. Also use rgb(78,142,52) instead hex code.

Text Font Color

.myTextColor { color: #4E8E34; }

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

This text font color is #4E8E34.


Background Color

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

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

This div background color is #4E8E34.


Border color

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

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

This div border color is #4E8E34.


Opacity

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

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

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

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

This text has shadow with #4E8E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8E34 on black background.


Color preview on white background

This text has color #4E8E34 on white background.



Black color preview on #4E8E34 background

This text has black color on #4E8E34 background.


White color preview on #4E8E34 background

This text has white color on #4E8E34 background.