COLOR #004E13

HEX: #004E13
RGB: (0,78,19)

Color info

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

RGB color model

#004E13 color RGB value is (0,78,19).

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

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 19 of 255 = 7%

0
78
19

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

Portions of RGB colors in percentages

R + G + B =
0 + 78 + 19 = 97 (100%)
R 0 of 97 ~ 0%
G 78 of 97 ~ 80.41%
B 19 of 97 ~ 19.59%

%80.41
%19.59

CMYK color model

#004E13 color CMYK value is (100,0,76,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 75.64%
  • key color value is 69.41%
CMYK:
(100,0,76,69)
C100M0Y76K69 
(100%,0%,76%,69%)
(1.00/0.00/0.76/0.69)	

CMYK percentages

%100
%0
%75.64
%69.41

Codes

Color #004E13 in popluar color models

004E13
RGB07819
HSL135°100.00%15.29%
HSB/HSV135°100.00%30.59%
CMYK100.00%0.00%75.64%
69.41%

Color #004E13 in popluar number systems.

HEX004E13
Decimal07819
Binary0100111010011
Octal011623

Shades and tints

Shades of #004E13

#004E13
(0,78,19)
#004712
(0,71,18)
#004011
(0,64,17)
#003910
(0,57,16)
#00320F
(0,50,15)
#002B0E
(0,43,14)
#00240D
(0,36,13)
#001D0C
(0,29,12)
#00160B
(0,22,11)
#000F0A
(0,15,10)
#000809
(0,8,9)
#000000
(0,0,0)

Tints of #004E13

#004E13
(0,78,19)
#175E28
(23,94,40)
#2E6E3D
(46,110,61)
#457E52
(69,126,82)
#5C8E67
(92,142,103)
#739E7C
(115,158,124)
#8AAE91
(138,174,145)
#A1BEA6
(161,190,166)
#B8CEBB
(184,206,187)
#CFDED0
(207,222,208)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004E13; }

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

This text font color is #004E13.


Background Color

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

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

This div background color is #004E13.


Border color

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

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

This div border color is #004E13.


Opacity

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

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

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

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

This text has shadow with #004E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004E13 on black background.


Color preview on white background

This text has color #004E13 on white background.



Black color preview on #004E13 background

This text has black color on #004E13 background.


White color preview on #004E13 background

This text has white color on #004E13 background.