COLOR #224E19

HEX: #224E19
RGB: (34,78,25)

Color info

#224E19 contains red, green and blue colors in about the same proportion. Web safe color of #224E19 is #336600 (or #360).

RGB color model

#224E19 color RGB value is (34,78,25).

  • red value is 34;
  • green value is 78;
  • blue value is 25.
RGB:
(34,78,25)
(13%,31%,10%)

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 25 of 255 = 10%

34
78
25

R + G + B ~ 18%. #224E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 25 = 137 (100%)
R 34 of 137 ~ 24.82%
G 78 of 137 ~ 56.93%
B 25 of 137 ~ 18.25%

%24.82
%56.93
%18.25

CMYK color model

#224E19 color CMYK value is (56,0,68,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 67.95%
  • key color value is 69.41%
CMYK:
(56,0,68,69)
C56M0Y68K69 
(56%,0%,68%,69%)
(0.56/0.00/0.68/0.69)	

CMYK percentages

%56.41
%0
%67.95
%69.41

Codes

Color #224E19 in popluar color models

224E19
RGB347825
HSL110°51.46%20.20%
HSB/HSV110°67.95%30.59%
CMYK56.41%0.00%67.95%
69.41%

Color #224E19 in popluar number systems.

HEX224E19
Decimal347825
Binary100010100111011001
Octal4211631

Shades and tints

Shades of #224E19

#224E19
(34,78,25)
#1F4717
(31,71,23)
#1C4015
(28,64,21)
#193913
(25,57,19)
#163211
(22,50,17)
#132B0F
(19,43,15)
#10240D
(16,36,13)
#0D1D0B
(13,29,11)
#0A1609
(10,22,9)
#070F07
(7,15,7)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #224E19

#224E19
(34,78,25)
#365E2D
(54,94,45)
#4A6E41
(74,110,65)
#5E7E55
(94,126,85)
#728E69
(114,142,105)
#869E7D
(134,158,125)
#9AAE91
(154,174,145)
#AEBEA5
(174,190,165)
#C2CEB9
(194,206,185)
#D6DECD
(214,222,205)
#EAEEE1
(234,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224E19 color. Also use rgb(34,78,25) instead hex code.

Text Font Color

.myTextColor { color: #224E19; }

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

This text font color is #224E19.


Background Color

.myBgColor { background-color: #224E19; }

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

This div background color is #224E19.


Border color

.myBorderColor { border: 1px solid #224E19; }

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

This div border color is #224E19.


Opacity

.myOpacity80 { color: #224E19; opacity: 0.8; }

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

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

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

This text has shadow with #224E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E19 on black background.


Color preview on white background

This text has color #224E19 on white background.



Black color preview on #224E19 background

This text has black color on #224E19 background.


White color preview on #224E19 background

This text has white color on #224E19 background.