COLOR #221B11

HEX: #221B11
RGB: (34,27,17)

Color info

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

RGB color model

#221B11 color RGB value is (34,27,17).

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

RGB channels and saturation

R 34 of 255 = 13%
G 27 of 255 = 11%
B 17 of 255 = 7%

34
27
17

R + G + B ~ 10%. #221B11 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 27 + 17 = 78 (100%)
R 34 of 78 ~ 43.59%
G 27 of 78 ~ 34.62%
B 17 of 78 ~ 21.79%

%43.59
%34.62
%21.79

CMYK color model

#221B11 color CMYK value is (0,21,50,87).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 50.00%
  • key color value is 86.67%
CMYK:
(0,21,50,87)
C0M21Y50K87 
(0%,21%,50%,87%)
(0.00/0.21/0.50/0.87)	

CMYK percentages

%0
%20.59
%50
%86.67

Codes

Color #221B11 in popluar color models

221B11
RGB342717
HSL35°33.33%10.00%
HSB/HSV35°50.00%13.33%
CMYK0.00%20.59%50.00%
86.67%

Color #221B11 in popluar number systems.

HEX221B11
Decimal342717
Binary1000101101110001
Octal423321

Shades and tints

Shades of #221B11

#221B11
(34,27,17)
#1F1910
(31,25,16)
#1C170F
(28,23,15)
#19150E
(25,21,14)
#16130D
(22,19,13)
#13110C
(19,17,12)
#100F0B
(16,15,11)
#0D0D0A
(13,13,10)
#0A0B09
(10,11,9)
#070908
(7,9,8)
#040707
(4,7,7)
#000000
(0,0,0)

Tints of #221B11

#221B11
(34,27,17)
#362F26
(54,47,38)
#4A433B
(74,67,59)
#5E5750
(94,87,80)
#726B65
(114,107,101)
#867F7A
(134,127,122)
#9A938F
(154,147,143)
#AEA7A4
(174,167,164)
#C2BBB9
(194,187,185)
#D6CFCE
(214,207,206)
#EAE3E3
(234,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221B11; }

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

This text font color is #221B11.


Background Color

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

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

This div background color is #221B11.


Border color

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

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

This div border color is #221B11.


Opacity

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

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

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

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

This text has shadow with #221B11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221B11 on black background.


Color preview on white background

This text has color #221B11 on white background.



Black color preview on #221B11 background

This text has black color on #221B11 background.


White color preview on #221B11 background

This text has white color on #221B11 background.