COLOR #221B12

HEX: #221B12
RGB: (34,27,18)

Color info

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

RGB color model

#221B12 color RGB value is (34,27,18).

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

RGB channels and saturation

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

34
27
18

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

Portions of RGB colors in percentages

R + G + B =
34 + 27 + 18 = 79 (100%)
R 34 of 79 ~ 43.04%
G 27 of 79 ~ 34.18%
B 18 of 79 ~ 22.78%

%43.04
%34.18
%22.78

CMYK color model

#221B12 color CMYK value is (0,21,47,87).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 47.06%
  • key color value is 86.67%
CMYK:
(0,21,47,87)
C0M21Y47K87 
(0%,21%,47%,87%)
(0.00/0.21/0.47/0.87)	

CMYK percentages

%0
%20.59
%47.06
%86.67

Codes

Color #221B12 in popluar color models

221B12
RGB342718
HSL34°30.77%10.20%
HSB/HSV34°47.06%13.33%
CMYK0.00%20.59%47.06%
86.67%

Color #221B12 in popluar number systems.

HEX221B12
Decimal342718
Binary1000101101110010
Octal423322

Shades and tints

Shades of #221B12

#221B12
(34,27,18)
#1F1911
(31,25,17)
#1C1710
(28,23,16)
#19150F
(25,21,15)
#16130E
(22,19,14)
#13110D
(19,17,13)
#100F0C
(16,15,12)
#0D0D0B
(13,13,11)
#0A0B0A
(10,11,10)
#070909
(7,9,9)
#040708
(4,7,8)
#000000
(0,0,0)

Tints of #221B12

#221B12
(34,27,18)
#362F27
(54,47,39)
#4A433C
(74,67,60)
#5E5751
(94,87,81)
#726B66
(114,107,102)
#867F7B
(134,127,123)
#9A9390
(154,147,144)
#AEA7A5
(174,167,165)
#C2BBBA
(194,187,186)
#D6CFCF
(214,207,207)
#EAE3E4
(234,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221B12; }

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

This text font color is #221B12.


Background Color

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

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

This div background color is #221B12.


Border color

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

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

This div border color is #221B12.


Opacity

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

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

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

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

This text has shadow with #221B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221B12 on black background.


Color preview on white background

This text has color #221B12 on white background.



Black color preview on #221B12 background

This text has black color on #221B12 background.


White color preview on #221B12 background

This text has white color on #221B12 background.