COLOR #09081E

HEX: #09081E
RGB: (9,8,30)

Color info

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

RGB color model

#09081E color RGB value is (9,8,30).

  • red value is 9;
  • green value is 8;
  • blue value is 30.
RGB:
(9,8,30)
(4%,3%,12%)

RGB channels and saturation

R 9 of 255 = 4%
G 8 of 255 = 3%
B 30 of 255 = 12%

9
8
30

R + G + B ~ 6%. #09081E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 8 + 30 = 47 (100%)
R 9 of 47 ~ 19.15%
G 8 of 47 ~ 17.02%
B 30 of 47 ~ 63.83%

%19.15
%17.02
%63.83

CMYK color model

#09081E color CMYK value is (70,73,0,88).

  • cyan value is 70.00%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(70,73,0,88)
C70M73Y0K88 
(70%,73%,0%,88%)
(0.70/0.73/0.00/0.88)	

CMYK percentages

%70
%73.33
%0
%88.24

Codes

Color #09081E in popluar color models

09081E
RGB9830
HSL243°57.89%7.45%
HSB/HSV243°73.33%11.76%
CMYK70.00%73.33%0.00%
88.24%

Color #09081E in popluar number systems.

HEX09081E
Decimal9830
Binary1001100011110
Octal111036

Shades and tints

Shades of #09081E

#09081E
(9,8,30)
#09081C
(9,8,28)
#09081A
(9,8,26)
#090818
(9,8,24)
#090816
(9,8,22)
#090814
(9,8,20)
#090812
(9,8,18)
#090810
(9,8,16)
#09080E
(9,8,14)
#09080C
(9,8,12)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #09081E

#09081E
(9,8,30)
#1F1E32
(31,30,50)
#353446
(53,52,70)
#4B4A5A
(75,74,90)
#61606E
(97,96,110)
#777682
(119,118,130)
#8D8C96
(141,140,150)
#A3A2AA
(163,162,170)
#B9B8BE
(185,184,190)
#CFCED2
(207,206,210)
#E5E4E6
(229,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09081E; }

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

This text font color is #09081E.


Background Color

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

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

This div background color is #09081E.


Border color

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

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

This div border color is #09081E.


Opacity

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

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

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

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

This text has shadow with #09081E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09081E on black background.


Color preview on white background

This text has color #09081E on white background.



Black color preview on #09081E background

This text has black color on #09081E background.


White color preview on #09081E background

This text has white color on #09081E background.