COLOR #070E0F

HEX: #070E0F
RGB: (7,14,15)

Color info

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

RGB color model

#070E0F color RGB value is (7,14,15).

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

RGB channels and saturation

R 7 of 255 = 3%
G 14 of 255 = 5%
B 15 of 255 = 6%

7
14
15

R + G + B ~ 5%. #070E0F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 15 = 36 (100%)
R 7 of 36 ~ 19.44%
G 14 of 36 ~ 38.89%
B 15 of 36 ~ 41.67%

%19.44
%38.89
%41.67

CMYK color model

#070E0F color CMYK value is (53,7,0,94).

  • cyan value is 53.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(53,7,0,94)
C53M7Y0K94 
(53%,7%,0%,94%)
(0.53/0.07/0.00/0.94)	

CMYK percentages

%53.33
%6.67
%0
%94.12

Codes

Color #070E0F in popluar color models

070E0F
RGB71415
HSL188°36.36%4.31%
HSB/HSV188°53.33%5.88%
CMYK53.33%6.67%0.00%
94.12%

Color #070E0F in popluar number systems.

HEX070E0F
Decimal71415
Binary11111101111
Octal71617

Shades and tints

Shades of #070E0F

#070E0F
(7,14,15)
#070D0E
(7,13,14)
#070C0D
(7,12,13)
#070B0C
(7,11,12)
#070A0B
(7,10,11)
#07090A
(7,9,10)
#070809
(7,8,9)
#070708
(7,7,8)
#070607
(7,6,7)
#070506
(7,5,6)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #070E0F

#070E0F
(7,14,15)
#1D2324
(29,35,36)
#333839
(51,56,57)
#494D4E
(73,77,78)
#5F6263
(95,98,99)
#757778
(117,119,120)
#8B8C8D
(139,140,141)
#A1A1A2
(161,161,162)
#B7B6B7
(183,182,183)
#CDCBCC
(205,203,204)
#E3E0E1
(227,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070E0F color. Also use rgb(7,14,15) instead hex code.

Text Font Color

.myTextColor { color: #070E0F; }

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

This text font color is #070E0F.


Background Color

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

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

This div background color is #070E0F.


Border color

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

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

This div border color is #070E0F.


Opacity

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

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

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

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

This text has shadow with #070E0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E0F on black background.


Color preview on white background

This text has color #070E0F on white background.



Black color preview on #070E0F background

This text has black color on #070E0F background.


White color preview on #070E0F background

This text has white color on #070E0F background.