COLOR #224212

HEX: #224212
RGB: (34,66,18)

Color info

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

RGB color model

#224212 color RGB value is (34,66,18).

  • red value is 34;
  • green value is 66;
  • blue value is 18.
RGB:
(34,66,18)
(13%,26%,7%)

RGB channels and saturation

R 34 of 255 = 13%
G 66 of 255 = 26%
B 18 of 255 = 7%

34
66
18

R + G + B ~ 15%. #224212 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 66 + 18 = 118 (100%)
R 34 of 118 ~ 28.81%
G 66 of 118 ~ 55.93%
B 18 of 118 ~ 15.25%

%28.81
%55.93
%15.25

CMYK color model

#224212 color CMYK value is (48,0,73,74).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 74.12%
CMYK:
(48,0,73,74)
C48M0Y73K74 
(48%,0%,73%,74%)
(0.48/0.00/0.73/0.74)	

CMYK percentages

%48.48
%0
%72.73
%74.12

Codes

Color #224212 in popluar color models

224212
RGB346618
HSL100°57.14%16.47%
HSB/HSV100°72.73%25.88%
CMYK48.48%0.00%72.73%
74.12%

Color #224212 in popluar number systems.

HEX224212
Decimal346618
Binary100010100001010010
Octal4210222

Shades and tints

Shades of #224212

#224212
(34,66,18)
#1F3C11
(31,60,17)
#1C3610
(28,54,16)
#19300F
(25,48,15)
#162A0E
(22,42,14)
#13240D
(19,36,13)
#101E0C
(16,30,12)
#0D180B
(13,24,11)
#0A120A
(10,18,10)
#070C09
(7,12,9)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #224212

#224212
(34,66,18)
#365327
(54,83,39)
#4A643C
(74,100,60)
#5E7551
(94,117,81)
#728666
(114,134,102)
#86977B
(134,151,123)
#9AA890
(154,168,144)
#AEB9A5
(174,185,165)
#C2CABA
(194,202,186)
#D6DBCF
(214,219,207)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224212 color. Also use rgb(34,66,18) instead hex code.

Text Font Color

.myTextColor { color: #224212; }

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

This text font color is #224212.


Background Color

.myBgColor { background-color: #224212; }

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

This div background color is #224212.


Border color

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

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

This div border color is #224212.


Opacity

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

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

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

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

This text has shadow with #224212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224212 on black background.


Color preview on white background

This text has color #224212 on white background.



Black color preview on #224212 background

This text has black color on #224212 background.


White color preview on #224212 background

This text has white color on #224212 background.