COLOR #4E5C1A

HEX: #4E5C1A
RGB: (78,92,26)

Color info

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

RGB color model

#4E5C1A color RGB value is (78,92,26).

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

RGB channels and saturation

R 78 of 255 = 31%
G 92 of 255 = 36%
B 26 of 255 = 10%

78
92
26

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

Portions of RGB colors in percentages

R + G + B =
78 + 92 + 26 = 196 (100%)
R 78 of 196 ~ 39.8%
G 92 of 196 ~ 46.94%
B 26 of 196 ~ 13.27%

%39.8
%46.94
%13.27

CMYK color model

#4E5C1A color CMYK value is (15,0,72,64).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 71.74%
  • key color value is 63.92%
CMYK:
(15,0,72,64)
C15M0Y72K64 
(15%,0%,72%,64%)
(0.15/0.00/0.72/0.64)	

CMYK percentages

%15.22
%0
%71.74
%63.92

Codes

Color #4E5C1A in popluar color models

4E5C1A
RGB789226
HSL73°55.93%23.14%
HSB/HSV73°71.74%36.08%
CMYK15.22%0.00%71.74%
63.92%

Color #4E5C1A in popluar number systems.

HEX4E5C1A
Decimal789226
Binary1001110101110011010
Octal11613432

Shades and tints

Shades of #4E5C1A

#4E5C1A
(78,92,26)
#475418
(71,84,24)
#404C16
(64,76,22)
#394414
(57,68,20)
#323C12
(50,60,18)
#2B3410
(43,52,16)
#242C0E
(36,44,14)
#1D240C
(29,36,12)
#161C0A
(22,28,10)
#0F1408
(15,20,8)
#080C06
(8,12,6)
#000000
(0,0,0)

Tints of #4E5C1A

#4E5C1A
(78,92,26)
#5E6A2E
(94,106,46)
#6E7842
(110,120,66)
#7E8656
(126,134,86)
#8E946A
(142,148,106)
#9EA27E
(158,162,126)
#AEB092
(174,176,146)
#BEBEA6
(190,190,166)
#CECCBA
(206,204,186)
#DEDACE
(222,218,206)
#EEE8E2
(238,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5C1A; }

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

This text font color is #4E5C1A.


Background Color

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

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

This div background color is #4E5C1A.


Border color

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

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

This div border color is #4E5C1A.


Opacity

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

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

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

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

This text has shadow with #4E5C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5C1A on black background.


Color preview on white background

This text has color #4E5C1A on white background.



Black color preview on #4E5C1A background

This text has black color on #4E5C1A background.


White color preview on #4E5C1A background

This text has white color on #4E5C1A background.