COLOR #092222

HEX: #092222
RGB: (9,34,34)

Color info

#092222 contains red, green and blue colors in about the same proportion. Web safe color of #092222 is #003333 (or #033).

RGB color model

#092222 color RGB value is (9,34,34).

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

RGB channels and saturation

R 9 of 255 = 4%
G 34 of 255 = 13%
B 34 of 255 = 13%

9
34
34

R + G + B ~ 10%. #092222 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 34 + 34 = 77 (100%)
R 9 of 77 ~ 11.69%
G 34 of 77 ~ 44.16%
B 34 of 77 ~ 44.16%

%11.69
%44.16
%44.16

CMYK color model

#092222 color CMYK value is (74,0,0,87).

  • cyan value is 73.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(74,0,0,87)
C74M0Y0K87 
(74%,0%,0%,87%)
(0.74/0.00/0.00/0.87)	

CMYK percentages

%73.53
%0
%0
%86.67

Codes

Color #092222 in popluar color models

092222
RGB93434
HSL180°58.14%8.43%
HSB/HSV180°73.53%13.33%
CMYK73.53%0.00%0.00%
86.67%

Color #092222 in popluar number systems.

HEX092222
Decimal93434
Binary1001100010100010
Octal114242

Shades and tints

Shades of #092222

#092222
(9,34,34)
#091F1F
(9,31,31)
#091C1C
(9,28,28)
#091919
(9,25,25)
#091616
(9,22,22)
#091313
(9,19,19)
#091010
(9,16,16)
#090D0D
(9,13,13)
#090A0A
(9,10,10)
#090707
(9,7,7)
#090404
(9,4,4)
#000000
(0,0,0)

Tints of #092222

#092222
(9,34,34)
#1F3636
(31,54,54)
#354A4A
(53,74,74)
#4B5E5E
(75,94,94)
#617272
(97,114,114)
#778686
(119,134,134)
#8D9A9A
(141,154,154)
#A3AEAE
(163,174,174)
#B9C2C2
(185,194,194)
#CFD6D6
(207,214,214)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092222; }

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

This text font color is #092222.


Background Color

.myBgColor { background-color: #092222; }

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

This div background color is #092222.


Border color

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

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

This div border color is #092222.


Opacity

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

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

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

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

This text has shadow with #092222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092222 on black background.


Color preview on white background

This text has color #092222 on white background.



Black color preview on #092222 background

This text has black color on #092222 background.


White color preview on #092222 background

This text has white color on #092222 background.