COLOR #221C23

HEX: #221C23
RGB: (34,28,35)

Color info

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

RGB color model

#221C23 color RGB value is (34,28,35).

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

RGB channels and saturation

R 34 of 255 = 13%
G 28 of 255 = 11%
B 35 of 255 = 14%

34
28
35

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

Portions of RGB colors in percentages

R + G + B =
34 + 28 + 35 = 97 (100%)
R 34 of 97 ~ 35.05%
G 28 of 97 ~ 28.87%
B 35 of 97 ~ 36.08%

%35.05
%28.87
%36.08

CMYK color model

#221C23 color CMYK value is (3,20,0,86).

  • cyan value is 2.86%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(3,20,0,86)
C3M20Y0K86 
(3%,20%,0%,86%)
(0.03/0.20/0.00/0.86)	

CMYK percentages

%2.86
%20
%0
%86.27

Codes

Color #221C23 in popluar color models

221C23
RGB342835
HSL291°11.11%12.35%
HSB/HSV291°20.00%13.73%
CMYK2.86%20.00%0.00%
86.27%

Color #221C23 in popluar number systems.

HEX221C23
Decimal342835
Binary10001011100100011
Octal423443

Shades and tints

Shades of #221C23

#221C23
(34,28,35)
#1F1A20
(31,26,32)
#1C181D
(28,24,29)
#19161A
(25,22,26)
#161417
(22,20,23)
#131214
(19,18,20)
#101011
(16,16,17)
#0D0E0E
(13,14,14)
#0A0C0B
(10,12,11)
#070A08
(7,10,8)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #221C23

#221C23
(34,28,35)
#363037
(54,48,55)
#4A444B
(74,68,75)
#5E585F
(94,88,95)
#726C73
(114,108,115)
#868087
(134,128,135)
#9A949B
(154,148,155)
#AEA8AF
(174,168,175)
#C2BCC3
(194,188,195)
#D6D0D7
(214,208,215)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #221C23; }

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

This text font color is #221C23.


Background Color

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

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

This div background color is #221C23.


Border color

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

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

This div border color is #221C23.


Opacity

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

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

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

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

This text has shadow with #221C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #221C23 on black background.


Color preview on white background

This text has color #221C23 on white background.



Black color preview on #221C23 background

This text has black color on #221C23 background.


White color preview on #221C23 background

This text has white color on #221C23 background.