COLOR #4E5A1A

HEX: #4E5A1A
RGB: (78,90,26)

Color info

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

RGB color model

#4E5A1A color RGB value is (78,90,26).

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

RGB channels and saturation

R 78 of 255 = 31%
G 90 of 255 = 35%
B 26 of 255 = 10%

78
90
26

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

Portions of RGB colors in percentages

R + G + B =
78 + 90 + 26 = 194 (100%)
R 78 of 194 ~ 40.21%
G 90 of 194 ~ 46.39%
B 26 of 194 ~ 13.4%

%40.21
%46.39
%13.4

CMYK color model

#4E5A1A color CMYK value is (13,0,71,65).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 71.11%
  • key color value is 64.71%
CMYK:
(13,0,71,65)
C13M0Y71K65 
(13%,0%,71%,65%)
(0.13/0.00/0.71/0.65)	

CMYK percentages

%13.33
%0
%71.11
%64.71

Codes

Color #4E5A1A in popluar color models

4E5A1A
RGB789026
HSL71°55.17%22.75%
HSB/HSV71°71.11%35.29%
CMYK13.33%0.00%71.11%
64.71%

Color #4E5A1A in popluar number systems.

HEX4E5A1A
Decimal789026
Binary1001110101101011010
Octal11613232

Shades and tints

Shades of #4E5A1A

#4E5A1A
(78,90,26)
#475218
(71,82,24)
#404A16
(64,74,22)
#394214
(57,66,20)
#323A12
(50,58,18)
#2B3210
(43,50,16)
#242A0E
(36,42,14)
#1D220C
(29,34,12)
#161A0A
(22,26,10)
#0F1208
(15,18,8)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #4E5A1A

#4E5A1A
(78,90,26)
#5E692E
(94,105,46)
#6E7842
(110,120,66)
#7E8756
(126,135,86)
#8E966A
(142,150,106)
#9EA57E
(158,165,126)
#AEB492
(174,180,146)
#BEC3A6
(190,195,166)
#CED2BA
(206,210,186)
#DEE1CE
(222,225,206)
#EEF0E2
(238,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5A1A; }

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

This text font color is #4E5A1A.


Background Color

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

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

This div background color is #4E5A1A.


Border color

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

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

This div border color is #4E5A1A.


Opacity

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

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

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

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

This text has shadow with #4E5A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5A1A on black background.


Color preview on white background

This text has color #4E5A1A on white background.



Black color preview on #4E5A1A background

This text has black color on #4E5A1A background.


White color preview on #4E5A1A background

This text has white color on #4E5A1A background.