COLOR #09081F

HEX: #09081F
RGB: (9,8,31)

Color info

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

RGB color model

#09081F color RGB value is (9,8,31).

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

RGB channels and saturation

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

9
8
31

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

Portions of RGB colors in percentages

R + G + B =
9 + 8 + 31 = 48 (100%)
R 9 of 48 ~ 18.75%
G 8 of 48 ~ 16.67%
B 31 of 48 ~ 64.58%

%18.75
%16.67
%64.58

CMYK color model

#09081F color CMYK value is (71,74,0,88).

  • cyan value is 70.97%
  • magenta value is 74.19%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(71,74,0,88)
C71M74Y0K88 
(71%,74%,0%,88%)
(0.71/0.74/0.00/0.88)	

CMYK percentages

%70.97
%74.19
%0
%87.84

Codes

Color #09081F in popluar color models

09081F
RGB9831
HSL243°58.97%7.65%
HSB/HSV243°74.19%12.16%
CMYK70.97%74.19%0.00%
87.84%

Color #09081F in popluar number systems.

HEX09081F
Decimal9831
Binary1001100011111
Octal111037

Shades and tints

Shades of #09081F

#09081F
(9,8,31)
#09081D
(9,8,29)
#09081B
(9,8,27)
#090819
(9,8,25)
#090817
(9,8,23)
#090815
(9,8,21)
#090813
(9,8,19)
#090811
(9,8,17)
#09080F
(9,8,15)
#09080D
(9,8,13)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #09081F

#09081F
(9,8,31)
#1F1E33
(31,30,51)
#353447
(53,52,71)
#4B4A5B
(75,74,91)
#61606F
(97,96,111)
#777683
(119,118,131)
#8D8C97
(141,140,151)
#A3A2AB
(163,162,171)
#B9B8BF
(185,184,191)
#CFCED3
(207,206,211)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09081F; }

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

This text font color is #09081F.


Background Color

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

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

This div background color is #09081F.


Border color

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

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

This div border color is #09081F.


Opacity

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

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

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

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

This text has shadow with #09081F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09081F on black background.


Color preview on white background

This text has color #09081F on white background.



Black color preview on #09081F background

This text has black color on #09081F background.


White color preview on #09081F background

This text has white color on #09081F background.