COLOR #221B09

HEX: #221B09
RGB: (34,27,9)

Color info

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

RGB color model

#221B09 color RGB value is (34,27,9).

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

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 9 of 255 = 4%

34
27
9

R + G + B ~ 9%. #221B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 27 + 9 = 70 (100%)
R 34 of 70 ~ 48.57%
G 27 of 70 ~ 38.57%
B 9 of 70 ~ 12.86%

%48.57
%38.57
%12.86

CMYK color model

#221B09 color CMYK value is (0,21,74,87).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 73.53%
  • key color value is 86.67%
CMYK:
(0,21,74,87)
C0M21Y74K87 
(0%,21%,74%,87%)
(0.00/0.21/0.74/0.87)	

CMYK percentages

%0
%20.59
%73.53
%86.67

Codes

Color #221B09 in popluar color models

221B09
RGB34279
HSL43°58.14%8.43%
HSB/HSV43°73.53%13.33%
CMYK0.00%20.59%73.53%
86.67%

Color #221B09 in popluar number systems.

HEX221B09
Decimal34279
Binary100010110111001
Octal423311

Shades and tints

Shades of #221B09

#221B09
(34,27,9)
#1F1909
(31,25,9)
#1C1709
(28,23,9)
#191509
(25,21,9)
#161309
(22,19,9)
#131109
(19,17,9)
#100F09
(16,15,9)
#0D0D09
(13,13,9)
#0A0B09
(10,11,9)
#070909
(7,9,9)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #221B09

#221B09
(34,27,9)
#362F1F
(54,47,31)
#4A4335
(74,67,53)
#5E574B
(94,87,75)
#726B61
(114,107,97)
#867F77
(134,127,119)
#9A938D
(154,147,141)
#AEA7A3
(174,167,163)
#C2BBB9
(194,187,185)
#D6CFCF
(214,207,207)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221B09; }

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

This text font color is #221B09.


Background Color

.myBgColor { background-color: #221B09; }

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

This div background color is #221B09.


Border color

.myBorderColor { border: 1px solid #221B09; }

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

This div border color is #221B09.


Opacity

.myOpacity80 { color: #221B09; opacity: 0.8; }

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

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

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

This text has shadow with #221B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221B09 on black background.


Color preview on white background

This text has color #221B09 on white background.



Black color preview on #221B09 background

This text has black color on #221B09 background.


White color preview on #221B09 background

This text has white color on #221B09 background.