COLOR #222509

HEX: #222509
RGB: (34,37,9)

Color info

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

RGB color model

#222509 color RGB value is (34,37,9).

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

RGB channels and saturation

R 34 of 255 = 13%
G 37 of 255 = 15%
B 9 of 255 = 4%

34
37
9

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

Portions of RGB colors in percentages

R + G + B =
34 + 37 + 9 = 80 (100%)
R 34 of 80 ~ 42.5%
G 37 of 80 ~ 46.25%
B 9 of 80 ~ 11.25%

%42.5
%46.25
%11.25

CMYK color model

#222509 color CMYK value is (8,0,76,85).

  • cyan value is 8.11%
  • magenta value is 0.00%
  • yellow value is 75.68%
  • key color value is 85.49%
CMYK:
(8,0,76,85)
C8M0Y76K85 
(8%,0%,76%,85%)
(0.08/0.00/0.76/0.85)	

CMYK percentages

%8.11
%0
%75.68
%85.49

Codes

Color #222509 in popluar color models

222509
RGB34379
HSL66°60.87%9.02%
HSB/HSV66°75.68%14.51%
CMYK8.11%0.00%75.68%
85.49%

Color #222509 in popluar number systems.

HEX222509
Decimal34379
Binary1000101001011001
Octal424511

Shades and tints

Shades of #222509

#222509
(34,37,9)
#1F2209
(31,34,9)
#1C1F09
(28,31,9)
#191C09
(25,28,9)
#161909
(22,25,9)
#131609
(19,22,9)
#101309
(16,19,9)
#0D1009
(13,16,9)
#0A0D09
(10,13,9)
#070A09
(7,10,9)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #222509

#222509
(34,37,9)
#36381F
(54,56,31)
#4A4B35
(74,75,53)
#5E5E4B
(94,94,75)
#727161
(114,113,97)
#868477
(134,132,119)
#9A978D
(154,151,141)
#AEAAA3
(174,170,163)
#C2BDB9
(194,189,185)
#D6D0CF
(214,208,207)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222509; }

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

This text font color is #222509.


Background Color

.myBgColor { background-color: #222509; }

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

This div background color is #222509.


Border color

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

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

This div border color is #222509.


Opacity

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

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

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

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

This text has shadow with #222509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222509 on black background.


Color preview on white background

This text has color #222509 on white background.



Black color preview on #222509 background

This text has black color on #222509 background.


White color preview on #222509 background

This text has white color on #222509 background.