COLOR #4E5914

HEX: #4E5914
RGB: (78,89,20)

Color info

#4E5914 contains mainly red and green colors. Web safe color of #4E5914 is #666600 (or #660).

RGB color model

#4E5914 color RGB value is (78,89,20).

  • red value is 78;
  • green value is 89;
  • blue value is 20.
RGB:
(78,89,20)
(31%,35%,8%)

RGB channels and saturation

R 78 of 255 = 31%
G 89 of 255 = 35%
B 20 of 255 = 8%

78
89
20

R + G + B ~ 25%. #4E5914 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 89 + 20 = 187 (100%)
R 78 of 187 ~ 41.71%
G 89 of 187 ~ 47.59%
B 20 of 187 ~ 10.7%

%41.71
%47.59
%10.7

CMYK color model

#4E5914 color CMYK value is (12,0,78,65).

  • cyan value is 12.36%
  • magenta value is 0.00%
  • yellow value is 77.53%
  • key color value is 65.10%
CMYK:
(12,0,78,65)
C12M0Y78K65 
(12%,0%,78%,65%)
(0.12/0.00/0.78/0.65)	

CMYK percentages

%12.36
%0
%77.53
%65.1

Codes

Color #4E5914 in popluar color models

4E5914
RGB788920
HSL70°63.30%21.37%
HSB/HSV70°77.53%34.90%
CMYK12.36%0.00%77.53%
65.10%

Color #4E5914 in popluar number systems.

HEX4E5914
Decimal788920
Binary1001110101100110100
Octal11613124

Shades and tints

Shades of #4E5914

#4E5914
(78,89,20)
#475113
(71,81,19)
#404912
(64,73,18)
#394111
(57,65,17)
#323910
(50,57,16)
#2B310F
(43,49,15)
#24290E
(36,41,14)
#1D210D
(29,33,13)
#16190C
(22,25,12)
#0F110B
(15,17,11)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #4E5914

#4E5914
(78,89,20)
#5E6829
(94,104,41)
#6E773E
(110,119,62)
#7E8653
(126,134,83)
#8E9568
(142,149,104)
#9EA47D
(158,164,125)
#AEB392
(174,179,146)
#BEC2A7
(190,194,167)
#CED1BC
(206,209,188)
#DEE0D1
(222,224,209)
#EEEFE6
(238,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5914 color. Also use rgb(78,89,20) instead hex code.

Text Font Color

.myTextColor { color: #4E5914; }

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

This text font color is #4E5914.


Background Color

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

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

This div background color is #4E5914.


Border color

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

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

This div border color is #4E5914.


Opacity

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

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

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

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

This text has shadow with #4E5914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5914 on black background.


Color preview on white background

This text has color #4E5914 on white background.



Black color preview on #4E5914 background

This text has black color on #4E5914 background.


White color preview on #4E5914 background

This text has white color on #4E5914 background.