COLOR #221C15

HEX: #221C15
RGB: (34,28,21)

Color info

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

RGB color model

#221C15 color RGB value is (34,28,21).

  • red value is 34;
  • green value is 28;
  • blue value is 21.
RGB:
(34,28,21)
(13%,11%,8%)

RGB channels and saturation

R 34 of 255 = 13%
G 28 of 255 = 11%
B 21 of 255 = 8%

34
28
21

R + G + B ~ 11%. #221C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 28 + 21 = 83 (100%)
R 34 of 83 ~ 40.96%
G 28 of 83 ~ 33.73%
B 21 of 83 ~ 25.3%

%40.96
%33.73
%25.3

CMYK color model

#221C15 color CMYK value is (0,18,38,87).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(0,18,38,87)
C0M18Y38K87 
(0%,18%,38%,87%)
(0.00/0.18/0.38/0.87)	

CMYK percentages

%0
%17.65
%38.24
%86.67

Codes

Color #221C15 in popluar color models

221C15
RGB342821
HSL32°23.64%10.78%
HSB/HSV32°38.24%13.33%
CMYK0.00%17.65%38.24%
86.67%

Color #221C15 in popluar number systems.

HEX221C15
Decimal342821
Binary1000101110010101
Octal423425

Shades and tints

Shades of #221C15

#221C15
(34,28,21)
#1F1A14
(31,26,20)
#1C1813
(28,24,19)
#191612
(25,22,18)
#161411
(22,20,17)
#131210
(19,18,16)
#10100F
(16,16,15)
#0D0E0E
(13,14,14)
#0A0C0D
(10,12,13)
#070A0C
(7,10,12)
#04080B
(4,8,11)
#000000
(0,0,0)

Tints of #221C15

#221C15
(34,28,21)
#36302A
(54,48,42)
#4A443F
(74,68,63)
#5E5854
(94,88,84)
#726C69
(114,108,105)
#86807E
(134,128,126)
#9A9493
(154,148,147)
#AEA8A8
(174,168,168)
#C2BCBD
(194,188,189)
#D6D0D2
(214,208,210)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221C15; }

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

This text font color is #221C15.


Background Color

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

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

This div background color is #221C15.


Border color

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

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

This div border color is #221C15.


Opacity

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

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

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

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

This text has shadow with #221C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221C15 on black background.


Color preview on white background

This text has color #221C15 on white background.



Black color preview on #221C15 background

This text has black color on #221C15 background.


White color preview on #221C15 background

This text has white color on #221C15 background.