COLOR #004D15

HEX: #004D15 RGB: (0,77,21)

Color info

#004D15 contains only green and blue colors. Web safe color of #004D15 is #003300 (or #030).

RGB color model

#004D15 color RGB value is (0,77,21).

RGB: (0,77,21) (0%, 30%, 8%)

RGB channels and saturation

R 0 of 255 = 0%
G 77 of 255 = 30%
B 21 of 255 = 8%

0
77
21

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

Portions of RGB colors in percentages

R + G + B = 0 + 77 + 21 = 98 (100%)
R 0 of 98 ~ 0%
G 77 of 98 ~ 78.57%
B 21 of 98 ~ 21.43'%

%78.57
%21.43

CMYK color model

#004D15 color CMYK value is (100,0,73,70).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 69.80%

CMYK: (100,0,73,70)
C100M0Y73K70 (100%, 0%, 73%, 70%)
(1.00 / 0.00 / 0.73 / 0.70)

CMYK percentages

%100
%0
%72.73
%69.8

Codes

Color #004D15 in popluar color models

00 4D 15
RGB 0 77 21
HSL 136° 100.00% 15.10%
HSB/HSV 136° 100.00% 30.20%
CMYK 100.00% 0.00% 72.73%
69.80%

Color #004D15 in popluar number systems.

HEX 00 4D 15
Decimal 0 77 21
Binary 0 1001101 10101
Octal 0 115 25

Shades and tints

Shades of #004D15

#004D15
(0,77,21)
#004614
(0,70,20)
#003F13
(0,63,19)
#003812
(0,56,18)
#003111
(0,49,17)
#002A10
(0,42,16)
#00230F
(0,35,15)
#001C0E
(0,28,14)
#00150D
(0,21,13)
#000E0C
(0,14,12)
#00070B
(0,7,11)
#000000
(0,0,0)

Tints of #004D15

#004D15
(0,77,21)
#175D2A
(23,93,42)
#2E6D3F
(46,109,63)
#457D54
(69,125,84)
#5C8D69
(92,141,105)
#739D7E
(115,157,126)
#8AAD93
(138,173,147)
#A1BDA8
(161,189,168)
#B8CDBD
(184,205,189)
#CFDDD2
(207,221,210)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004D15; }

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

This text font color is #004D15.

Background Color

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

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

This div background color is #004D15.

Border color

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

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

This div border color is #004D15.

Opacity

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

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

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

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

This text has shadow with #004D15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #004D15.

Preview

Color preview on black background

This text has color #004D15 on black background.


Color preview on white background

This text has color #004D15 on white background.


Black color preview on #004D15 background

This text has black color on #004D15 background.


White color preview on #004D15 background

This text has white color on #004D15 background.


Related colors

Complementary color

Complementary color for #hex is #FFB2EA.


I love getcolorcode.com

Triadic colors

1 #15004D and #4D1500 with #004D15 are triadic colors.

2 #154D00 and #4D0015 with #004D15 are triadic colors.