COLOR #224A1D

HEX: #224A1D
RGB: (34,74,29)

Color info

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

RGB color model

#224A1D color RGB value is (34,74,29).

  • red value is 34;
  • green value is 74;
  • blue value is 29.
RGB:
(34,74,29)
(13%,29%,11%)

RGB channels and saturation

R 34 of 255 = 13%
G 74 of 255 = 29%
B 29 of 255 = 11%

34
74
29

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

Portions of RGB colors in percentages

R + G + B =
34 + 74 + 29 = 137 (100%)
R 34 of 137 ~ 24.82%
G 74 of 137 ~ 54.01%
B 29 of 137 ~ 21.17%

%24.82
%54.01
%21.17

CMYK color model

#224A1D color CMYK value is (54,0,61,71).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 60.81%
  • key color value is 70.98%
CMYK:
(54,0,61,71)
C54M0Y61K71 
(54%,0%,61%,71%)
(0.54/0.00/0.61/0.71)	

CMYK percentages

%54.05
%0
%60.81
%70.98

Codes

Color #224A1D in popluar color models

224A1D
RGB347429
HSL113°43.69%20.20%
HSB/HSV113°60.81%29.02%
CMYK54.05%0.00%60.81%
70.98%

Color #224A1D in popluar number systems.

HEX224A1D
Decimal347429
Binary100010100101011101
Octal4211235

Shades and tints

Shades of #224A1D

#224A1D
(34,74,29)
#1F441B
(31,68,27)
#1C3E19
(28,62,25)
#193817
(25,56,23)
#163215
(22,50,21)
#132C13
(19,44,19)
#102611
(16,38,17)
#0D200F
(13,32,15)
#0A1A0D
(10,26,13)
#07140B
(7,20,11)
#040E09
(4,14,9)
#000000
(0,0,0)

Tints of #224A1D

#224A1D
(34,74,29)
#365A31
(54,90,49)
#4A6A45
(74,106,69)
#5E7A59
(94,122,89)
#728A6D
(114,138,109)
#869A81
(134,154,129)
#9AAA95
(154,170,149)
#AEBAA9
(174,186,169)
#C2CABD
(194,202,189)
#D6DAD1
(214,218,209)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224A1D color. Also use rgb(34,74,29) instead hex code.

Text Font Color

.myTextColor { color: #224A1D; }

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

This text font color is #224A1D.


Background Color

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

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

This div background color is #224A1D.


Border color

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

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

This div border color is #224A1D.


Opacity

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

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

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

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

This text has shadow with #224A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224A1D on black background.


Color preview on white background

This text has color #224A1D on white background.



Black color preview on #224A1D background

This text has black color on #224A1D background.


White color preview on #224A1D background

This text has white color on #224A1D background.