COLOR #222B21

HEX: #222B21
RGB: (34,43,33)

Color info

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

RGB color model

#222B21 color RGB value is (34,43,33).

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

RGB channels and saturation

R 34 of 255 = 13%
G 43 of 255 = 17%
B 33 of 255 = 13%

34
43
33

R + G + B ~ 14%. #222B21 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 43 + 33 = 110 (100%)
R 34 of 110 ~ 30.91%
G 43 of 110 ~ 39.09%
B 33 of 110 ~ 30%

%30.91
%39.09
%30

CMYK color model

#222B21 color CMYK value is (21,0,23,83).

  • cyan value is 20.93%
  • magenta value is 0.00%
  • yellow value is 23.26%
  • key color value is 83.14%
CMYK:
(21,0,23,83)
C21M0Y23K83 
(21%,0%,23%,83%)
(0.21/0.00/0.23/0.83)	

CMYK percentages

%20.93
%0
%23.26
%83.14

Codes

Color #222B21 in popluar color models

222B21
RGB344333
HSL114°13.16%14.90%
HSB/HSV114°23.26%16.86%
CMYK20.93%0.00%23.26%
83.14%

Color #222B21 in popluar number systems.

HEX222B21
Decimal344333
Binary100010101011100001
Octal425341

Shades and tints

Shades of #222B21

#222B21
(34,43,33)
#1F281E
(31,40,30)
#1C251B
(28,37,27)
#192218
(25,34,24)
#161F15
(22,31,21)
#131C12
(19,28,18)
#10190F
(16,25,15)
#0D160C
(13,22,12)
#0A1309
(10,19,9)
#071006
(7,16,6)
#040D03
(4,13,3)
#000000
(0,0,0)

Tints of #222B21

#222B21
(34,43,33)
#363E35
(54,62,53)
#4A5149
(74,81,73)
#5E645D
(94,100,93)
#727771
(114,119,113)
#868A85
(134,138,133)
#9A9D99
(154,157,153)
#AEB0AD
(174,176,173)
#C2C3C1
(194,195,193)
#D6D6D5
(214,214,213)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #222B21 color. Also use rgb(34,43,33) instead hex code.

Text Font Color

.myTextColor { color: #222B21; }

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

This text font color is #222B21.


Background Color

.myBgColor { background-color: #222B21; }

<div style="background-color:#222B21">Inner text</div>

This div background color is #222B21.


Border color

.myBorderColor { border: 1px solid #222B21; }

<div style="border:3px solid #222B21">Div</div>

This div border color is #222B21.


Opacity

.myOpacity80 { color: #222B21; opacity: 0.8; }

<p style="color:#222B21;opacity:0.8;">80%</p>

Text with #222B21 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 #222B21;}

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

This text has shadow with #222B21 color.

.textShadow {text-shadow: 3px 3px 1px #222B21, 3px 3px 1px red;}

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

This text has shadow with #222B21 primary color and red secondary color.


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

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

This text has shadow with #222B21 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222B21 on black background.


Color preview on white background

This text has color #222B21 on white background.



Black color preview on #222B21 background

This text has black color on #222B21 background.


White color preview on #222B21 background

This text has white color on #222B21 background.