COLOR #4E4927

HEX: #4E4927
RGB: (78,73,39)

Color info

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

RGB color model

#4E4927 color RGB value is (78,73,39).

  • red value is 78;
  • green value is 73;
  • blue value is 39.
RGB:
(78,73,39)
(31%,29%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 73 of 255 = 29%
B 39 of 255 = 15%

78
73
39

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

Portions of RGB colors in percentages

R + G + B =
78 + 73 + 39 = 190 (100%)
R 78 of 190 ~ 41.05%
G 73 of 190 ~ 38.42%
B 39 of 190 ~ 20.53%

%41.05
%38.42
%20.53

CMYK color model

#4E4927 color CMYK value is (0,6,50,69).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(0,6,50,69)
C0M6Y50K69 
(0%,6%,50%,69%)
(0.00/0.06/0.50/0.69)	

CMYK percentages

%0
%6.41
%50
%69.41

Codes

Color #4E4927 in popluar color models

4E4927
RGB787339
HSL52°33.33%22.94%
HSB/HSV52°50.00%30.59%
CMYK0.00%6.41%50.00%
69.41%

Color #4E4927 in popluar number systems.

HEX4E4927
Decimal787339
Binary10011101001001100111
Octal11611147

Shades and tints

Shades of #4E4927

#4E4927
(78,73,39)
#474324
(71,67,36)
#403D21
(64,61,33)
#39371E
(57,55,30)
#32311B
(50,49,27)
#2B2B18
(43,43,24)
#242515
(36,37,21)
#1D1F12
(29,31,18)
#16190F
(22,25,15)
#0F130C
(15,19,12)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #4E4927

#4E4927
(78,73,39)
#5E593A
(94,89,58)
#6E694D
(110,105,77)
#7E7960
(126,121,96)
#8E8973
(142,137,115)
#9E9986
(158,153,134)
#AEA999
(174,169,153)
#BEB9AC
(190,185,172)
#CEC9BF
(206,201,191)
#DED9D2
(222,217,210)
#EEE9E5
(238,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4927; }

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

This text font color is #4E4927.


Background Color

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

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

This div background color is #4E4927.


Border color

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

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

This div border color is #4E4927.


Opacity

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

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

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

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

This text has shadow with #4E4927 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4927 on black background.


Color preview on white background

This text has color #4E4927 on white background.



Black color preview on #4E4927 background

This text has black color on #4E4927 background.


White color preview on #4E4927 background

This text has white color on #4E4927 background.