COLOR #09112E

HEX: #09112E
RGB: (9,17,46)

Color info

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

RGB color model

#09112E color RGB value is (9,17,46).

  • red value is 9;
  • green value is 17;
  • blue value is 46.
RGB:
(9,17,46)
(4%,7%,18%)

RGB channels and saturation

R 9 of 255 = 4%
G 17 of 255 = 7%
B 46 of 255 = 18%

9
17
46

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

Portions of RGB colors in percentages

R + G + B =
9 + 17 + 46 = 72 (100%)
R 9 of 72 ~ 12.5%
G 17 of 72 ~ 23.61%
B 46 of 72 ~ 63.89%

%12.5
%23.61
%63.89

CMYK color model

#09112E color CMYK value is (80,63,0,82).

  • cyan value is 80.43%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(80,63,0,82)
C80M63Y0K82 
(80%,63%,0%,82%)
(0.80/0.63/0.00/0.82)	

CMYK percentages

%80.43
%63.04
%0
%81.96

Codes

Color #09112E in popluar color models

09112E
RGB91746
HSL227°67.27%10.78%
HSB/HSV227°80.43%18.04%
CMYK80.43%63.04%0.00%
81.96%

Color #09112E in popluar number systems.

HEX09112E
Decimal91746
Binary100110001101110
Octal112156

Shades and tints

Shades of #09112E

#09112E
(9,17,46)
#09102A
(9,16,42)
#090F26
(9,15,38)
#090E22
(9,14,34)
#090D1E
(9,13,30)
#090C1A
(9,12,26)
#090B16
(9,11,22)
#090A12
(9,10,18)
#09090E
(9,9,14)
#09080A
(9,8,10)
#090706
(9,7,6)
#000000
(0,0,0)

Tints of #09112E

#09112E
(9,17,46)
#1F2641
(31,38,65)
#353B54
(53,59,84)
#4B5067
(75,80,103)
#61657A
(97,101,122)
#777A8D
(119,122,141)
#8D8FA0
(141,143,160)
#A3A4B3
(163,164,179)
#B9B9C6
(185,185,198)
#CFCED9
(207,206,217)
#E5E3EC
(229,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09112E color. Also use rgb(9,17,46) instead hex code.

Text Font Color

.myTextColor { color: #09112E; }

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

This text font color is #09112E.


Background Color

.myBgColor { background-color: #09112E; }

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

This div background color is #09112E.


Border color

.myBorderColor { border: 1px solid #09112E; }

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

This div border color is #09112E.


Opacity

.myOpacity80 { color: #09112E; opacity: 0.8; }

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

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

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

This text has shadow with #09112E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09112E on black background.


Color preview on white background

This text has color #09112E on white background.



Black color preview on #09112E background

This text has black color on #09112E background.


White color preview on #09112E background

This text has white color on #09112E background.