COLOR #4E8250

HEX: #4E8250
RGB: (78,130,80)

Color info

#4E8250 contains red, green and blue colors in about the same proportion. Web safe color of #4E8250 is #669966 (or #696).

RGB color model

#4E8250 color RGB value is (78,130,80).

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

RGB channels and saturation

R 78 of 255 = 31%
G 130 of 255 = 51%
B 80 of 255 = 31%

78
130
80

R + G + B ~ 38%. #4E8250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 130 + 80 = 288 (100%)
R 78 of 288 ~ 27.08%
G 130 of 288 ~ 45.14%
B 80 of 288 ~ 27.78%

%27.08
%45.14
%27.78

CMYK color model

#4E8250 color CMYK value is (40,0,38,49).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(40,0,38,49)
C40M0Y38K49 
(40%,0%,38%,49%)
(0.40/0.00/0.38/0.49)	

CMYK percentages

%40
%0
%38.46
%49.02

Codes

Color #4E8250 in popluar color models

4E8250
RGB7813080
HSL122°25.00%40.78%
HSB/HSV122°40.00%50.98%
CMYK40.00%0.00%38.46%
49.02%

Color #4E8250 in popluar number systems.

HEX4E8250
Decimal7813080
Binary1001110100000101010000
Octal116202120

Shades and tints

Shades of #4E8250

#4E8250
(78,130,80)
#477749
(71,119,73)
#406C42
(64,108,66)
#39613B
(57,97,59)
#325634
(50,86,52)
#2B4B2D
(43,75,45)
#244026
(36,64,38)
#1D351F
(29,53,31)
#162A18
(22,42,24)
#0F1F11
(15,31,17)
#08140A
(8,20,10)
#000000
(0,0,0)

Tints of #4E8250

#4E8250
(78,130,80)
#5E8D5F
(94,141,95)
#6E986E
(110,152,110)
#7EA37D
(126,163,125)
#8EAE8C
(142,174,140)
#9EB99B
(158,185,155)
#AEC4AA
(174,196,170)
#BECFB9
(190,207,185)
#CEDAC8
(206,218,200)
#DEE5D7
(222,229,215)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8250; }

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

This text font color is #4E8250.


Background Color

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

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

This div background color is #4E8250.


Border color

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

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

This div border color is #4E8250.


Opacity

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

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

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

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

This text has shadow with #4E8250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E8250 on black background.


Color preview on white background

This text has color #4E8250 on white background.



Black color preview on #4E8250 background

This text has black color on #4E8250 background.


White color preview on #4E8250 background

This text has white color on #4E8250 background.