COLOR #092216

HEX: #092216
RGB: (9,34,22)

Color info

#092216 contains red, green and blue colors in about the same proportion. Web safe color of #092216 is #003300 (or #030).

RGB color model

#092216 color RGB value is (9,34,22).

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

RGB channels and saturation

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

9
34
22

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

Portions of RGB colors in percentages

R + G + B =
9 + 34 + 22 = 65 (100%)
R 9 of 65 ~ 13.85%
G 34 of 65 ~ 52.31%
B 22 of 65 ~ 33.85%

%13.85
%52.31
%33.85

CMYK color model

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

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

CMYK percentages

%73.53
%0
%35.29
%86.67

Codes

Color #092216 in popluar color models

092216
RGB93422
HSL151°58.14%8.43%
HSB/HSV151°73.53%13.33%
CMYK73.53%0.00%35.29%
86.67%

Color #092216 in popluar number systems.

HEX092216
Decimal93422
Binary100110001010110
Octal114226

Shades and tints

Shades of #092216

#092216
(9,34,22)
#091F14
(9,31,20)
#091C12
(9,28,18)
#091910
(9,25,16)
#09160E
(9,22,14)
#09130C
(9,19,12)
#09100A
(9,16,10)
#090D08
(9,13,8)
#090A06
(9,10,6)
#090704
(9,7,4)
#090402
(9,4,2)
#000000
(0,0,0)

Tints of #092216

#092216
(9,34,22)
#1F362B
(31,54,43)
#354A40
(53,74,64)
#4B5E55
(75,94,85)
#61726A
(97,114,106)
#77867F
(119,134,127)
#8D9A94
(141,154,148)
#A3AEA9
(163,174,169)
#B9C2BE
(185,194,190)
#CFD6D3
(207,214,211)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #092216; }

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

This text font color is #092216.


Background Color

.myBgColor { background-color: #092216; }

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

This div background color is #092216.


Border color

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

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

This div border color is #092216.


Opacity

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

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

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

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

This text has shadow with #092216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #092216 on black background.


Color preview on white background

This text has color #092216 on white background.



Black color preview on #092216 background

This text has black color on #092216 background.


White color preview on #092216 background

This text has white color on #092216 background.