COLOR #004D21

HEX: #004D21
RGB: (0,77,33)

Color info

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

RGB color model

#004D21 color RGB value is (0,77,33).

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

RGB channels and saturation

R 0 of 255 = 0%
G 77 of 255 = 30%
B 33 of 255 = 13%

0
77
33

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

Portions of RGB colors in percentages

R + G + B =
0 + 77 + 33 = 110 (100%)
R 0 of 110 ~ 0%
G 77 of 110 ~ 70%
B 33 of 110 ~ 30%

%70
%30

CMYK color model

#004D21 color CMYK value is (100,0,57,70).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 69.80%
CMYK:
(100,0,57,70)
C100M0Y57K70 
(100%,0%,57%,70%)
(1.00/0.00/0.57/0.70)	

CMYK percentages

%100
%0
%57.14
%69.8

Codes

Color #004D21 in popluar color models

004D21
RGB07733
HSL146°100.00%15.10%
HSB/HSV146°100.00%30.20%
CMYK100.00%0.00%57.14%
69.80%

Color #004D21 in popluar number systems.

HEX004D21
Decimal07733
Binary01001101100001
Octal011541

Shades and tints

Shades of #004D21

#004D21
(0,77,33)
#00461E
(0,70,30)
#003F1B
(0,63,27)
#003818
(0,56,24)
#003115
(0,49,21)
#002A12
(0,42,18)
#00230F
(0,35,15)
#001C0C
(0,28,12)
#001509
(0,21,9)
#000E06
(0,14,6)
#000703
(0,7,3)
#000000
(0,0,0)

Tints of #004D21

#004D21
(0,77,33)
#175D35
(23,93,53)
#2E6D49
(46,109,73)
#457D5D
(69,125,93)
#5C8D71
(92,141,113)
#739D85
(115,157,133)
#8AAD99
(138,173,153)
#A1BDAD
(161,189,173)
#B8CDC1
(184,205,193)
#CFDDD5
(207,221,213)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004D21; }

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

This text font color is #004D21.


Background Color

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

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

This div background color is #004D21.


Border color

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

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

This div border color is #004D21.


Opacity

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

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

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

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

This text has shadow with #004D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004D21 on black background.


Color preview on white background

This text has color #004D21 on white background.



Black color preview on #004D21 background

This text has black color on #004D21 background.


White color preview on #004D21 background

This text has white color on #004D21 background.