COLOR #09162B

HEX: #09162B
RGB: (9,22,43)

Color info

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

RGB color model

#09162B color RGB value is (9,22,43).

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

RGB channels and saturation

R 9 of 255 = 4%
G 22 of 255 = 9%
B 43 of 255 = 17%

9
22
43

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

Portions of RGB colors in percentages

R + G + B =
9 + 22 + 43 = 74 (100%)
R 9 of 74 ~ 12.16%
G 22 of 74 ~ 29.73%
B 43 of 74 ~ 58.11%

%12.16
%29.73
%58.11

CMYK color model

#09162B color CMYK value is (79,49,0,83).

  • cyan value is 79.07%
  • magenta value is 48.84%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(79,49,0,83)
C79M49Y0K83 
(79%,49%,0%,83%)
(0.79/0.49/0.00/0.83)	

CMYK percentages

%79.07
%48.84
%0
%83.14

Codes

Color #09162B in popluar color models

09162B
RGB92243
HSL217°65.38%10.20%
HSB/HSV217°79.07%16.86%
CMYK79.07%48.84%0.00%
83.14%

Color #09162B in popluar number systems.

HEX09162B
Decimal92243
Binary100110110101011
Octal112653

Shades and tints

Shades of #09162B

#09162B
(9,22,43)
#091428
(9,20,40)
#091225
(9,18,37)
#091022
(9,16,34)
#090E1F
(9,14,31)
#090C1C
(9,12,28)
#090A19
(9,10,25)
#090816
(9,8,22)
#090613
(9,6,19)
#090410
(9,4,16)
#09020D
(9,2,13)
#000000
(0,0,0)

Tints of #09162B

#09162B
(9,22,43)
#1F2B3E
(31,43,62)
#354051
(53,64,81)
#4B5564
(75,85,100)
#616A77
(97,106,119)
#777F8A
(119,127,138)
#8D949D
(141,148,157)
#A3A9B0
(163,169,176)
#B9BEC3
(185,190,195)
#CFD3D6
(207,211,214)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09162B; }

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

This text font color is #09162B.


Background Color

.myBgColor { background-color: #09162B; }

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

This div background color is #09162B.


Border color

.myBorderColor { border: 1px solid #09162B; }

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

This div border color is #09162B.


Opacity

.myOpacity80 { color: #09162B; opacity: 0.8; }

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

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

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

This text has shadow with #09162B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09162B on black background.


Color preview on white background

This text has color #09162B on white background.



Black color preview on #09162B background

This text has black color on #09162B background.


White color preview on #09162B background

This text has white color on #09162B background.