COLOR #09102E

HEX: #09102E
RGB: (9,16,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
16
46

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

Portions of RGB colors in percentages

R + G + B =
9 + 16 + 46 = 71 (100%)
R 9 of 71 ~ 12.68%
G 16 of 71 ~ 22.54%
B 46 of 71 ~ 64.79%

%12.68
%22.54
%64.79

CMYK color model

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

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

CMYK percentages

%80.43
%65.22
%0
%81.96

Codes

Color #09102E in popluar color models

09102E
RGB91646
HSL229°67.27%10.78%
HSB/HSV229°80.43%18.04%
CMYK80.43%65.22%0.00%
81.96%

Color #09102E in popluar number systems.

HEX09102E
Decimal91646
Binary100110000101110
Octal112056

Shades and tints

Shades of #09102E

#09102E
(9,16,46)
#090F2A
(9,15,42)
#090E26
(9,14,38)
#090D22
(9,13,34)
#090C1E
(9,12,30)
#090B1A
(9,11,26)
#090A16
(9,10,22)
#090912
(9,9,18)
#09080E
(9,8,14)
#09070A
(9,7,10)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #09102E

#09102E
(9,16,46)
#1F2541
(31,37,65)
#353A54
(53,58,84)
#4B4F67
(75,79,103)
#61647A
(97,100,122)
#77798D
(119,121,141)
#8D8EA0
(141,142,160)
#A3A3B3
(163,163,179)
#B9B8C6
(185,184,198)
#CFCDD9
(207,205,217)
#E5E2EC
(229,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09102E; }

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

This text font color is #09102E.


Background Color

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

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

This div background color is #09102E.


Border color

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

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

This div border color is #09102E.


Opacity

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

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

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

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

This text has shadow with #09102E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09102E on black background.


Color preview on white background

This text has color #09102E on white background.



Black color preview on #09102E background

This text has black color on #09102E background.


White color preview on #09102E background

This text has white color on #09102E background.