COLOR #221F0D

HEX: #221F0D
RGB: (34,31,13)

Color info

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

RGB color model

#221F0D color RGB value is (34,31,13).

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

RGB channels and saturation

R 34 of 255 = 13%
G 31 of 255 = 12%
B 13 of 255 = 5%

34
31
13

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

Portions of RGB colors in percentages

R + G + B =
34 + 31 + 13 = 78 (100%)
R 34 of 78 ~ 43.59%
G 31 of 78 ~ 39.74%
B 13 of 78 ~ 16.67%

%43.59
%39.74
%16.67

CMYK color model

#221F0D color CMYK value is (0,9,62,87).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 61.76%
  • key color value is 86.67%
CMYK:
(0,9,62,87)
C0M9Y62K87 
(0%,9%,62%,87%)
(0.00/0.09/0.62/0.87)	

CMYK percentages

%0
%8.82
%61.76
%86.67

Codes

Color #221F0D in popluar color models

221F0D
RGB343113
HSL51°44.68%9.22%
HSB/HSV51°61.76%13.33%
CMYK0.00%8.82%61.76%
86.67%

Color #221F0D in popluar number systems.

HEX221F0D
Decimal343113
Binary100010111111101
Octal423715

Shades and tints

Shades of #221F0D

#221F0D
(34,31,13)
#1F1D0C
(31,29,12)
#1C1B0B
(28,27,11)
#19190A
(25,25,10)
#161709
(22,23,9)
#131508
(19,21,8)
#101307
(16,19,7)
#0D1106
(13,17,6)
#0A0F05
(10,15,5)
#070D04
(7,13,4)
#040B03
(4,11,3)
#000000
(0,0,0)

Tints of #221F0D

#221F0D
(34,31,13)
#363323
(54,51,35)
#4A4739
(74,71,57)
#5E5B4F
(94,91,79)
#726F65
(114,111,101)
#86837B
(134,131,123)
#9A9791
(154,151,145)
#AEABA7
(174,171,167)
#C2BFBD
(194,191,189)
#D6D3D3
(214,211,211)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221F0D; }

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

This text font color is #221F0D.


Background Color

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

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

This div background color is #221F0D.


Border color

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

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

This div border color is #221F0D.


Opacity

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

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

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

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

This text has shadow with #221F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221F0D on black background.


Color preview on white background

This text has color #221F0D on white background.



Black color preview on #221F0D background

This text has black color on #221F0D background.


White color preview on #221F0D background

This text has white color on #221F0D background.