COLOR #070B09

HEX: #070B09
RGB: (7,11,9)

Color info

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

RGB color model

#070B09 color RGB value is (7,11,9).

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

RGB channels and saturation

R 7 of 255 = 3%
G 11 of 255 = 4%
B 9 of 255 = 4%

7
11
9

R + G + B ~ 4%. #070B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 11 + 9 = 27 (100%)
R 7 of 27 ~ 25.93%
G 11 of 27 ~ 40.74%
B 9 of 27 ~ 33.33%

%25.93
%40.74
%33.33

CMYK color model

#070B09 color CMYK value is (36,0,18,96).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 95.69%
CMYK:
(36,0,18,96)
C36M0Y18K96 
(36%,0%,18%,96%)
(0.36/0.00/0.18/0.96)	

CMYK percentages

%36.36
%0
%18.18
%95.69

Codes

Color #070B09 in popluar color models

070B09
RGB7119
HSL150°22.22%3.53%
HSB/HSV150°36.36%4.31%
CMYK36.36%0.00%18.18%
95.69%

Color #070B09 in popluar number systems.

HEX070B09
Decimal7119
Binary11110111001
Octal71311

Shades and tints

Shades of #070B09

#070B09
(7,11,9)
#070A09
(7,10,9)
#070909
(7,9,9)
#070809
(7,8,9)
#070709
(7,7,9)
#070609
(7,6,9)
#070509
(7,5,9)
#070409
(7,4,9)
#070309
(7,3,9)
#070209
(7,2,9)
#070109
(7,1,9)
#000000
(0,0,0)

Tints of #070B09

#070B09
(7,11,9)
#1D211F
(29,33,31)
#333735
(51,55,53)
#494D4B
(73,77,75)
#5F6361
(95,99,97)
#757977
(117,121,119)
#8B8F8D
(139,143,141)
#A1A5A3
(161,165,163)
#B7BBB9
(183,187,185)
#CDD1CF
(205,209,207)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070B09 color. Also use rgb(7,11,9) instead hex code.

Text Font Color

.myTextColor { color: #070B09; }

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

This text font color is #070B09.


Background Color

.myBgColor { background-color: #070B09; }

<div style="background-color:#070B09">Inner text</div>

This div background color is #070B09.


Border color

.myBorderColor { border: 1px solid #070B09; }

<div style="border:3px solid #070B09">Div</div>

This div border color is #070B09.


Opacity

.myOpacity80 { color: #070B09; opacity: 0.8; }

<p style="color:#070B09;opacity:0.8;">80%</p>

Text with #070B09 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 #070B09;}

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

This text has shadow with #070B09 color.

.textShadow {text-shadow: 3px 3px 1px #070B09, 3px 3px 1px red;}

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

This text has shadow with #070B09 primary color and red secondary color.


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

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

This text has shadow with #070B09 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070B09 on black background.


Color preview on white background

This text has color #070B09 on white background.



Black color preview on #070B09 background

This text has black color on #070B09 background.


White color preview on #070B09 background

This text has white color on #070B09 background.