COLOR #07090F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
9
15

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

Portions of RGB colors in percentages

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

%22.58
%29.03
%48.39

CMYK color model

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

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

CMYK percentages

%53.33
%40
%0
%94.12

Codes

Color #07090F in popluar color models

07090F
RGB7915
HSL225°36.36%4.31%
HSB/HSV225°53.33%5.88%
CMYK53.33%40.00%0.00%
94.12%

Color #07090F in popluar number systems.

HEX07090F
Decimal7915
Binary11110011111
Octal71117

Shades and tints

Shades of #07090F

#07090F
(7,9,15)
#07090E
(7,9,14)
#07090D
(7,9,13)
#07090C
(7,9,12)
#07090B
(7,9,11)
#07090A
(7,9,10)
#070909
(7,9,9)
#070908
(7,9,8)
#070907
(7,9,7)
#070906
(7,9,6)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #07090F

#07090F
(7,9,15)
#1D1F24
(29,31,36)
#333539
(51,53,57)
#494B4E
(73,75,78)
#5F6163
(95,97,99)
#757778
(117,119,120)
#8B8D8D
(139,141,141)
#A1A3A2
(161,163,162)
#B7B9B7
(183,185,183)
#CDCFCC
(205,207,204)
#E3E5E1
(227,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07090F; }

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

This text font color is #07090F.


Background Color

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

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

This div background color is #07090F.


Border color

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

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

This div border color is #07090F.


Opacity

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

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

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

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

This text has shadow with #07090F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07090F on black background.


Color preview on white background

This text has color #07090F on white background.



Black color preview on #07090F background

This text has black color on #07090F background.


White color preview on #07090F background

This text has white color on #07090F background.