COLOR #00721F

HEX: #00721F
RGB: (0,114,31)

Color info

#00721F contains mainly green color. Web safe color of #00721F is #006633 (or #063).

RGB color model

#00721F color RGB value is (0,114,31).

  • red value is 0;
  • green value is 114;
  • blue value is 31.
RGB:
(0,114,31)
(0%,45%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 31 of 255 = 12%

0
114
31

R + G + B ~ 19%. #00721F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 31 = 145 (100%)
R 0 of 145 ~ 0%
G 114 of 145 ~ 78.62%
B 31 of 145 ~ 21.38%

%78.62
%21.38

CMYK color model

#00721F color CMYK value is (100,0,73,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.81%
  • key color value is 55.29%
CMYK:
(100,0,73,55)
C100M0Y73K55 
(100%,0%,73%,55%)
(1.00/0.00/0.73/0.55)	

CMYK percentages

%100
%0
%72.81
%55.29

Codes

Color #00721F in popluar color models

00721F
RGB011431
HSL136°100.00%22.35%
HSB/HSV136°100.00%44.71%
CMYK100.00%0.00%72.81%
55.29%

Color #00721F in popluar number systems.

HEX00721F
Decimal011431
Binary0111001011111
Octal016237

Shades and tints

Shades of #00721F

#00721F
(0,114,31)
#00681D
(0,104,29)
#005E1B
(0,94,27)
#005419
(0,84,25)
#004A17
(0,74,23)
#004015
(0,64,21)
#003613
(0,54,19)
#002C11
(0,44,17)
#00220F
(0,34,15)
#00180D
(0,24,13)
#000E0B
(0,14,11)
#000000
(0,0,0)

Tints of #00721F

#00721F
(0,114,31)
#177E33
(23,126,51)
#2E8A47
(46,138,71)
#45965B
(69,150,91)
#5CA26F
(92,162,111)
#73AE83
(115,174,131)
#8ABA97
(138,186,151)
#A1C6AB
(161,198,171)
#B8D2BF
(184,210,191)
#CFDED3
(207,222,211)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00721F color. Also use rgb(0,114,31) instead hex code.

Text Font Color

.myTextColor { color: #00721F; }

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

This text font color is #00721F.


Background Color

.myBgColor { background-color: #00721F; }

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

This div background color is #00721F.


Border color

.myBorderColor { border: 1px solid #00721F; }

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

This div border color is #00721F.


Opacity

.myOpacity80 { color: #00721F; opacity: 0.8; }

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

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

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

This text has shadow with #00721F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00721F on black background.


Color preview on white background

This text has color #00721F on white background.



Black color preview on #00721F background

This text has black color on #00721F background.


White color preview on #00721F background

This text has white color on #00721F background.