COLOR #4E5005

HEX: #4E5005
RGB: (78,80,5)

Color info

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

RGB color model

#4E5005 color RGB value is (78,80,5).

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

RGB channels and saturation

R 78 of 255 = 31%
G 80 of 255 = 31%
B 5 of 255 = 2%

78
80
5

R + G + B ~ 21%. #4E5005 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 80 + 5 = 163 (100%)
R 78 of 163 ~ 47.85%
G 80 of 163 ~ 49.08%
B 5 of 163 ~ 3.07%

%47.85
%49.08

CMYK color model

#4E5005 color CMYK value is (2,0,94,69).

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 68.63%
CMYK:
(2,0,94,69)
C2M0Y94K69 
(2%,0%,94%,69%)
(0.02/0.00/0.94/0.69)	

CMYK percentages

%2.5
%0
%93.75
%68.63

Codes

Color #4E5005 in popluar color models

4E5005
RGB78805
HSL62°88.24%16.67%
HSB/HSV62°93.75%31.37%
CMYK2.50%0.00%93.75%
68.63%

Color #4E5005 in popluar number systems.

HEX4E5005
Decimal78805
Binary10011101010000101
Octal1161205

Shades and tints

Shades of #4E5005

#4E5005
(78,80,5)
#474905
(71,73,5)
#404205
(64,66,5)
#393B05
(57,59,5)
#323405
(50,52,5)
#2B2D05
(43,45,5)
#242605
(36,38,5)
#1D1F05
(29,31,5)
#161805
(22,24,5)
#0F1105
(15,17,5)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #4E5005

#4E5005
(78,80,5)
#5E5F1B
(94,95,27)
#6E6E31
(110,110,49)
#7E7D47
(126,125,71)
#8E8C5D
(142,140,93)
#9E9B73
(158,155,115)
#AEAA89
(174,170,137)
#BEB99F
(190,185,159)
#CEC8B5
(206,200,181)
#DED7CB
(222,215,203)
#EEE6E1
(238,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5005; }

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

This text font color is #4E5005.


Background Color

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

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

This div background color is #4E5005.


Border color

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

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

This div border color is #4E5005.


Opacity

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

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

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

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

This text has shadow with #4E5005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5005 on black background.


Color preview on white background

This text has color #4E5005 on white background.



Black color preview on #4E5005 background

This text has black color on #4E5005 background.


White color preview on #4E5005 background

This text has white color on #4E5005 background.