COLOR #09080F

HEX: #09080F RGB: (9,8,15)

Color info

#09080F contains red, green and blue colors in about the same proportion. Web safe color of #09080F is #000000 (or #000).

RGB color model

#09080F color RGB value is (9,8,15).

RGB: (9,8,15) (4%, 3%, 6%)

RGB channels and saturation

R 9 of 255 = 4%
G 8 of 255 = 3%
B 15 of 255 = 6%

9
8
15

R + G + B ~ 4%. #09080F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 8 + 15 = 32 (100%)
R 9 of 32 ~ 28.13%
G 8 of 32 ~ 25%
B 15 of 32 ~ 46.88'%

%28.13
%25
%46.88

CMYK color model

#09080F color CMYK value is (40,47,0,94).

  • cyan value is 40.00%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (40,47,0,94)
C40M47Y0K94 (40%, 47%, 0%, 94%)
(0.40 / 0.47 / 0.00 / 0.94)

CMYK percentages

%40
%46.67
%0
%94.12

Codes

Color #09080F in popluar color models

09 08 0F
RGB 9 8 15
HSL 249° 30.43% 4.51%
HSB/HSV 249° 46.67% 5.88%
CMYK 40.00% 46.67% 0.00%
94.12%

Color #09080F in popluar number systems.

HEX 09 08 0F
Decimal 9 8 15
Binary 1001 1000 1111
Octal 11 10 17

Shades and tints

Shades of #09080F

#09080F
(9,8,15)
#09080E
(9,8,14)
#09080D
(9,8,13)
#09080C
(9,8,12)
#09080B
(9,8,11)
#09080A
(9,8,10)
#090809
(9,8,9)
#090808
(9,8,8)
#090807
(9,8,7)
#090806
(9,8,6)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #09080F

#09080F
(9,8,15)
#1F1E24
(31,30,36)
#353439
(53,52,57)
#4B4A4E
(75,74,78)
#616063
(97,96,99)
#777678
(119,118,120)
#8D8C8D
(141,140,141)
#A3A2A2
(163,162,162)
#B9B8B7
(185,184,183)
#CFCECC
(207,206,204)
#E5E4E1
(229,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09080F; }

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

This text font color is #09080F.

Background Color

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

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

This div background color is #09080F.

Border color

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

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

This div border color is #09080F.

Opacity

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

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

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

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

This text has shadow with #09080F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09080F.

Preview

Color preview on black background

This text has color #09080F on black background.


Color preview on white background

This text has color #09080F on white background.


Black color preview on #09080F background

This text has black color on #09080F background.


White color preview on #09080F background

This text has white color on #09080F background.


Related colors

Complementary color

Complementary color for #hex is #F6F7F0.


I love getcolorcode.com

Triadic colors

1 #0F0908 and #080F09 with #09080F are triadic colors.

2 #0F0809 and #08090F with #09080F are triadic colors.