COLOR #070909

HEX: #070909
RGB: (7,9,9)

Color info

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

RGB color model

#070909 color RGB value is (7,9,9).

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

RGB channels and saturation

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

7
9
9

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

Portions of RGB colors in percentages

R + G + B =
7 + 9 + 9 = 25 (100%)
R 7 of 25 ~ 28%
G 9 of 25 ~ 36%
B 9 of 25 ~ 36%

%28
%36
%36

CMYK color model

#070909 color CMYK value is (22,0,0,96).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(22,0,0,96)
C22M0Y0K96 
(22%,0%,0%,96%)
(0.22/0.00/0.00/0.96)	

CMYK percentages

%22.22
%0
%0
%96.47

Codes

Color #070909 in popluar color models

070909
RGB799
HSL180°12.50%3.14%
HSB/HSV180°22.22%3.53%
CMYK22.22%0.00%0.00%
96.47%

Color #070909 in popluar number systems.

HEX070909
Decimal799
Binary11110011001
Octal71111

Shades and tints

Tints of #070909

#070909
(7,9,9)
#1D1F1F
(29,31,31)
#333535
(51,53,53)
#494B4B
(73,75,75)
#5F6161
(95,97,97)
#757777
(117,119,119)
#8B8D8D
(139,141,141)
#A1A3A3
(161,163,163)
#B7B9B9
(183,185,185)
#CDCFCF
(205,207,207)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070909; }

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

This text font color is #070909.


Background Color

.myBgColor { background-color: #070909; }

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

This div background color is #070909.


Border color

.myBorderColor { border: 1px solid #070909; }

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

This div border color is #070909.


Opacity

.myOpacity80 { color: #070909; opacity: 0.8; }

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

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

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

This text has shadow with #070909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070909 on black background.


Color preview on white background

This text has color #070909 on white background.



Black color preview on #070909 background

This text has black color on #070909 background.


White color preview on #070909 background

This text has white color on #070909 background.