COLOR #224411

HEX: #224411 RGB: (34,68,17)

Color info

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

RGB color model

#224411 color RGB value is (34,68,17).

RGB: (34,68,17) (13%, 27%, 7%)

RGB channels and saturation

R 34 of 255 = 13%
G 68 of 255 = 27%
B 17 of 255 = 7%

34
68
17

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

Portions of RGB colors in percentages

R + G + B = 34 + 68 + 17 = 119 (100%)
R 34 of 119 ~ 28.57%
G 68 of 119 ~ 57.14%
B 17 of 119 ~ 14.29'%

%28.57
%57.14
%14.29

CMYK color model

#224411 color CMYK value is (50,0,75,73).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 73.33%

CMYK: (50,0,75,73)
C50M0Y75K73 (50%, 0%, 75%, 73%)
(0.50 / 0.00 / 0.75 / 0.73)

CMYK percentages

%50
%0
%75
%73.33

Codes

Color #224411 in popluar color models

22 44 11
RGB 34 68 17
HSL 100° 60.00% 16.67%
HSB/HSV 100° 75.00% 26.67%
CMYK 50.00% 0.00% 75.00%
73.33%

Color #224411 in popluar number systems.

HEX 22 44 11
Decimal 34 68 17
Binary 100010 1000100 10001
Octal 42 104 21

Shades and tints

Shades of #224411

#224411
(34,68,17)
#1F3E10
(31,62,16)
#1C380F
(28,56,15)
#19320E
(25,50,14)
#162C0D
(22,44,13)
#13260C
(19,38,12)
#10200B
(16,32,11)
#0D1A0A
(13,26,10)
#0A1409
(10,20,9)
#070E08
(7,14,8)
#040807
(4,8,7)
#000000
(0,0,0)

Tints of #224411

#224411
(34,68,17)
#365526
(54,85,38)
#4A663B
(74,102,59)
#5E7750
(94,119,80)
#728865
(114,136,101)
#86997A
(134,153,122)
#9AAA8F
(154,170,143)
#AEBBA4
(174,187,164)
#C2CCB9
(194,204,185)
#D6DDCE
(214,221,206)
#EAEEE3
(234,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224411 color. Also use rgb(34,68,17) instead hex code.

Text Font Color

.myTextColor { color: #224411; }

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

This text font color is #224411.

Background Color

.myBgColor { background-color: #224411; }

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

This div background color is #224411.

Border color

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

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

This div border color is #224411.

Opacity

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

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

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

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

This text has shadow with #224411 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224411.

Preview

Color preview on black background

This text has color #224411 on black background.


Color preview on white background

This text has color #224411 on white background.


Black color preview on #224411 background

This text has black color on #224411 background.


White color preview on #224411 background

This text has white color on #224411 background.


Related colors

Complementary color

Complementary color for #hex is #DDBBEE.


I love getcolorcode.com

Triadic colors

1 #112244 and #441122 with #224411 are triadic colors.

2 #114422 and #442211 with #224411 are triadic colors.