COLOR #09070F

HEX: #09070F
RGB: (9,7,15)

Color info

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

RGB color model

#09070F color RGB value is (9,7,15).

  • red value is 9;
  • green value is 7;
  • blue value is 15.
RGB:
(9,7,15)
(4%,3%,6%)

RGB channels and saturation

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

9
7
15

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

Portions of RGB colors in percentages

R + G + B =
9 + 7 + 15 = 31 (100%)
R 9 of 31 ~ 29.03%
G 7 of 31 ~ 22.58%
B 15 of 31 ~ 48.39%

%29.03
%22.58
%48.39

CMYK color model

#09070F color CMYK value is (40,53,0,94).

  • cyan value is 40.00%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(40,53,0,94)
C40M53Y0K94 
(40%,53%,0%,94%)
(0.40/0.53/0.00/0.94)	

CMYK percentages

%40
%53.33
%0
%94.12

Codes

Color #09070F in popluar color models

09070F
RGB9715
HSL255°36.36%4.31%
HSB/HSV255°53.33%5.88%
CMYK40.00%53.33%0.00%
94.12%

Color #09070F in popluar number systems.

HEX09070F
Decimal9715
Binary10011111111
Octal11717

Shades and tints

Shades of #09070F

#09070F
(9,7,15)
#09070E
(9,7,14)
#09070D
(9,7,13)
#09070C
(9,7,12)
#09070B
(9,7,11)
#09070A
(9,7,10)
#090709
(9,7,9)
#090708
(9,7,8)
#090707
(9,7,7)
#090706
(9,7,6)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #09070F

#09070F
(9,7,15)
#1F1D24
(31,29,36)
#353339
(53,51,57)
#4B494E
(75,73,78)
#615F63
(97,95,99)
#777578
(119,117,120)
#8D8B8D
(141,139,141)
#A3A1A2
(163,161,162)
#B9B7B7
(185,183,183)
#CFCDCC
(207,205,204)
#E5E3E1
(229,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09070F; }

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

This text font color is #09070F.


Background Color

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

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

This div background color is #09070F.


Border color

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

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

This div border color is #09070F.


Opacity

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

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

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

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

This text has shadow with #09070F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09070F on black background.


Color preview on white background

This text has color #09070F on white background.



Black color preview on #09070F background

This text has black color on #09070F background.


White color preview on #09070F background

This text has white color on #09070F background.