COLOR #221615

HEX: #221615
RGB: (34,22,21)

Color info

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

RGB color model

#221615 color RGB value is (34,22,21).

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

RGB channels and saturation

R 34 of 255 = 13%
G 22 of 255 = 9%
B 21 of 255 = 8%

34
22
21

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

Portions of RGB colors in percentages

R + G + B =
34 + 22 + 21 = 77 (100%)
R 34 of 77 ~ 44.16%
G 22 of 77 ~ 28.57%
B 21 of 77 ~ 27.27%

%44.16
%28.57
%27.27

CMYK color model

#221615 color CMYK value is (0,35,38,87).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(0,35,38,87)
C0M35Y38K87 
(0%,35%,38%,87%)
(0.00/0.35/0.38/0.87)	

CMYK percentages

%0
%35.29
%38.24
%86.67

Codes

Color #221615 in popluar color models

221615
RGB342221
HSL23.64%10.78%
HSB/HSV38.24%13.33%
CMYK0.00%35.29%38.24%
86.67%

Color #221615 in popluar number systems.

HEX221615
Decimal342221
Binary1000101011010101
Octal422625

Shades and tints

Shades of #221615

#221615
(34,22,21)
#1F1414
(31,20,20)
#1C1213
(28,18,19)
#191012
(25,16,18)
#160E11
(22,14,17)
#130C10
(19,12,16)
#100A0F
(16,10,15)
#0D080E
(13,8,14)
#0A060D
(10,6,13)
#07040C
(7,4,12)
#04020B
(4,2,11)
#000000
(0,0,0)

Tints of #221615

#221615
(34,22,21)
#362B2A
(54,43,42)
#4A403F
(74,64,63)
#5E5554
(94,85,84)
#726A69
(114,106,105)
#867F7E
(134,127,126)
#9A9493
(154,148,147)
#AEA9A8
(174,169,168)
#C2BEBD
(194,190,189)
#D6D3D2
(214,211,210)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221615; }

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

This text font color is #221615.


Background Color

.myBgColor { background-color: #221615; }

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

This div background color is #221615.


Border color

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

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

This div border color is #221615.


Opacity

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

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

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

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

This text has shadow with #221615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221615 on black background.


Color preview on white background

This text has color #221615 on white background.



Black color preview on #221615 background

This text has black color on #221615 background.


White color preview on #221615 background

This text has white color on #221615 background.