COLOR #222211

HEX: #222211
RGB: (34,34,17)

Color info

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

RGB color model

#222211 color RGB value is (34,34,17).

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

RGB channels and saturation

R 34 of 255 = 13%
G 34 of 255 = 13%
B 17 of 255 = 7%

34
34
17

R + G + B ~ 11%. #222211 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 34 + 17 = 85 (100%)
R 34 of 85 ~ 40%
G 34 of 85 ~ 40%
B 17 of 85 ~ 20%

%40
%40
%20

CMYK color model

#222211 color CMYK value is (0,0,50,87).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 86.67%
CMYK:
(0,0,50,87)
C0M0Y50K87 
(0%,0%,50%,87%)
(0.00/0.00/0.50/0.87)	

CMYK percentages

%0
%0
%50
%86.67

Codes

Color #222211 in popluar color models

222211
RGB343417
HSL60°33.33%10.00%
HSB/HSV60°50.00%13.33%
CMYK0.00%0.00%50.00%
86.67%

Color #222211 in popluar number systems.

HEX222211
Decimal343417
Binary10001010001010001
Octal424221

Shades and tints

Shades of #222211

#222211
(34,34,17)
#1F1F10
(31,31,16)
#1C1C0F
(28,28,15)
#19190E
(25,25,14)
#16160D
(22,22,13)
#13130C
(19,19,12)
#10100B
(16,16,11)
#0D0D0A
(13,13,10)
#0A0A09
(10,10,9)
#070708
(7,7,8)
#040407
(4,4,7)
#000000
(0,0,0)

Tints of #222211

#222211
(34,34,17)
#363626
(54,54,38)
#4A4A3B
(74,74,59)
#5E5E50
(94,94,80)
#727265
(114,114,101)
#86867A
(134,134,122)
#9A9A8F
(154,154,143)
#AEAEA4
(174,174,164)
#C2C2B9
(194,194,185)
#D6D6CE
(214,214,206)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #222211 color. Also use rgb(34,34,17) instead hex code.

Text Font Color

.myTextColor { color: #222211; }

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

This text font color is #222211.


Background Color

.myBgColor { background-color: #222211; }

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

This div background color is #222211.


Border color

.myBorderColor { border: 1px solid #222211; }

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

This div border color is #222211.


Opacity

.myOpacity80 { color: #222211; opacity: 0.8; }

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

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

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

This text has shadow with #222211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222211 on black background.


Color preview on white background

This text has color #222211 on white background.



Black color preview on #222211 background

This text has black color on #222211 background.


White color preview on #222211 background

This text has white color on #222211 background.