COLOR #4E5B1F

HEX: #4E5B1F
RGB: (78,91,31)

Color info

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

RGB color model

#4E5B1F color RGB value is (78,91,31).

  • red value is 78;
  • green value is 91;
  • blue value is 31.
RGB:
(78,91,31)
(31%,36%,12%)

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 31 of 255 = 12%

78
91
31

R + G + B ~ 26%. #4E5B1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 31 = 200 (100%)
R 78 of 200 ~ 39%
G 91 of 200 ~ 45.5%
B 31 of 200 ~ 15.5%

%39
%45.5
%15.5

CMYK color model

#4E5B1F color CMYK value is (14,0,66,64).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 65.93%
  • key color value is 64.31%
CMYK:
(14,0,66,64)
C14M0Y66K64 
(14%,0%,66%,64%)
(0.14/0.00/0.66/0.64)	

CMYK percentages

%14.29
%0
%65.93
%64.31

Codes

Color #4E5B1F in popluar color models

4E5B1F
RGB789131
HSL73°49.18%23.92%
HSB/HSV73°65.93%35.69%
CMYK14.29%0.00%65.93%
64.31%

Color #4E5B1F in popluar number systems.

HEX4E5B1F
Decimal789131
Binary1001110101101111111
Octal11613337

Shades and tints

Shades of #4E5B1F

#4E5B1F
(78,91,31)
#47531D
(71,83,29)
#404B1B
(64,75,27)
#394319
(57,67,25)
#323B17
(50,59,23)
#2B3315
(43,51,21)
#242B13
(36,43,19)
#1D2311
(29,35,17)
#161B0F
(22,27,15)
#0F130D
(15,19,13)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #4E5B1F

#4E5B1F
(78,91,31)
#5E6933
(94,105,51)
#6E7747
(110,119,71)
#7E855B
(126,133,91)
#8E936F
(142,147,111)
#9EA183
(158,161,131)
#AEAF97
(174,175,151)
#BEBDAB
(190,189,171)
#CECBBF
(206,203,191)
#DED9D3
(222,217,211)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5B1F color. Also use rgb(78,91,31) instead hex code.

Text Font Color

.myTextColor { color: #4E5B1F; }

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

This text font color is #4E5B1F.


Background Color

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

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

This div background color is #4E5B1F.


Border color

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

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

This div border color is #4E5B1F.


Opacity

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

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

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

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

This text has shadow with #4E5B1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B1F on black background.


Color preview on white background

This text has color #4E5B1F on white background.



Black color preview on #4E5B1F background

This text has black color on #4E5B1F background.


White color preview on #4E5B1F background

This text has white color on #4E5B1F background.