COLOR #4E8730

HEX: #4E8730
RGB: (78,135,48)

Color info

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

RGB color model

#4E8730 color RGB value is (78,135,48).

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

RGB channels and saturation

R 78 of 255 = 31%
G 135 of 255 = 53%
B 48 of 255 = 19%

78
135
48

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

Portions of RGB colors in percentages

R + G + B =
78 + 135 + 48 = 261 (100%)
R 78 of 261 ~ 29.89%
G 135 of 261 ~ 51.72%
B 48 of 261 ~ 18.39%

%29.89
%51.72
%18.39

CMYK color model

#4E8730 color CMYK value is (42,0,64,47).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 64.44%
  • key color value is 47.06%
CMYK:
(42,0,64,47)
C42M0Y64K47 
(42%,0%,64%,47%)
(0.42/0.00/0.64/0.47)	

CMYK percentages

%42.22
%0
%64.44
%47.06

Codes

Color #4E8730 in popluar color models

4E8730
RGB7813548
HSL99°47.54%35.88%
HSB/HSV99°64.44%52.94%
CMYK42.22%0.00%64.44%
47.06%

Color #4E8730 in popluar number systems.

HEX4E8730
Decimal7813548
Binary100111010000111110000
Octal11620760

Shades and tints

Shades of #4E8730

#4E8730
(78,135,48)
#477B2C
(71,123,44)
#406F28
(64,111,40)
#396324
(57,99,36)
#325720
(50,87,32)
#2B4B1C
(43,75,28)
#243F18
(36,63,24)
#1D3314
(29,51,20)
#162710
(22,39,16)
#0F1B0C
(15,27,12)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #4E8730

#4E8730
(78,135,48)
#5E9142
(94,145,66)
#6E9B54
(110,155,84)
#7EA566
(126,165,102)
#8EAF78
(142,175,120)
#9EB98A
(158,185,138)
#AEC39C
(174,195,156)
#BECDAE
(190,205,174)
#CED7C0
(206,215,192)
#DEE1D2
(222,225,210)
#EEEBE4
(238,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8730; }

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

This text font color is #4E8730.


Background Color

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

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

This div background color is #4E8730.


Border color

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

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

This div border color is #4E8730.


Opacity

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

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

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

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

This text has shadow with #4E8730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8730 on black background.


Color preview on white background

This text has color #4E8730 on white background.



Black color preview on #4E8730 background

This text has black color on #4E8730 background.


White color preview on #4E8730 background

This text has white color on #4E8730 background.