COLOR #222214

HEX: #222214
RGB: (34,34,20)

Color info

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

RGB color model

#222214 color RGB value is (34,34,20).

  • red value is 34;
  • green value is 34;
  • blue value is 20.
RGB:
(34,34,20)
(13%,13%,8%)

RGB channels and saturation

R 34 of 255 = 13%
G 34 of 255 = 13%
B 20 of 255 = 8%

34
34
20

R + G + B ~ 11%. #222214 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 34 + 20 = 88 (100%)
R 34 of 88 ~ 38.64%
G 34 of 88 ~ 38.64%
B 20 of 88 ~ 22.73%

%38.64
%38.64
%22.73

CMYK color model

#222214 color CMYK value is (0,0,41,87).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 86.67%
CMYK:
(0,0,41,87)
C0M0Y41K87 
(0%,0%,41%,87%)
(0.00/0.00/0.41/0.87)	

CMYK percentages

%0
%0
%41.18
%86.67

Codes

Color #222214 in popluar color models

222214
RGB343420
HSL60°25.93%10.59%
HSB/HSV60°41.18%13.33%
CMYK0.00%0.00%41.18%
86.67%

Color #222214 in popluar number systems.

HEX222214
Decimal343420
Binary10001010001010100
Octal424224

Shades and tints

Shades of #222214

#222214
(34,34,20)
#1F1F13
(31,31,19)
#1C1C12
(28,28,18)
#191911
(25,25,17)
#161610
(22,22,16)
#13130F
(19,19,15)
#10100E
(16,16,14)
#0D0D0D
(13,13,13)
#0A0A0C
(10,10,12)
#07070B
(7,7,11)
#04040A
(4,4,10)
#000000
(0,0,0)

Tints of #222214

#222214
(34,34,20)
#363629
(54,54,41)
#4A4A3E
(74,74,62)
#5E5E53
(94,94,83)
#727268
(114,114,104)
#86867D
(134,134,125)
#9A9A92
(154,154,146)
#AEAEA7
(174,174,167)
#C2C2BC
(194,194,188)
#D6D6D1
(214,214,209)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222214; }

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

This text font color is #222214.


Background Color

.myBgColor { background-color: #222214; }

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

This div background color is #222214.


Border color

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

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

This div border color is #222214.


Opacity

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

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

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

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

This text has shadow with #222214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222214 on black background.


Color preview on white background

This text has color #222214 on white background.



Black color preview on #222214 background

This text has black color on #222214 background.


White color preview on #222214 background

This text has white color on #222214 background.