COLOR #4E5E00

HEX: #4E5E00
RGB: (78,94,0)

Color info

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

RGB color model

#4E5E00 color RGB value is (78,94,0).

  • red value is 78;
  • green value is 94;
  • blue value is 0.
RGB:
(78,94,0)
(31%,37%,0%)

RGB channels and saturation

R 78 of 255 = 31%
G 94 of 255 = 37%
B 0 of 255 = 0%

78
94
0

R + G + B ~ 23%. #4E5E00 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 94 + 0 = 172 (100%)
R 78 of 172 ~ 45.35%
G 94 of 172 ~ 54.65%
B 0 of 172 ~ 0%

%45.35
%54.65

CMYK color model

#4E5E00 color CMYK value is (17,0,100,63).

  • cyan value is 17.02%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 63.14%
CMYK:
(17,0,100,63)
C17M0Y100K63 
(17%,0%,100%,63%)
(0.17/0.00/1.00/0.63)	

CMYK percentages

%17.02
%0
%100
%63.14

Codes

Color #4E5E00 in popluar color models

4E5E00
RGB78940
HSL70°100.00%18.43%
HSB/HSV70°100.00%36.86%
CMYK17.02%0.00%100.00%
63.14%

Color #4E5E00 in popluar number systems.

HEX4E5E00
Decimal78940
Binary100111010111100
Octal1161360

Shades and tints

Shades of #4E5E00

#4E5E00
(78,94,0)
#475600
(71,86,0)
#404E00
(64,78,0)
#394600
(57,70,0)
#323E00
(50,62,0)
#2B3600
(43,54,0)
#242E00
(36,46,0)
#1D2600
(29,38,0)
#161E00
(22,30,0)
#0F1600
(15,22,0)
#080E00
(8,14,0)
#000000
(0,0,0)

Tints of #4E5E00

#4E5E00
(78,94,0)
#5E6C17
(94,108,23)
#6E7A2E
(110,122,46)
#7E8845
(126,136,69)
#8E965C
(142,150,92)
#9EA473
(158,164,115)
#AEB28A
(174,178,138)
#BEC0A1
(190,192,161)
#CECEB8
(206,206,184)
#DEDCCF
(222,220,207)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5E00; }

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

This text font color is #4E5E00.


Background Color

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

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

This div background color is #4E5E00.


Border color

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

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

This div border color is #4E5E00.


Opacity

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

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

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

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

This text has shadow with #4E5E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5E00 on black background.


Color preview on white background

This text has color #4E5E00 on white background.



Black color preview on #4E5E00 background

This text has black color on #4E5E00 background.


White color preview on #4E5E00 background

This text has white color on #4E5E00 background.