COLOR #4E4924

HEX: #4E4924 RGB: (78,73,36)

Color info

#4E4924 contains red, green and blue colors in about the same proportion. Web safe color of #4E4924 is #663333 (or #633).

RGB color model

#4E4924 color RGB value is (78,73,36).

RGB: (78,73,36) (31%, 29%, 14%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 36 of 255 = 14%

78
73
36

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

Portions of RGB colors in percentages

R + G + B = 78 + 73 + 36 = 187 (100%)
R 78 of 187 ~ 41.71%
G 73 of 187 ~ 39.04%
B 36 of 187 ~ 19.25'%

%41.71
%39.04
%19.25

CMYK color model

#4E4924 color CMYK value is (0,6,54,69).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 53.85%
  • key color value is 69.41%

CMYK: (0,6,54,69)
C0M6Y54K69 (0%, 6%, 54%, 69%)
(0.00 / 0.06 / 0.54 / 0.69)

CMYK percentages

%0
%6.41
%53.85
%69.41

Codes

Color #4E4924 in popluar color models

4E 49 24
RGB 78 73 36
HSL 53° 36.84% 22.35%
HSB/HSV 53° 53.85% 30.59%
CMYK 0.00% 6.41% 53.85%
69.41%

Color #4E4924 in popluar number systems.

HEX 4E 49 24
Decimal 78 73 36
Binary 1001110 1001001 100100
Octal 116 111 44

Shades and tints

Shades of #4E4924

#4E4924
(78,73,36)
#474321
(71,67,33)
#403D1E
(64,61,30)
#39371B
(57,55,27)
#323118
(50,49,24)
#2B2B15
(43,43,21)
#242512
(36,37,18)
#1D1F0F
(29,31,15)
#16190C
(22,25,12)
#0F1309
(15,19,9)
#080D06
(8,13,6)
#000000
(0,0,0)

Tints of #4E4924

#4E4924
(78,73,36)
#5E5937
(94,89,55)
#6E694A
(110,105,74)
#7E795D
(126,121,93)
#8E8970
(142,137,112)
#9E9983
(158,153,131)
#AEA996
(174,169,150)
#BEB9A9
(190,185,169)
#CEC9BC
(206,201,188)
#DED9CF
(222,217,207)
#EEE9E2
(238,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4924; }

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

This text font color is #4E4924.

Background Color

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

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

This div background color is #4E4924.

Border color

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

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

This div border color is #4E4924.

Opacity

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

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

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

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

This text has shadow with #4E4924 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4924.

Preview

Color preview on black background

This text has color #4E4924 on black background.


Color preview on white background

This text has color #4E4924 on white background.


Black color preview on #4E4924 background

This text has black color on #4E4924 background.


White color preview on #4E4924 background

This text has white color on #4E4924 background.


Related colors

Complementary color

Complementary color for #hex is #B1B6DB.


I love getcolorcode.com

Triadic colors

1 #244E49 and #49244E with #4E4924 are triadic colors.

2 #24494E and #494E24 with #4E4924 are triadic colors.