COLOR #224814

HEX: #224814
RGB: (34,72,20)

Color info

#224814 contains red, green and blue colors in about the same proportion. Web safe color of #224814 is #333300 (or #330).

RGB color model

#224814 color RGB value is (34,72,20).

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

RGB channels and saturation

R 34 of 255 = 13%
G 72 of 255 = 28%
B 20 of 255 = 8%

34
72
20

R + G + B ~ 16%. #224814 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 72 + 20 = 126 (100%)
R 34 of 126 ~ 26.98%
G 72 of 126 ~ 57.14%
B 20 of 126 ~ 15.87%

%26.98
%57.14
%15.87

CMYK color model

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

  • cyan value is 52.78%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 71.76%
CMYK:
(53,0,72,72)
C53M0Y72K72 
(53%,0%,72%,72%)
(0.53/0.00/0.72/0.72)	

CMYK percentages

%52.78
%0
%72.22
%71.76

Codes

Color #224814 in popluar color models

224814
RGB347220
HSL104°56.52%18.04%
HSB/HSV104°72.22%28.24%
CMYK52.78%0.00%72.22%
71.76%

Color #224814 in popluar number systems.

HEX224814
Decimal347220
Binary100010100100010100
Octal4211024

Shades and tints

Shades of #224814

#224814
(34,72,20)
#1F4213
(31,66,19)
#1C3C12
(28,60,18)
#193611
(25,54,17)
#163010
(22,48,16)
#132A0F
(19,42,15)
#10240E
(16,36,14)
#0D1E0D
(13,30,13)
#0A180C
(10,24,12)
#07120B
(7,18,11)
#040C0A
(4,12,10)
#000000
(0,0,0)

Tints of #224814

#224814
(34,72,20)
#365829
(54,88,41)
#4A683E
(74,104,62)
#5E7853
(94,120,83)
#728868
(114,136,104)
#86987D
(134,152,125)
#9AA892
(154,168,146)
#AEB8A7
(174,184,167)
#C2C8BC
(194,200,188)
#D6D8D1
(214,216,209)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224814; }

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

This text font color is #224814.


Background Color

.myBgColor { background-color: #224814; }

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

This div background color is #224814.


Border color

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

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

This div border color is #224814.


Opacity

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

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

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

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

This text has shadow with #224814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224814 on black background.


Color preview on white background

This text has color #224814 on white background.



Black color preview on #224814 background

This text has black color on #224814 background.


White color preview on #224814 background

This text has white color on #224814 background.