COLOR #221D1C

HEX: #221D1C
RGB: (34,29,28)

Color info

#221D1C contains red, green and blue colors in about the same proportion. Web safe color of #221D1C is #333333 (or #333).

RGB color model

#221D1C color RGB value is (34,29,28).

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

RGB channels and saturation

R 34 of 255 = 13%
G 29 of 255 = 11%
B 28 of 255 = 11%

34
29
28

R + G + B ~ 12%. #221D1C is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 29 + 28 = 91 (100%)
R 34 of 91 ~ 37.36%
G 29 of 91 ~ 31.87%
B 28 of 91 ~ 30.77%

%37.36
%31.87
%30.77

CMYK color model

#221D1C color CMYK value is (0,15,18,87).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 17.65%
  • key color value is 86.67%
CMYK:
(0,15,18,87)
C0M15Y18K87 
(0%,15%,18%,87%)
(0.00/0.15/0.18/0.87)	

CMYK percentages

%0
%14.71
%17.65
%86.67

Codes

Color #221D1C in popluar color models

221D1C
RGB342928
HSL10°9.68%12.16%
HSB/HSV10°17.65%13.33%
CMYK0.00%14.71%17.65%
86.67%

Color #221D1C in popluar number systems.

HEX221D1C
Decimal342928
Binary1000101110111100
Octal423534

Shades and tints

Shades of #221D1C

#221D1C
(34,29,28)
#1F1B1A
(31,27,26)
#1C1918
(28,25,24)
#191716
(25,23,22)
#161514
(22,21,20)
#131312
(19,19,18)
#101110
(16,17,16)
#0D0F0E
(13,15,14)
#0A0D0C
(10,13,12)
#070B0A
(7,11,10)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #221D1C

#221D1C
(34,29,28)
#363130
(54,49,48)
#4A4544
(74,69,68)
#5E5958
(94,89,88)
#726D6C
(114,109,108)
#868180
(134,129,128)
#9A9594
(154,149,148)
#AEA9A8
(174,169,168)
#C2BDBC
(194,189,188)
#D6D1D0
(214,209,208)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221D1C; }

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

This text font color is #221D1C.


Background Color

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

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

This div background color is #221D1C.


Border color

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

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

This div border color is #221D1C.


Opacity

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

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

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

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

This text has shadow with #221D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221D1C on black background.


Color preview on white background

This text has color #221D1C on white background.



Black color preview on #221D1C background

This text has black color on #221D1C background.


White color preview on #221D1C background

This text has white color on #221D1C background.