COLOR #004721

HEX: #004721
RGB: (0,71,33)

Color info

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

RGB color model

#004721 color RGB value is (0,71,33).

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

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 33 of 255 = 13%

0
71
33

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

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 33 = 104 (100%)
R 0 of 104 ~ 0%
G 71 of 104 ~ 68.27%
B 33 of 104 ~ 31.73%

%68.27
%31.73

CMYK color model

#004721 color CMYK value is (100,0,54,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 53.52%
  • key color value is 72.16%
CMYK:
(100,0,54,72)
C100M0Y54K72 
(100%,0%,54%,72%)
(1.00/0.00/0.54/0.72)	

CMYK percentages

%100
%0
%53.52
%72.16

Codes

Color #004721 in popluar color models

004721
RGB07133
HSL148°100.00%13.92%
HSB/HSV148°100.00%27.84%
CMYK100.00%0.00%53.52%
72.16%

Color #004721 in popluar number systems.

HEX004721
Decimal07133
Binary01000111100001
Octal010741

Shades and tints

Shades of #004721

#004721
(0,71,33)
#00411E
(0,65,30)
#003B1B
(0,59,27)
#003518
(0,53,24)
#002F15
(0,47,21)
#002912
(0,41,18)
#00230F
(0,35,15)
#001D0C
(0,29,12)
#001709
(0,23,9)
#001106
(0,17,6)
#000B03
(0,11,3)
#000000
(0,0,0)

Tints of #004721

#004721
(0,71,33)
#175735
(23,87,53)
#2E6749
(46,103,73)
#45775D
(69,119,93)
#5C8771
(92,135,113)
#739785
(115,151,133)
#8AA799
(138,167,153)
#A1B7AD
(161,183,173)
#B8C7C1
(184,199,193)
#CFD7D5
(207,215,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004721; }

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

This text font color is #004721.


Background Color

.myBgColor { background-color: #004721; }

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

This div background color is #004721.


Border color

.myBorderColor { border: 1px solid #004721; }

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

This div border color is #004721.


Opacity

.myOpacity80 { color: #004721; opacity: 0.8; }

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

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

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

This text has shadow with #004721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004721 on black background.


Color preview on white background

This text has color #004721 on white background.



Black color preview on #004721 background

This text has black color on #004721 background.


White color preview on #004721 background

This text has white color on #004721 background.