COLOR #221309

HEX: #221309
RGB: (34,19,9)

Color info

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

RGB color model

#221309 color RGB value is (34,19,9).

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

RGB channels and saturation

R 34 of 255 = 13%
G 19 of 255 = 7%
B 9 of 255 = 4%

34
19
9

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

Portions of RGB colors in percentages

R + G + B =
34 + 19 + 9 = 62 (100%)
R 34 of 62 ~ 54.84%
G 19 of 62 ~ 30.65%
B 9 of 62 ~ 14.52%

%54.84
%30.65
%14.52

CMYK color model

#221309 color CMYK value is (0,44,74,87).

  • cyan value is 0.00%
  • magenta value is 44.12%
  • yellow value is 73.53%
  • key color value is 86.67%
CMYK:
(0,44,74,87)
C0M44Y74K87 
(0%,44%,74%,87%)
(0.00/0.44/0.74/0.87)	

CMYK percentages

%0
%44.12
%73.53
%86.67

Codes

Color #221309 in popluar color models

221309
RGB34199
HSL24°58.14%8.43%
HSB/HSV24°73.53%13.33%
CMYK0.00%44.12%73.53%
86.67%

Color #221309 in popluar number systems.

HEX221309
Decimal34199
Binary100010100111001
Octal422311

Shades and tints

Shades of #221309

#221309
(34,19,9)
#1F1209
(31,18,9)
#1C1109
(28,17,9)
#191009
(25,16,9)
#160F09
(22,15,9)
#130E09
(19,14,9)
#100D09
(16,13,9)
#0D0C09
(13,12,9)
#0A0B09
(10,11,9)
#070A09
(7,10,9)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #221309

#221309
(34,19,9)
#36281F
(54,40,31)
#4A3D35
(74,61,53)
#5E524B
(94,82,75)
#726761
(114,103,97)
#867C77
(134,124,119)
#9A918D
(154,145,141)
#AEA6A3
(174,166,163)
#C2BBB9
(194,187,185)
#D6D0CF
(214,208,207)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221309; }

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

This text font color is #221309.


Background Color

.myBgColor { background-color: #221309; }

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

This div background color is #221309.


Border color

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

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

This div border color is #221309.


Opacity

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

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

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

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

This text has shadow with #221309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221309 on black background.


Color preview on white background

This text has color #221309 on white background.



Black color preview on #221309 background

This text has black color on #221309 background.


White color preview on #221309 background

This text has white color on #221309 background.