COLOR #004722

HEX: #004722
RGB: (0,71,34)

Color info

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

RGB color model

#004722 color RGB value is (0,71,34).

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

RGB channels and saturation

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

0
71
34

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

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 34 = 105 (100%)
R 0 of 105 ~ 0%
G 71 of 105 ~ 67.62%
B 34 of 105 ~ 32.38%

%67.62
%32.38

CMYK color model

#004722 color CMYK value is (100,0,52,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 52.11%
  • key color value is 72.16%
CMYK:
(100,0,52,72)
C100M0Y52K72 
(100%,0%,52%,72%)
(1.00/0.00/0.52/0.72)	

CMYK percentages

%100
%0
%52.11
%72.16

Codes

Color #004722 in popluar color models

004722
RGB07134
HSL149°100.00%13.92%
HSB/HSV149°100.00%27.84%
CMYK100.00%0.00%52.11%
72.16%

Color #004722 in popluar number systems.

HEX004722
Decimal07134
Binary01000111100010
Octal010742

Shades and tints

Shades of #004722

#004722
(0,71,34)
#00411F
(0,65,31)
#003B1C
(0,59,28)
#003519
(0,53,25)
#002F16
(0,47,22)
#002913
(0,41,19)
#002310
(0,35,16)
#001D0D
(0,29,13)
#00170A
(0,23,10)
#001107
(0,17,7)
#000B04
(0,11,4)
#000000
(0,0,0)

Tints of #004722

#004722
(0,71,34)
#175736
(23,87,54)
#2E674A
(46,103,74)
#45775E
(69,119,94)
#5C8772
(92,135,114)
#739786
(115,151,134)
#8AA79A
(138,167,154)
#A1B7AE
(161,183,174)
#B8C7C2
(184,199,194)
#CFD7D6
(207,215,214)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004722; }

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

This text font color is #004722.


Background Color

.myBgColor { background-color: #004722; }

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

This div background color is #004722.


Border color

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

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

This div border color is #004722.


Opacity

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

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

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

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

This text has shadow with #004722 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004722 on black background.


Color preview on white background

This text has color #004722 on white background.



Black color preview on #004722 background

This text has black color on #004722 background.


White color preview on #004722 background

This text has white color on #004722 background.