COLOR #222200

HEX: #222200
RGB: (34,34,0)

Color info

#222200 contains only red and green colors. Web safe color of #222200 is #333300 (or #330).

RGB color model

#222200 color RGB value is (34,34,0).

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

RGB channels and saturation

R 34 of 255 = 13%
G 34 of 255 = 13%
B 0 of 255 = 0%

34
34
0

R + G + B ~ 9%. #222200 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 34 + 0 = 68 (100%)
R 34 of 68 ~ 50%
G 34 of 68 ~ 50%
B 0 of 68 ~ 0%

%50
%50

CMYK color model

#222200 color CMYK value is (0,0,100,87).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 86.67%
CMYK:
(0,0,100,87)
C0M0Y100K87 
(0%,0%,100%,87%)
(0.00/0.00/1.00/0.87)	

CMYK percentages

%0
%0
%100
%86.67

Codes

Color #222200 in popluar color models

222200
RGB34340
HSL60°100.00%6.67%
HSB/HSV60°100.00%13.33%
CMYK0.00%0.00%100.00%
86.67%

Color #222200 in popluar number systems.

HEX222200
Decimal34340
Binary1000101000100
Octal42420

Shades and tints

Shades of #222200

#222200
(34,34,0)
#1F1F00
(31,31,0)
#1C1C00
(28,28,0)
#191900
(25,25,0)
#161600
(22,22,0)
#131300
(19,19,0)
#101000
(16,16,0)
#0D0D00
(13,13,0)
#0A0A00
(10,10,0)
#070700
(7,7,0)
#040400
(4,4,0)
#000000
(0,0,0)

Tints of #222200

#222200
(34,34,0)
#363617
(54,54,23)
#4A4A2E
(74,74,46)
#5E5E45
(94,94,69)
#72725C
(114,114,92)
#868673
(134,134,115)
#9A9A8A
(154,154,138)
#AEAEA1
(174,174,161)
#C2C2B8
(194,194,184)
#D6D6CF
(214,214,207)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #222200; }

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

This text font color is #222200.


Background Color

.myBgColor { background-color: #222200; }

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

This div background color is #222200.


Border color

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

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

This div border color is #222200.


Opacity

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

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

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

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

This text has shadow with #222200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #222200 on black background.


Color preview on white background

This text has color #222200 on white background.



Black color preview on #222200 background

This text has black color on #222200 background.


White color preview on #222200 background

This text has white color on #222200 background.