COLOR #4E5B1C

HEX: #4E5B1C
RGB: (78,91,28)

Color info

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

RGB color model

#4E5B1C color RGB value is (78,91,28).

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

RGB channels and saturation

R 78 of 255 = 31%
G 91 of 255 = 36%
B 28 of 255 = 11%

78
91
28

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

Portions of RGB colors in percentages

R + G + B =
78 + 91 + 28 = 197 (100%)
R 78 of 197 ~ 39.59%
G 91 of 197 ~ 46.19%
B 28 of 197 ~ 14.21%

%39.59
%46.19
%14.21

CMYK color model

#4E5B1C color CMYK value is (14,0,69,64).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 64.31%
CMYK:
(14,0,69,64)
C14M0Y69K64 
(14%,0%,69%,64%)
(0.14/0.00/0.69/0.64)	

CMYK percentages

%14.29
%0
%69.23
%64.31

Codes

Color #4E5B1C in popluar color models

4E5B1C
RGB789128
HSL72°52.94%23.33%
HSB/HSV72°69.23%35.69%
CMYK14.29%0.00%69.23%
64.31%

Color #4E5B1C in popluar number systems.

HEX4E5B1C
Decimal789128
Binary1001110101101111100
Octal11613334

Shades and tints

Shades of #4E5B1C

#4E5B1C
(78,91,28)
#47531A
(71,83,26)
#404B18
(64,75,24)
#394316
(57,67,22)
#323B14
(50,59,20)
#2B3312
(43,51,18)
#242B10
(36,43,16)
#1D230E
(29,35,14)
#161B0C
(22,27,12)
#0F130A
(15,19,10)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #4E5B1C

#4E5B1C
(78,91,28)
#5E6930
(94,105,48)
#6E7744
(110,119,68)
#7E8558
(126,133,88)
#8E936C
(142,147,108)
#9EA180
(158,161,128)
#AEAF94
(174,175,148)
#BEBDA8
(190,189,168)
#CECBBC
(206,203,188)
#DED9D0
(222,217,208)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5B1C; }

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

This text font color is #4E5B1C.


Background Color

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

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

This div background color is #4E5B1C.


Border color

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

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

This div border color is #4E5B1C.


Opacity

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

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

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

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

This text has shadow with #4E5B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5B1C on black background.


Color preview on white background

This text has color #4E5B1C on white background.



Black color preview on #4E5B1C background

This text has black color on #4E5B1C background.


White color preview on #4E5B1C background

This text has white color on #4E5B1C background.