COLOR #004822

HEX: #004822
RGB: (0,72,34)

Color info

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

RGB color model

#004822 color RGB value is (0,72,34).

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

RGB channels and saturation

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

0
72
34

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

Portions of RGB colors in percentages

R + G + B =
0 + 72 + 34 = 106 (100%)
R 0 of 106 ~ 0%
G 72 of 106 ~ 67.92%
B 34 of 106 ~ 32.08%

%67.92
%32.08

CMYK color model

#004822 color CMYK value is (100,0,53,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 52.78%
  • key color value is 71.76%
CMYK:
(100,0,53,72)
C100M0Y53K72 
(100%,0%,53%,72%)
(1.00/0.00/0.53/0.72)	

CMYK percentages

%100
%0
%52.78
%71.76

Codes

Color #004822 in popluar color models

004822
RGB07234
HSL148°100.00%14.12%
HSB/HSV148°100.00%28.24%
CMYK100.00%0.00%52.78%
71.76%

Color #004822 in popluar number systems.

HEX004822
Decimal07234
Binary01001000100010
Octal011042

Shades and tints

Shades of #004822

#004822
(0,72,34)
#00421F
(0,66,31)
#003C1C
(0,60,28)
#003619
(0,54,25)
#003016
(0,48,22)
#002A13
(0,42,19)
#002410
(0,36,16)
#001E0D
(0,30,13)
#00180A
(0,24,10)
#001207
(0,18,7)
#000C04
(0,12,4)
#000000
(0,0,0)

Tints of #004822

#004822
(0,72,34)
#175836
(23,88,54)
#2E684A
(46,104,74)
#45785E
(69,120,94)
#5C8872
(92,136,114)
#739886
(115,152,134)
#8AA89A
(138,168,154)
#A1B8AE
(161,184,174)
#B8C8C2
(184,200,194)
#CFD8D6
(207,216,214)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004822; }

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

This text font color is #004822.


Background Color

.myBgColor { background-color: #004822; }

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

This div background color is #004822.


Border color

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

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

This div border color is #004822.


Opacity

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

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

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

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

This text has shadow with #004822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004822 on black background.


Color preview on white background

This text has color #004822 on white background.



Black color preview on #004822 background

This text has black color on #004822 background.


White color preview on #004822 background

This text has white color on #004822 background.