COLOR #221509

HEX: #221509 RGB: (34,21,9)

Color info

#221509 contains red, green and blue colors in about the same proportion. Web safe color of #221509 is #330000 (or #300).

RGB color model

#221509 color RGB value is (34,21,9).

RGB: (34,21,9) (13%, 8%, 4%)

RGB channels and saturation

R 34 of 255 = 13%
G 21 of 255 = 8%
B 9 of 255 = 4%

34
21
9

R + G + B ~ 8%. #221509 is dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 21 + 9 = 64 (100%)
R 34 of 64 ~ 53.13%
G 21 of 64 ~ 32.81%
B 9 of 64 ~ 14.06'%

%53.13
%32.81
%14.06

CMYK color model

#221509 color CMYK value is (0,38,74,87).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 73.53%
  • key color value is 86.67%
CMYK: (0,38,74,87) C0M38Y74K87 (0%,38%,74%,87%) (0.00/0.38/0.74/0.87) 

CMYK percentages

%0
%38.24
%73.53
%86.67

Codes

Color #221509 in popluar color models

22 15 09
RGB 34 21 9
HSL 29° 58.14% 8.43%
HSB/HSV 29° 73.53% 13.33%
CMYK 0.00% 38.24% 73.53%
86.67%

Color #221509 in popluar number systems.

HEX 22 15 09
Decimal 34 21 9
Binary 100010 10101 1001
Octal 42 25 11

Shades and tints

Shades of #221509

#221509
(34,21,9)
#1F1409
(31,20,9)
#1C1309
(28,19,9)
#191209
(25,18,9)
#161109
(22,17,9)
#131009
(19,16,9)
#100F09
(16,15,9)
#0D0E09
(13,14,9)
#0A0D09
(10,13,9)
#070C09
(7,12,9)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #221509

#221509
(34,21,9)
#362A1F
(54,42,31)
#4A3F35
(74,63,53)
#5E544B
(94,84,75)
#726961
(114,105,97)
#867E77
(134,126,119)
#9A938D
(154,147,141)
#AEA8A3
(174,168,163)
#C2BDB9
(194,189,185)
#D6D2CF
(214,210,207)
#EAE7E5
(234,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221509; }

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

This text font color is #221509.

Background Color

.myBgColor { background-color: #221509; }

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

This div background color is #221509.

Border color

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

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

This div border color is #221509.

Opacity

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

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

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

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

This text has shadow with #221509 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #221509.

Preview

Color preview on black background

This text has color #221509 on black background.


Color preview on white background

This text has color #221509 on white background.


Black color preview on #221509 background

This text has black color on #221509 background.


White color preview on #221509 background

This text has white color on #221509 background.


Related colors

Complementary color

Complementary color for #hex is #DDEAF6.


I love getcolorcode.com

Triadic colors

1 #092215 and #150922 with #221509 are triadic colors.

2 #091522 and #152209 with #221509 are triadic colors.