COLOR #224E2A

HEX: #224E2A
RGB: (34,78,42)

Color info

#224E2A contains red, green and blue colors in about the same proportion. Web safe color of #224E2A is #336633 (or #363).

RGB color model

#224E2A color RGB value is (34,78,42).

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

RGB channels and saturation

R 34 of 255 = 13%
G 78 of 255 = 31%
B 42 of 255 = 16%

34
78
42

R + G + B ~ 20%. #224E2A is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 78 + 42 = 154 (100%)
R 34 of 154 ~ 22.08%
G 78 of 154 ~ 50.65%
B 42 of 154 ~ 27.27%

%22.08
%50.65
%27.27

CMYK color model

#224E2A color CMYK value is (56,0,46,69).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 69.41%
CMYK:
(56,0,46,69)
C56M0Y46K69 
(56%,0%,46%,69%)
(0.56/0.00/0.46/0.69)	

CMYK percentages

%56.41
%0
%46.15
%69.41

Codes

Color #224E2A in popluar color models

224E2A
RGB347842
HSL131°39.29%21.96%
HSB/HSV131°56.41%30.59%
CMYK56.41%0.00%46.15%
69.41%

Color #224E2A in popluar number systems.

HEX224E2A
Decimal347842
Binary1000101001110101010
Octal4211652

Shades and tints

Shades of #224E2A

#224E2A
(34,78,42)
#1F4727
(31,71,39)
#1C4024
(28,64,36)
#193921
(25,57,33)
#16321E
(22,50,30)
#132B1B
(19,43,27)
#102418
(16,36,24)
#0D1D15
(13,29,21)
#0A1612
(10,22,18)
#070F0F
(7,15,15)
#04080C
(4,8,12)
#000000
(0,0,0)

Tints of #224E2A

#224E2A
(34,78,42)
#365E3D
(54,94,61)
#4A6E50
(74,110,80)
#5E7E63
(94,126,99)
#728E76
(114,142,118)
#869E89
(134,158,137)
#9AAE9C
(154,174,156)
#AEBEAF
(174,190,175)
#C2CEC2
(194,206,194)
#D6DED5
(214,222,213)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224E2A; }

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

This text font color is #224E2A.


Background Color

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

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

This div background color is #224E2A.


Border color

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

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

This div border color is #224E2A.


Opacity

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

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

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

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

This text has shadow with #224E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224E2A on black background.


Color preview on white background

This text has color #224E2A on white background.



Black color preview on #224E2A background

This text has black color on #224E2A background.


White color preview on #224E2A background

This text has white color on #224E2A background.