COLOR #004E21

HEX: #004E21
RGB: (0,78,33)

Color info

#004E21 contains only green and blue colors. Web safe color of #004E21 is #006633 (or #063).

RGB color model

#004E21 color RGB value is (0,78,33).

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

RGB channels and saturation

R 0 of 255 = 0%
G 78 of 255 = 31%
B 33 of 255 = 13%

0
78
33

R + G + B ~ 15%. #004E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 78 + 33 = 111 (100%)
R 0 of 111 ~ 0%
G 78 of 111 ~ 70.27%
B 33 of 111 ~ 29.73%

%70.27
%29.73

CMYK color model

#004E21 color CMYK value is (100,0,58,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 69.41%
CMYK:
(100,0,58,69)
C100M0Y58K69 
(100%,0%,58%,69%)
(1.00/0.00/0.58/0.69)	

CMYK percentages

%100
%0
%57.69
%69.41

Codes

Color #004E21 in popluar color models

004E21
RGB07833
HSL145°100.00%15.29%
HSB/HSV145°100.00%30.59%
CMYK100.00%0.00%57.69%
69.41%

Color #004E21 in popluar number systems.

HEX004E21
Decimal07833
Binary01001110100001
Octal011641

Shades and tints

Shades of #004E21

#004E21
(0,78,33)
#00471E
(0,71,30)
#00401B
(0,64,27)
#003918
(0,57,24)
#003215
(0,50,21)
#002B12
(0,43,18)
#00240F
(0,36,15)
#001D0C
(0,29,12)
#001609
(0,22,9)
#000F06
(0,15,6)
#000803
(0,8,3)
#000000
(0,0,0)

Tints of #004E21

#004E21
(0,78,33)
#175E35
(23,94,53)
#2E6E49
(46,110,73)
#457E5D
(69,126,93)
#5C8E71
(92,142,113)
#739E85
(115,158,133)
#8AAE99
(138,174,153)
#A1BEAD
(161,190,173)
#B8CEC1
(184,206,193)
#CFDED5
(207,222,213)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004E21; }

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

This text font color is #004E21.


Background Color

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

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

This div background color is #004E21.


Border color

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

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

This div border color is #004E21.


Opacity

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

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

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

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

This text has shadow with #004E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004E21 on black background.


Color preview on white background

This text has color #004E21 on white background.



Black color preview on #004E21 background

This text has black color on #004E21 background.


White color preview on #004E21 background

This text has white color on #004E21 background.