COLOR #091322

HEX: #091322
RGB: (9,19,34)

Color info

#091322 contains red, green and blue colors in about the same proportion. Web safe color of #091322 is #000033 (or #003).

RGB color model

#091322 color RGB value is (9,19,34).

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

RGB channels and saturation

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

9
19
34

R + G + B ~ 8%. #091322 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 19 + 34 = 62 (100%)
R 9 of 62 ~ 14.52%
G 19 of 62 ~ 30.65%
B 34 of 62 ~ 54.84%

%14.52
%30.65
%54.84

CMYK color model

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

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

CMYK percentages

%73.53
%44.12
%0
%86.67

Codes

Color #091322 in popluar color models

091322
RGB91934
HSL216°58.14%8.43%
HSB/HSV216°73.53%13.33%
CMYK73.53%44.12%0.00%
86.67%

Color #091322 in popluar number systems.

HEX091322
Decimal91934
Binary100110011100010
Octal112342

Shades and tints

Shades of #091322

#091322
(9,19,34)
#09121F
(9,18,31)
#09111C
(9,17,28)
#091019
(9,16,25)
#090F16
(9,15,22)
#090E13
(9,14,19)
#090D10
(9,13,16)
#090C0D
(9,12,13)
#090B0A
(9,11,10)
#090A07
(9,10,7)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #091322

#091322
(9,19,34)
#1F2836
(31,40,54)
#353D4A
(53,61,74)
#4B525E
(75,82,94)
#616772
(97,103,114)
#777C86
(119,124,134)
#8D919A
(141,145,154)
#A3A6AE
(163,166,174)
#B9BBC2
(185,187,194)
#CFD0D6
(207,208,214)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091322; }

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

This text font color is #091322.


Background Color

.myBgColor { background-color: #091322; }

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

This div background color is #091322.


Border color

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

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

This div border color is #091322.


Opacity

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

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

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

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

This text has shadow with #091322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091322 on black background.


Color preview on white background

This text has color #091322 on white background.



Black color preview on #091322 background

This text has black color on #091322 background.


White color preview on #091322 background

This text has white color on #091322 background.