COLOR #221715

HEX: #221715
RGB: (34,23,21)

Color info

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

RGB color model

#221715 color RGB value is (34,23,21).

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

RGB channels and saturation

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

34
23
21

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

Portions of RGB colors in percentages

R + G + B =
34 + 23 + 21 = 78 (100%)
R 34 of 78 ~ 43.59%
G 23 of 78 ~ 29.49%
B 21 of 78 ~ 26.92%

%43.59
%29.49
%26.92

CMYK color model

#221715 color CMYK value is (0,32,38,87).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(0,32,38,87)
C0M32Y38K87 
(0%,32%,38%,87%)
(0.00/0.32/0.38/0.87)	

CMYK percentages

%0
%32.35
%38.24
%86.67

Codes

Color #221715 in popluar color models

221715
RGB342321
HSL23.64%10.78%
HSB/HSV38.24%13.33%
CMYK0.00%32.35%38.24%
86.67%

Color #221715 in popluar number systems.

HEX221715
Decimal342321
Binary1000101011110101
Octal422725

Shades and tints

Shades of #221715

#221715
(34,23,21)
#1F1514
(31,21,20)
#1C1313
(28,19,19)
#191112
(25,17,18)
#160F11
(22,15,17)
#130D10
(19,13,16)
#100B0F
(16,11,15)
#0D090E
(13,9,14)
#0A070D
(10,7,13)
#07050C
(7,5,12)
#04030B
(4,3,11)
#000000
(0,0,0)

Tints of #221715

#221715
(34,23,21)
#362C2A
(54,44,42)
#4A413F
(74,65,63)
#5E5654
(94,86,84)
#726B69
(114,107,105)
#86807E
(134,128,126)
#9A9593
(154,149,147)
#AEAAA8
(174,170,168)
#C2BFBD
(194,191,189)
#D6D4D2
(214,212,210)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221715; }

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

This text font color is #221715.


Background Color

.myBgColor { background-color: #221715; }

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

This div background color is #221715.


Border color

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

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

This div border color is #221715.


Opacity

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

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

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

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

This text has shadow with #221715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221715 on black background.


Color preview on white background

This text has color #221715 on white background.



Black color preview on #221715 background

This text has black color on #221715 background.


White color preview on #221715 background

This text has white color on #221715 background.