COLOR #221F15

HEX: #221F15
RGB: (34,31,21)

Color info

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

RGB color model

#221F15 color RGB value is (34,31,21).

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

RGB channels and saturation

R 34 of 255 = 13%
G 31 of 255 = 12%
B 21 of 255 = 8%

34
31
21

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

Portions of RGB colors in percentages

R + G + B =
34 + 31 + 21 = 86 (100%)
R 34 of 86 ~ 39.53%
G 31 of 86 ~ 36.05%
B 21 of 86 ~ 24.42%

%39.53
%36.05
%24.42

CMYK color model

#221F15 color CMYK value is (0,9,38,87).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 38.24%
  • key color value is 86.67%
CMYK:
(0,9,38,87)
C0M9Y38K87 
(0%,9%,38%,87%)
(0.00/0.09/0.38/0.87)	

CMYK percentages

%0
%8.82
%38.24
%86.67

Codes

Color #221F15 in popluar color models

221F15
RGB343121
HSL46°23.64%10.78%
HSB/HSV46°38.24%13.33%
CMYK0.00%8.82%38.24%
86.67%

Color #221F15 in popluar number systems.

HEX221F15
Decimal343121
Binary1000101111110101
Octal423725

Shades and tints

Shades of #221F15

#221F15
(34,31,21)
#1F1D14
(31,29,20)
#1C1B13
(28,27,19)
#191912
(25,25,18)
#161711
(22,23,17)
#131510
(19,21,16)
#10130F
(16,19,15)
#0D110E
(13,17,14)
#0A0F0D
(10,15,13)
#070D0C
(7,13,12)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #221F15

#221F15
(34,31,21)
#36332A
(54,51,42)
#4A473F
(74,71,63)
#5E5B54
(94,91,84)
#726F69
(114,111,105)
#86837E
(134,131,126)
#9A9793
(154,151,147)
#AEABA8
(174,171,168)
#C2BFBD
(194,191,189)
#D6D3D2
(214,211,210)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221F15; }

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

This text font color is #221F15.


Background Color

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

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

This div background color is #221F15.


Border color

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

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

This div border color is #221F15.


Opacity

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

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

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

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

This text has shadow with #221F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221F15 on black background.


Color preview on white background

This text has color #221F15 on white background.



Black color preview on #221F15 background

This text has black color on #221F15 background.


White color preview on #221F15 background

This text has white color on #221F15 background.