COLOR #222909

HEX: #222909
RGB: (34,41,9)

Color info

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

RGB color model

#222909 color RGB value is (34,41,9).

  • red value is 34;
  • green value is 41;
  • blue value is 9.
RGB:
(34,41,9)
(13%,16%,4%)

RGB channels and saturation

R 34 of 255 = 13%
G 41 of 255 = 16%
B 9 of 255 = 4%

34
41
9

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

Portions of RGB colors in percentages

R + G + B =
34 + 41 + 9 = 84 (100%)
R 34 of 84 ~ 40.48%
G 41 of 84 ~ 48.81%
B 9 of 84 ~ 10.71%

%40.48
%48.81
%10.71

CMYK color model

#222909 color CMYK value is (17,0,78,84).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 83.92%
CMYK:
(17,0,78,84)
C17M0Y78K84 
(17%,0%,78%,84%)
(0.17/0.00/0.78/0.84)	

CMYK percentages

%17.07
%0
%78.05
%83.92

Codes

Color #222909 in popluar color models

222909
RGB34419
HSL73°64.00%9.80%
HSB/HSV73°78.05%16.08%
CMYK17.07%0.00%78.05%
83.92%

Color #222909 in popluar number systems.

HEX222909
Decimal34419
Binary1000101010011001
Octal425111

Shades and tints

Shades of #222909

#222909
(34,41,9)
#1F2609
(31,38,9)
#1C2309
(28,35,9)
#192009
(25,32,9)
#161D09
(22,29,9)
#131A09
(19,26,9)
#101709
(16,23,9)
#0D1409
(13,20,9)
#0A1109
(10,17,9)
#070E09
(7,14,9)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #222909

#222909
(34,41,9)
#363C1F
(54,60,31)
#4A4F35
(74,79,53)
#5E624B
(94,98,75)
#727561
(114,117,97)
#868877
(134,136,119)
#9A9B8D
(154,155,141)
#AEAEA3
(174,174,163)
#C2C1B9
(194,193,185)
#D6D4CF
(214,212,207)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222909; }

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

This text font color is #222909.


Background Color

.myBgColor { background-color: #222909; }

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

This div background color is #222909.


Border color

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

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

This div border color is #222909.


Opacity

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

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

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

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

This text has shadow with #222909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222909 on black background.


Color preview on white background

This text has color #222909 on white background.



Black color preview on #222909 background

This text has black color on #222909 background.


White color preview on #222909 background

This text has white color on #222909 background.