COLOR #4E5404

HEX: #4E5404
RGB: (78,84,4)

Color info

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

RGB color model

#4E5404 color RGB value is (78,84,4).

  • red value is 78;
  • green value is 84;
  • blue value is 4.
RGB:
(78,84,4)
(31%,33%,2%)

RGB channels and saturation

R 78 of 255 = 31%
G 84 of 255 = 33%
B 4 of 255 = 2%

78
84
4

R + G + B ~ 22%. #4E5404 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 84 + 4 = 166 (100%)
R 78 of 166 ~ 46.99%
G 84 of 166 ~ 50.6%
B 4 of 166 ~ 2.41%

%46.99
%50.6

CMYK color model

#4E5404 color CMYK value is (7,0,95,67).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 67.06%
CMYK:
(7,0,95,67)
C7M0Y95K67 
(7%,0%,95%,67%)
(0.07/0.00/0.95/0.67)	

CMYK percentages

%7.14
%0
%95.24
%67.06

Codes

Color #4E5404 in popluar color models

4E5404
RGB78844
HSL65°90.91%17.25%
HSB/HSV65°95.24%32.94%
CMYK7.14%0.00%95.24%
67.06%

Color #4E5404 in popluar number systems.

HEX4E5404
Decimal78844
Binary10011101010100100
Octal1161244

Shades and tints

Shades of #4E5404

#4E5404
(78,84,4)
#474D04
(71,77,4)
#404604
(64,70,4)
#393F04
(57,63,4)
#323804
(50,56,4)
#2B3104
(43,49,4)
#242A04
(36,42,4)
#1D2304
(29,35,4)
#161C04
(22,28,4)
#0F1504
(15,21,4)
#080E04
(8,14,4)
#000000
(0,0,0)

Tints of #4E5404

#4E5404
(78,84,4)
#5E631A
(94,99,26)
#6E7230
(110,114,48)
#7E8146
(126,129,70)
#8E905C
(142,144,92)
#9E9F72
(158,159,114)
#AEAE88
(174,174,136)
#BEBD9E
(190,189,158)
#CECCB4
(206,204,180)
#DEDBCA
(222,219,202)
#EEEAE0
(238,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5404; }

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

This text font color is #4E5404.


Background Color

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

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

This div background color is #4E5404.


Border color

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

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

This div border color is #4E5404.


Opacity

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

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

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

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

This text has shadow with #4E5404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5404 on black background.


Color preview on white background

This text has color #4E5404 on white background.



Black color preview on #4E5404 background

This text has black color on #4E5404 background.


White color preview on #4E5404 background

This text has white color on #4E5404 background.