COLOR #09092E

HEX: #09092E RGB: (9,9,46)

Color info

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

RGB color model

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

RGB: (9,9,46) (4%, 4%, 18%)

RGB channels and saturation

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

9
9
46

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

Portions of RGB colors in percentages

R + G + B = 9 + 9 + 46 = 64 (100%)
R 9 of 64 ~ 14.06%
G 9 of 64 ~ 14.06%
B 46 of 64 ~ 71.88'%

%14.06
%14.06
%71.88

CMYK color model

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

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

CMYK percentages

%80.43
%80.43
%0
%81.96

Codes

Color #09092E in popluar color models

09 09 2E
RGB 9 9 46
HSL 240° 67.27% 10.78%
HSB/HSV 240° 80.43% 18.04%
CMYK 80.43% 80.43% 0.00%
81.96%

Color #09092E in popluar number systems.

HEX 09 09 2E
Decimal 9 9 46
Binary 1001 1001 101110
Octal 11 11 56

Shades and tints

Shades of #09092E

#09092E
(9,9,46)
#09092A
(9,9,42)
#090926
(9,9,38)
#090922
(9,9,34)
#09091E
(9,9,30)
#09091A
(9,9,26)
#090916
(9,9,22)
#090912
(9,9,18)
#09090E
(9,9,14)
#09090A
(9,9,10)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #09092E

#09092E
(9,9,46)
#1F1F41
(31,31,65)
#353554
(53,53,84)
#4B4B67
(75,75,103)
#61617A
(97,97,122)
#77778D
(119,119,141)
#8D8DA0
(141,141,160)
#A3A3B3
(163,163,179)
#B9B9C6
(185,185,198)
#CFCFD9
(207,207,217)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09092E; }

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

This text font color is #09092E.

Background Color

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

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

This div background color is #09092E.

Border color

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

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

This div border color is #09092E.

Opacity

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

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

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

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

This text has shadow with #09092E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09092E.

Preview

Color preview on black background

This text has color #09092E on black background.


Color preview on white background

This text has color #09092E on white background.


Black color preview on #09092E background

This text has black color on #09092E background.


White color preview on #09092E background

This text has white color on #09092E background.


Related colors

Complementary color

Complementary color for #hex is #F6F6D1.


I love getcolorcode.com