COLOR #004E16

HEX: #004E16
RGB: (0,78,22)

Color info

#004E16 contains only green and blue colors. Web safe color of #004E16 is #006600 (or #060).

RGB color model

#004E16 color RGB value is (0,78,22).

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

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 22 of 255 = 9%

0
78
22

R + G + B ~ 13%. #004E16 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 78 + 22 = 100 (100%)
R 0 of 100 ~ 0%
G 78 of 100 ~ 78%
B 22 of 100 ~ 22%

%78
%22

CMYK color model

#004E16 color CMYK value is (100,0,72,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 71.79%
  • key color value is 69.41%
CMYK:
(100,0,72,69)
C100M0Y72K69 
(100%,0%,72%,69%)
(1.00/0.00/0.72/0.69)	

CMYK percentages

%100
%0
%71.79
%69.41

Codes

Color #004E16 in popluar color models

004E16
RGB07822
HSL137°100.00%15.29%
HSB/HSV137°100.00%30.59%
CMYK100.00%0.00%71.79%
69.41%

Color #004E16 in popluar number systems.

HEX004E16
Decimal07822
Binary0100111010110
Octal011626

Shades and tints

Shades of #004E16

#004E16
(0,78,22)
#004714
(0,71,20)
#004012
(0,64,18)
#003910
(0,57,16)
#00320E
(0,50,14)
#002B0C
(0,43,12)
#00240A
(0,36,10)
#001D08
(0,29,8)
#001606
(0,22,6)
#000F04
(0,15,4)
#000802
(0,8,2)
#000000
(0,0,0)

Tints of #004E16

#004E16
(0,78,22)
#175E2B
(23,94,43)
#2E6E40
(46,110,64)
#457E55
(69,126,85)
#5C8E6A
(92,142,106)
#739E7F
(115,158,127)
#8AAE94
(138,174,148)
#A1BEA9
(161,190,169)
#B8CEBE
(184,206,190)
#CFDED3
(207,222,211)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004E16 color. Also use rgb(0,78,22) instead hex code.

Text Font Color

.myTextColor { color: #004E16; }

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

This text font color is #004E16.


Background Color

.myBgColor { background-color: #004E16; }

<div style="background-color:#004E16">Inner text</div>

This div background color is #004E16.


Border color

.myBorderColor { border: 1px solid #004E16; }

<div style="border:3px solid #004E16">Div</div>

This div border color is #004E16.


Opacity

.myOpacity80 { color: #004E16; opacity: 0.8; }

<p style="color:#004E16;opacity:0.8;">80%</p>

Text with #004E16 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 #004E16;}

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

This text has shadow with #004E16 color.

.textShadow {text-shadow: 3px 3px 1px #004E16, 3px 3px 1px red;}

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

This text has shadow with #004E16 primary color and red secondary color.


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

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

This text has shadow with #004E16 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004E16 on black background.


Color preview on white background

This text has color #004E16 on white background.



Black color preview on #004E16 background

This text has black color on #004E16 background.


White color preview on #004E16 background

This text has white color on #004E16 background.