COLOR #004D1E

HEX: #004D1E
RGB: (0,77,30)

Color info

#004D1E contains only green and blue colors. Web safe color of #004D1E is #003333 (or #033).

RGB color model

#004D1E color RGB value is (0,77,30).

  • red value is 0;
  • green value is 77;
  • blue value is 30.
RGB:
(0,77,30)
(0%,30%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 77 of 255 = 30%
B 30 of 255 = 12%

0
77
30

R + G + B ~ 14%. #004D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 77 + 30 = 107 (100%)
R 0 of 107 ~ 0%
G 77 of 107 ~ 71.96%
B 30 of 107 ~ 28.04%

%71.96
%28.04

CMYK color model

#004D1E color CMYK value is (100,0,61,70).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 61.04%
  • key color value is 69.80%
CMYK:
(100,0,61,70)
C100M0Y61K70 
(100%,0%,61%,70%)
(1.00/0.00/0.61/0.70)	

CMYK percentages

%100
%0
%61.04
%69.8

Codes

Color #004D1E in popluar color models

004D1E
RGB07730
HSL143°100.00%15.10%
HSB/HSV143°100.00%30.20%
CMYK100.00%0.00%61.04%
69.80%

Color #004D1E in popluar number systems.

HEX004D1E
Decimal07730
Binary0100110111110
Octal011536

Shades and tints

Shades of #004D1E

#004D1E
(0,77,30)
#00461C
(0,70,28)
#003F1A
(0,63,26)
#003818
(0,56,24)
#003116
(0,49,22)
#002A14
(0,42,20)
#002312
(0,35,18)
#001C10
(0,28,16)
#00150E
(0,21,14)
#000E0C
(0,14,12)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #004D1E

#004D1E
(0,77,30)
#175D32
(23,93,50)
#2E6D46
(46,109,70)
#457D5A
(69,125,90)
#5C8D6E
(92,141,110)
#739D82
(115,157,130)
#8AAD96
(138,173,150)
#A1BDAA
(161,189,170)
#B8CDBE
(184,205,190)
#CFDDD2
(207,221,210)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004D1E color. Also use rgb(0,77,30) instead hex code.

Text Font Color

.myTextColor { color: #004D1E; }

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

This text font color is #004D1E.


Background Color

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

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

This div background color is #004D1E.


Border color

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

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

This div border color is #004D1E.


Opacity

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

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

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

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

This text has shadow with #004D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004D1E on black background.


Color preview on white background

This text has color #004D1E on white background.



Black color preview on #004D1E background

This text has black color on #004D1E background.


White color preview on #004D1E background

This text has white color on #004D1E background.