COLOR #4E8241

HEX: #4E8241
RGB: (78,130,65)

Color info

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

RGB color model

#4E8241 color RGB value is (78,130,65).

  • red value is 78;
  • green value is 130;
  • blue value is 65.
RGB:
(78,130,65)
(31%,51%,25%)

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 65 of 255 = 25%

78
130
65

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

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 65 = 273 (100%)
R 78 of 273 ~ 28.57%
G 130 of 273 ~ 47.62%
B 65 of 273 ~ 23.81%

%28.57
%47.62
%23.81

CMYK color model

#4E8241 color CMYK value is (40,0,50,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 49.02%
CMYK:
(40,0,50,49)
C40M0Y50K49 
(40%,0%,50%,49%)
(0.40/0.00/0.50/0.49)	

CMYK percentages

%40
%0
%50
%49.02

Codes

Color #4E8241 in popluar color models

4E8241
RGB7813065
HSL108°33.33%38.24%
HSB/HSV108°50.00%50.98%
CMYK40.00%0.00%50.00%
49.02%

Color #4E8241 in popluar number systems.

HEX4E8241
Decimal7813065
Binary1001110100000101000001
Octal116202101

Shades and tints

Shades of #4E8241

#4E8241
(78,130,65)
#47773C
(71,119,60)
#406C37
(64,108,55)
#396132
(57,97,50)
#32562D
(50,86,45)
#2B4B28
(43,75,40)
#244023
(36,64,35)
#1D351E
(29,53,30)
#162A19
(22,42,25)
#0F1F14
(15,31,20)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #4E8241

#4E8241
(78,130,65)
#5E8D52
(94,141,82)
#6E9863
(110,152,99)
#7EA374
(126,163,116)
#8EAE85
(142,174,133)
#9EB996
(158,185,150)
#AEC4A7
(174,196,167)
#BECFB8
(190,207,184)
#CEDAC9
(206,218,201)
#DEE5DA
(222,229,218)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E8241 color. Also use rgb(78,130,65) instead hex code.

Text Font Color

.myTextColor { color: #4E8241; }

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

This text font color is #4E8241.


Background Color

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

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

This div background color is #4E8241.


Border color

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

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

This div border color is #4E8241.


Opacity

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

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

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

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

This text has shadow with #4E8241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8241 on black background.


Color preview on white background

This text has color #4E8241 on white background.



Black color preview on #4E8241 background

This text has black color on #4E8241 background.


White color preview on #4E8241 background

This text has white color on #4E8241 background.