COLOR #4E8A38

HEX: #4E8A38
RGB: (78,138,56)

Color info

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

RGB color model

#4E8A38 color RGB value is (78,138,56).

  • red value is 78;
  • green value is 138;
  • blue value is 56.
RGB:
(78,138,56)
(31%,54%,22%)

RGB channels and saturation

R 78 of 255 = 31%
G 138 of 255 = 54%
B 56 of 255 = 22%

78
138
56

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

Portions of RGB colors in percentages

R + G + B =
78 + 138 + 56 = 272 (100%)
R 78 of 272 ~ 28.68%
G 138 of 272 ~ 50.74%
B 56 of 272 ~ 20.59%

%28.68
%50.74
%20.59

CMYK color model

#4E8A38 color CMYK value is (43,0,59,46).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 59.42%
  • key color value is 45.88%
CMYK:
(43,0,59,46)
C43M0Y59K46 
(43%,0%,59%,46%)
(0.43/0.00/0.59/0.46)	

CMYK percentages

%43.48
%0
%59.42
%45.88

Codes

Color #4E8A38 in popluar color models

4E8A38
RGB7813856
HSL104°42.27%38.04%
HSB/HSV104°59.42%54.12%
CMYK43.48%0.00%59.42%
45.88%

Color #4E8A38 in popluar number systems.

HEX4E8A38
Decimal7813856
Binary100111010001010111000
Octal11621270

Shades and tints

Shades of #4E8A38

#4E8A38
(78,138,56)
#477E33
(71,126,51)
#40722E
(64,114,46)
#396629
(57,102,41)
#325A24
(50,90,36)
#2B4E1F
(43,78,31)
#24421A
(36,66,26)
#1D3615
(29,54,21)
#162A10
(22,42,16)
#0F1E0B
(15,30,11)
#081206
(8,18,6)
#000000
(0,0,0)

Tints of #4E8A38

#4E8A38
(78,138,56)
#5E944A
(94,148,74)
#6E9E5C
(110,158,92)
#7EA86E
(126,168,110)
#8EB280
(142,178,128)
#9EBC92
(158,188,146)
#AEC6A4
(174,198,164)
#BED0B6
(190,208,182)
#CEDAC8
(206,218,200)
#DEE4DA
(222,228,218)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8A38 color. Also use rgb(78,138,56) instead hex code.

Text Font Color

.myTextColor { color: #4E8A38; }

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

This text font color is #4E8A38.


Background Color

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

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

This div background color is #4E8A38.


Border color

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

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

This div border color is #4E8A38.


Opacity

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

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

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

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

This text has shadow with #4E8A38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8A38 on black background.


Color preview on white background

This text has color #4E8A38 on white background.



Black color preview on #4E8A38 background

This text has black color on #4E8A38 background.


White color preview on #4E8A38 background

This text has white color on #4E8A38 background.