COLOR #4E830F

HEX: #4E830F
RGB: (78,131,15)

Color info

#4E830F contains mainly red and green colors. Web safe color of #4E830F is #669900 (or #690).

RGB color model

#4E830F color RGB value is (78,131,15).

  • red value is 78;
  • green value is 131;
  • blue value is 15.
RGB:
(78,131,15)
(31%,51%,6%)

RGB channels and saturation

R 78 of 255 = 31%
G 131 of 255 = 51%
B 15 of 255 = 6%

78
131
15

R + G + B ~ 29%. #4E830F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 131 + 15 = 224 (100%)
R 78 of 224 ~ 34.82%
G 131 of 224 ~ 58.48%
B 15 of 224 ~ 6.7%

%34.82
%58.48

CMYK color model

#4E830F color CMYK value is (40,0,89,49).

  • cyan value is 40.46%
  • magenta value is 0.00%
  • yellow value is 88.55%
  • key color value is 48.63%
CMYK:
(40,0,89,49)
C40M0Y89K49 
(40%,0%,89%,49%)
(0.40/0.00/0.89/0.49)	

CMYK percentages

%40.46
%0
%88.55
%48.63

Codes

Color #4E830F in popluar color models

4E830F
RGB7813115
HSL87°79.45%28.63%
HSB/HSV87°88.55%51.37%
CMYK40.46%0.00%88.55%
48.63%

Color #4E830F in popluar number systems.

HEX4E830F
Decimal7813115
Binary1001110100000111111
Octal11620317

Shades and tints

Shades of #4E830F

#4E830F
(78,131,15)
#47780E
(71,120,14)
#406D0D
(64,109,13)
#39620C
(57,98,12)
#32570B
(50,87,11)
#2B4C0A
(43,76,10)
#244109
(36,65,9)
#1D3608
(29,54,8)
#162B07
(22,43,7)
#0F2006
(15,32,6)
#081505
(8,21,5)
#000000
(0,0,0)

Tints of #4E830F

#4E830F
(78,131,15)
#5E8E24
(94,142,36)
#6E9939
(110,153,57)
#7EA44E
(126,164,78)
#8EAF63
(142,175,99)
#9EBA78
(158,186,120)
#AEC58D
(174,197,141)
#BED0A2
(190,208,162)
#CEDBB7
(206,219,183)
#DEE6CC
(222,230,204)
#EEF1E1
(238,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E830F color. Also use rgb(78,131,15) instead hex code.

Text Font Color

.myTextColor { color: #4E830F; }

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

This text font color is #4E830F.


Background Color

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

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

This div background color is #4E830F.


Border color

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

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

This div border color is #4E830F.


Opacity

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

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

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

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

This text has shadow with #4E830F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E830F on black background.


Color preview on white background

This text has color #4E830F on white background.



Black color preview on #4E830F background

This text has black color on #4E830F background.


White color preview on #4E830F background

This text has white color on #4E830F background.