COLOR #09081B

HEX: #09081B
RGB: (9,8,27)

Color info

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

RGB color model

#09081B color RGB value is (9,8,27).

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

RGB channels and saturation

R 9 of 255 = 4%
G 8 of 255 = 3%
B 27 of 255 = 11%

9
8
27

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

Portions of RGB colors in percentages

R + G + B =
9 + 8 + 27 = 44 (100%)
R 9 of 44 ~ 20.45%
G 8 of 44 ~ 18.18%
B 27 of 44 ~ 61.36%

%20.45
%18.18
%61.36

CMYK color model

#09081B color CMYK value is (67,70,0,89).

  • cyan value is 66.67%
  • magenta value is 70.37%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(67,70,0,89)
C67M70Y0K89 
(67%,70%,0%,89%)
(0.67/0.70/0.00/0.89)	

CMYK percentages

%66.67
%70.37
%0
%89.41

Codes

Color #09081B in popluar color models

09081B
RGB9827
HSL243°54.29%6.86%
HSB/HSV243°70.37%10.59%
CMYK66.67%70.37%0.00%
89.41%

Color #09081B in popluar number systems.

HEX09081B
Decimal9827
Binary1001100011011
Octal111033

Shades and tints

Shades of #09081B

#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)
#090809
(9,8,9)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #09081B

#09081B
(9,8,27)
#1F1E2F
(31,30,47)
#353443
(53,52,67)
#4B4A57
(75,74,87)
#61606B
(97,96,107)
#77767F
(119,118,127)
#8D8C93
(141,140,147)
#A3A2A7
(163,162,167)
#B9B8BB
(185,184,187)
#CFCECF
(207,206,207)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09081B; }

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

This text font color is #09081B.


Background Color

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

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

This div background color is #09081B.


Border color

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

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

This div border color is #09081B.


Opacity

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

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

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

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

This text has shadow with #09081B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09081B on black background.


Color preview on white background

This text has color #09081B on white background.



Black color preview on #09081B background

This text has black color on #09081B background.


White color preview on #09081B background

This text has white color on #09081B background.