COLOR #4E501A

HEX: #4E501A
RGB: (78,80,26)

Color info

#4E501A contains red, green and blue colors in about the same proportion. Web safe color of #4E501A is #666600 (or #660).

RGB color model

#4E501A color RGB value is (78,80,26).

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

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 26 of 255 = 10%

78
80
26

R + G + B ~ 24%. #4E501A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 26 = 184 (100%)
R 78 of 184 ~ 42.39%
G 80 of 184 ~ 43.48%
B 26 of 184 ~ 14.13%

%42.39
%43.48
%14.13

CMYK color model

#4E501A color CMYK value is (2,0,68,69).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 67.50%
  • key color value is 68.63%
CMYK:
(2,0,68,69)
C2M0Y68K69 
(2%,0%,68%,69%)
(0.02/0.00/0.68/0.69)	

CMYK percentages

%2.5
%0
%67.5
%68.63

Codes

Color #4E501A in popluar color models

4E501A
RGB788026
HSL62°50.94%20.78%
HSB/HSV62°67.50%31.37%
CMYK2.50%0.00%67.50%
68.63%

Color #4E501A in popluar number systems.

HEX4E501A
Decimal788026
Binary1001110101000011010
Octal11612032

Shades and tints

Shades of #4E501A

#4E501A
(78,80,26)
#474918
(71,73,24)
#404216
(64,66,22)
#393B14
(57,59,20)
#323412
(50,52,18)
#2B2D10
(43,45,16)
#24260E
(36,38,14)
#1D1F0C
(29,31,12)
#16180A
(22,24,10)
#0F1108
(15,17,8)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #4E501A

#4E501A
(78,80,26)
#5E5F2E
(94,95,46)
#6E6E42
(110,110,66)
#7E7D56
(126,125,86)
#8E8C6A
(142,140,106)
#9E9B7E
(158,155,126)
#AEAA92
(174,170,146)
#BEB9A6
(190,185,166)
#CEC8BA
(206,200,186)
#DED7CE
(222,215,206)
#EEE6E2
(238,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E501A; }

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

This text font color is #4E501A.


Background Color

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

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

This div background color is #4E501A.


Border color

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

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

This div border color is #4E501A.


Opacity

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

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

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

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

This text has shadow with #4E501A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E501A on black background.


Color preview on white background

This text has color #4E501A on white background.



Black color preview on #4E501A background

This text has black color on #4E501A background.


White color preview on #4E501A background

This text has white color on #4E501A background.