COLOR #4E6824

HEX: #4E6824 RGB: (78,104,36)

Color info

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

RGB color model

#4E6824 color RGB value is (78,104,36).

RGB: (78,104,36) (31%, 41%, 14%)

RGB channels and saturation

R 78 of 255 = 31%
G 104 of 255 = 41%
B 36 of 255 = 14%

78
104
36

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

Portions of RGB colors in percentages

R + G + B = 78 + 104 + 36 = 218 (100%)
R 78 of 218 ~ 35.78%
G 104 of 218 ~ 47.71%
B 36 of 218 ~ 16.51'%

%35.78
%47.71
%16.51

CMYK color model

#4E6824 color CMYK value is (25,0,65,59).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 65.38%
  • key color value is 59.22%

CMYK: (25,0,65,59)
C25M0Y65K59 (25%, 0%, 65%, 59%)
(0.25 / 0.00 / 0.65 / 0.59)

CMYK percentages

%25
%0
%65.38
%59.22

Codes

Color #4E6824 in popluar color models

4E 68 24
RGB 78 104 36
HSL 83° 48.57% 27.45%
HSB/HSV 83° 65.38% 40.78%
CMYK 25.00% 0.00% 65.38%
59.22%

Color #4E6824 in popluar number systems.

HEX 4E 68 24
Decimal 78 104 36
Binary 1001110 1101000 100100
Octal 116 150 44

Shades and tints

Shades of #4E6824

#4E6824
(78,104,36)
#475F21
(71,95,33)
#40561E
(64,86,30)
#394D1B
(57,77,27)
#324418
(50,68,24)
#2B3B15
(43,59,21)
#243212
(36,50,18)
#1D290F
(29,41,15)
#16200C
(22,32,12)
#0F1709
(15,23,9)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #4E6824

#4E6824
(78,104,36)
#5E7537
(94,117,55)
#6E824A
(110,130,74)
#7E8F5D
(126,143,93)
#8E9C70
(142,156,112)
#9EA983
(158,169,131)
#AEB696
(174,182,150)
#BEC3A9
(190,195,169)
#CED0BC
(206,208,188)
#DEDDCF
(222,221,207)
#EEEAE2
(238,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6824 color. Also use rgb(78,104,36) instead hex code.

Text Font Color

.myTextColor { color: #4E6824; }

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

This text font color is #4E6824.

Background Color

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

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

This div background color is #4E6824.

Border color

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

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

This div border color is #4E6824.

Opacity

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

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

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

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

This text has shadow with #4E6824 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6824.

Preview

Color preview on black background

This text has color #4E6824 on black background.


Color preview on white background

This text has color #4E6824 on white background.


Black color preview on #4E6824 background

This text has black color on #4E6824 background.


White color preview on #4E6824 background

This text has white color on #4E6824 background.


Related colors

Complementary color

Complementary color for #hex is #B197DB.


I love getcolorcode.com

Triadic colors

1 #244E68 and #68244E with #4E6824 are triadic colors.

2 #24684E and #684E24 with #4E6824 are triadic colors.