COLOR #4E5C11

HEX: #4E5C11
RGB: (78,92,17)

Color info

#4E5C11 contains mainly red and green colors. Web safe color of #4E5C11 is #666600 (or #660).

RGB color model

#4E5C11 color RGB value is (78,92,17).

  • red value is 78;
  • green value is 92;
  • blue value is 17.
RGB:
(78,92,17)
(31%,36%,7%)

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 17 of 255 = 7%

78
92
17

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

Portions of RGB colors in percentages

R + G + B =
78 + 92 + 17 = 187 (100%)
R 78 of 187 ~ 41.71%
G 92 of 187 ~ 49.2%
B 17 of 187 ~ 9.09%

%41.71
%49.2

CMYK color model

#4E5C11 color CMYK value is (15,0,82,64).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 81.52%
  • key color value is 63.92%
CMYK:
(15,0,82,64)
C15M0Y82K64 
(15%,0%,82%,64%)
(0.15/0.00/0.82/0.64)	

CMYK percentages

%15.22
%0
%81.52
%63.92

Codes

Color #4E5C11 in popluar color models

4E5C11
RGB789217
HSL71°68.81%21.37%
HSB/HSV71°81.52%36.08%
CMYK15.22%0.00%81.52%
63.92%

Color #4E5C11 in popluar number systems.

HEX4E5C11
Decimal789217
Binary1001110101110010001
Octal11613421

Shades and tints

Shades of #4E5C11

#4E5C11
(78,92,17)
#475410
(71,84,16)
#404C0F
(64,76,15)
#39440E
(57,68,14)
#323C0D
(50,60,13)
#2B340C
(43,52,12)
#242C0B
(36,44,11)
#1D240A
(29,36,10)
#161C09
(22,28,9)
#0F1408
(15,20,8)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #4E5C11

#4E5C11
(78,92,17)
#5E6A26
(94,106,38)
#6E783B
(110,120,59)
#7E8650
(126,134,80)
#8E9465
(142,148,101)
#9EA27A
(158,162,122)
#AEB08F
(174,176,143)
#BEBEA4
(190,190,164)
#CECCB9
(206,204,185)
#DEDACE
(222,218,206)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5C11 color. Also use rgb(78,92,17) instead hex code.

Text Font Color

.myTextColor { color: #4E5C11; }

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

This text font color is #4E5C11.


Background Color

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

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

This div background color is #4E5C11.


Border color

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

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

This div border color is #4E5C11.


Opacity

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

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

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

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

This text has shadow with #4E5C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5C11 on black background.


Color preview on white background

This text has color #4E5C11 on white background.



Black color preview on #4E5C11 background

This text has black color on #4E5C11 background.


White color preview on #4E5C11 background

This text has white color on #4E5C11 background.