COLOR #221E21

HEX: #221E21
RGB: (34,30,33)

Color info

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

RGB color model

#221E21 color RGB value is (34,30,33).

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

RGB channels and saturation

R 34 of 255 = 13%
G 30 of 255 = 12%
B 33 of 255 = 13%

34
30
33

R + G + B ~ 13%. #221E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 30 + 33 = 97 (100%)
R 34 of 97 ~ 35.05%
G 30 of 97 ~ 30.93%
B 33 of 97 ~ 34.02%

%35.05
%30.93
%34.02

CMYK color model

#221E21 color CMYK value is (0,12,3,87).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 2.94%
  • key color value is 86.67%
CMYK:
(0,12,3,87)
C0M12Y3K87 
(0%,12%,3%,87%)
(0.00/0.12/0.03/0.87)	

CMYK percentages

%0
%11.76
%2.94
%86.67

Codes

Color #221E21 in popluar color models

221E21
RGB343033
HSL315°6.25%12.55%
HSB/HSV315°11.76%13.33%
CMYK0.00%11.76%2.94%
86.67%

Color #221E21 in popluar number systems.

HEX221E21
Decimal343033
Binary10001011110100001
Octal423641

Shades and tints

Shades of #221E21

#221E21
(34,30,33)
#1F1C1E
(31,28,30)
#1C1A1B
(28,26,27)
#191818
(25,24,24)
#161615
(22,22,21)
#131412
(19,20,18)
#10120F
(16,18,15)
#0D100C
(13,16,12)
#0A0E09
(10,14,9)
#070C06
(7,12,6)
#040A03
(4,10,3)
#000000
(0,0,0)

Tints of #221E21

#221E21
(34,30,33)
#363235
(54,50,53)
#4A4649
(74,70,73)
#5E5A5D
(94,90,93)
#726E71
(114,110,113)
#868285
(134,130,133)
#9A9699
(154,150,153)
#AEAAAD
(174,170,173)
#C2BEC1
(194,190,193)
#D6D2D5
(214,210,213)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #221E21 color. Also use rgb(34,30,33) instead hex code.

Text Font Color

.myTextColor { color: #221E21; }

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

This text font color is #221E21.


Background Color

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

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

This div background color is #221E21.


Border color

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

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

This div border color is #221E21.


Opacity

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

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

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

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

This text has shadow with #221E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221E21 on black background.


Color preview on white background

This text has color #221E21 on white background.



Black color preview on #221E21 background

This text has black color on #221E21 background.


White color preview on #221E21 background

This text has white color on #221E21 background.