COLOR #4E6C1E

HEX: #4E6C1E RGB: (78,108,30)

Color info

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

RGB color model

#4E6C1E color RGB value is (78,108,30).

RGB: (78,108,30) (31%, 42%, 12%)

RGB channels and saturation

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

78
108
30

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

Portions of RGB colors in percentages

R + G + B = 78 + 108 + 30 = 216 (100%)
R 78 of 216 ~ 36.11%
G 108 of 216 ~ 50%
B 30 of 216 ~ 13.89'%

%36.11
%50
%13.89

CMYK color model

#4E6C1E color CMYK value is (28,0,72,58).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 57.65%

CMYK: (28,0,72,58)
C28M0Y72K58 (28%, 0%, 72%, 58%)
(0.28 / 0.00 / 0.72 / 0.58)

CMYK percentages

%27.78
%0
%72.22
%57.65

Codes

Color #4E6C1E in popluar color models

4E 6C 1E
RGB 78 108 30
HSL 83° 56.52% 27.06%
HSB/HSV 83° 72.22% 42.35%
CMYK 27.78% 0.00% 72.22%
57.65%

Color #4E6C1E in popluar number systems.

HEX 4E 6C 1E
Decimal 78 108 30
Binary 1001110 1101100 11110
Octal 116 154 36

Shades and tints

Shades of #4E6C1E

#4E6C1E
(78,108,30)
#47631C
(71,99,28)
#405A1A
(64,90,26)
#395118
(57,81,24)
#324816
(50,72,22)
#2B3F14
(43,63,20)
#243612
(36,54,18)
#1D2D10
(29,45,16)
#16240E
(22,36,14)
#0F1B0C
(15,27,12)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #4E6C1E

#4E6C1E
(78,108,30)
#5E7932
(94,121,50)
#6E8646
(110,134,70)
#7E935A
(126,147,90)
#8EA06E
(142,160,110)
#9EAD82
(158,173,130)
#AEBA96
(174,186,150)
#BEC7AA
(190,199,170)
#CED4BE
(206,212,190)
#DEE1D2
(222,225,210)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6C1E; }

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

This text font color is #4E6C1E.

Background Color

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

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

This div background color is #4E6C1E.

Border color

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

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

This div border color is #4E6C1E.

Opacity

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

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

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

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

This text has shadow with #4E6C1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6C1E.

Preview

Color preview on black background

This text has color #4E6C1E on black background.


Color preview on white background

This text has color #4E6C1E on white background.


Black color preview on #4E6C1E background

This text has black color on #4E6C1E background.


White color preview on #4E6C1E background

This text has white color on #4E6C1E background.


Related colors

Complementary color

Complementary color for #hex is #B193E1.


I love getcolorcode.com

Triadic colors

1 #1E4E6C and #6C1E4E with #4E6C1E are triadic colors.

2 #1E6C4E and #6C4E1E with #4E6C1E are triadic colors.