COLOR #4E6A1E

HEX: #4E6A1E
RGB: (78,106,30)

Color info

#4E6A1E contains mainly red and green colors. Web safe color of #4E6A1E is #666633 (or #663).

RGB color model

#4E6A1E color RGB value is (78,106,30).

  • red value is 78;
  • green value is 106;
  • blue value is 30.
RGB:
(78,106,30)
(31%,42%,12%)

RGB channels and saturation

R 78 of 255 = 31%
G 106 of 255 = 42%
B 30 of 255 = 12%

78
106
30

R + G + B ~ 28%. #4E6A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 106 + 30 = 214 (100%)
R 78 of 214 ~ 36.45%
G 106 of 214 ~ 49.53%
B 30 of 214 ~ 14.02%

%36.45
%49.53
%14.02

CMYK color model

#4E6A1E color CMYK value is (26,0,72,58).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 71.70%
  • key color value is 58.43%
CMYK:
(26,0,72,58)
C26M0Y72K58 
(26%,0%,72%,58%)
(0.26/0.00/0.72/0.58)	

CMYK percentages

%26.42
%0
%71.7
%58.43

Codes

Color #4E6A1E in popluar color models

4E6A1E
RGB7810630
HSL82°55.88%26.67%
HSB/HSV82°71.70%41.57%
CMYK26.42%0.00%71.70%
58.43%

Color #4E6A1E in popluar number systems.

HEX4E6A1E
Decimal7810630
Binary1001110110101011110
Octal11615236

Shades and tints

Shades of #4E6A1E

#4E6A1E
(78,106,30)
#47611C
(71,97,28)
#40581A
(64,88,26)
#394F18
(57,79,24)
#324616
(50,70,22)
#2B3D14
(43,61,20)
#243412
(36,52,18)
#1D2B10
(29,43,16)
#16220E
(22,34,14)
#0F190C
(15,25,12)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #4E6A1E

#4E6A1E
(78,106,30)
#5E7732
(94,119,50)
#6E8446
(110,132,70)
#7E915A
(126,145,90)
#8E9E6E
(142,158,110)
#9EAB82
(158,171,130)
#AEB896
(174,184,150)
#BEC5AA
(190,197,170)
#CED2BE
(206,210,190)
#DEDFD2
(222,223,210)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6A1E color. Also use rgb(78,106,30) instead hex code.

Text Font Color

.myTextColor { color: #4E6A1E; }

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

This text font color is #4E6A1E.


Background Color

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

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

This div background color is #4E6A1E.


Border color

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

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

This div border color is #4E6A1E.


Opacity

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

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

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

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

This text has shadow with #4E6A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6A1E on black background.


Color preview on white background

This text has color #4E6A1E on white background.



Black color preview on #4E6A1E background

This text has black color on #4E6A1E background.


White color preview on #4E6A1E background

This text has white color on #4E6A1E background.