COLOR #224D2A

HEX: #224D2A
RGB: (34,77,42)

Color info

#224D2A contains red, green and blue colors in about the same proportion. Web safe color of #224D2A is #333333 (or #333).

RGB color model

#224D2A color RGB value is (34,77,42).

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

RGB channels and saturation

R 34 of 255 = 13%
G 77 of 255 = 30%
B 42 of 255 = 16%

34
77
42

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

Portions of RGB colors in percentages

R + G + B =
34 + 77 + 42 = 153 (100%)
R 34 of 153 ~ 22.22%
G 77 of 153 ~ 50.33%
B 42 of 153 ~ 27.45%

%22.22
%50.33
%27.45

CMYK color model

#224D2A color CMYK value is (56,0,45,70).

  • cyan value is 55.84%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 69.80%
CMYK:
(56,0,45,70)
C56M0Y45K70 
(56%,0%,45%,70%)
(0.56/0.00/0.45/0.70)	

CMYK percentages

%55.84
%0
%45.45
%69.8

Codes

Color #224D2A in popluar color models

224D2A
RGB347742
HSL131°38.74%21.76%
HSB/HSV131°55.84%30.20%
CMYK55.84%0.00%45.45%
69.80%

Color #224D2A in popluar number systems.

HEX224D2A
Decimal347742
Binary1000101001101101010
Octal4211552

Shades and tints

Shades of #224D2A

#224D2A
(34,77,42)
#1F4627
(31,70,39)
#1C3F24
(28,63,36)
#193821
(25,56,33)
#16311E
(22,49,30)
#132A1B
(19,42,27)
#102318
(16,35,24)
#0D1C15
(13,28,21)
#0A1512
(10,21,18)
#070E0F
(7,14,15)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #224D2A

#224D2A
(34,77,42)
#365D3D
(54,93,61)
#4A6D50
(74,109,80)
#5E7D63
(94,125,99)
#728D76
(114,141,118)
#869D89
(134,157,137)
#9AAD9C
(154,173,156)
#AEBDAF
(174,189,175)
#C2CDC2
(194,205,194)
#D6DDD5
(214,221,213)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224D2A; }

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

This text font color is #224D2A.


Background Color

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

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

This div background color is #224D2A.


Border color

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

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

This div border color is #224D2A.


Opacity

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

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

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

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

This text has shadow with #224D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224D2A on black background.


Color preview on white background

This text has color #224D2A on white background.



Black color preview on #224D2A background

This text has black color on #224D2A background.


White color preview on #224D2A background

This text has white color on #224D2A background.