COLOR #070B0E

HEX: #070B0E
RGB: (7,11,14)

Color info

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

RGB color model

#070B0E color RGB value is (7,11,14).

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

RGB channels and saturation

R 7 of 255 = 3%
G 11 of 255 = 4%
B 14 of 255 = 5%

7
11
14

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

Portions of RGB colors in percentages

R + G + B =
7 + 11 + 14 = 32 (100%)
R 7 of 32 ~ 21.88%
G 11 of 32 ~ 34.38%
B 14 of 32 ~ 43.75%

%21.88
%34.38
%43.75

CMYK color model

#070B0E color CMYK value is (50,21,0,95).

  • cyan value is 50.00%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(50,21,0,95)
C50M21Y0K95 
(50%,21%,0%,95%)
(0.50/0.21/0.00/0.95)	

CMYK percentages

%50
%21.43
%0
%94.51

Codes

Color #070B0E in popluar color models

070B0E
RGB71114
HSL206°33.33%4.12%
HSB/HSV206°50.00%5.49%
CMYK50.00%21.43%0.00%
94.51%

Color #070B0E in popluar number systems.

HEX070B0E
Decimal71114
Binary11110111110
Octal71316

Shades and tints

Shades of #070B0E

#070B0E
(7,11,14)
#070A0D
(7,10,13)
#07090C
(7,9,12)
#07080B
(7,8,11)
#07070A
(7,7,10)
#070609
(7,6,9)
#070508
(7,5,8)
#070407
(7,4,7)
#070306
(7,3,6)
#070205
(7,2,5)
#070104
(7,1,4)
#000000
(0,0,0)

Tints of #070B0E

#070B0E
(7,11,14)
#1D2123
(29,33,35)
#333738
(51,55,56)
#494D4D
(73,77,77)
#5F6362
(95,99,98)
#757977
(117,121,119)
#8B8F8C
(139,143,140)
#A1A5A1
(161,165,161)
#B7BBB6
(183,187,182)
#CDD1CB
(205,209,203)
#E3E7E0
(227,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070B0E; }

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

This text font color is #070B0E.


Background Color

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

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

This div background color is #070B0E.


Border color

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

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

This div border color is #070B0E.


Opacity

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

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

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

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

This text has shadow with #070B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070B0E on black background.


Color preview on white background

This text has color #070B0E on white background.



Black color preview on #070B0E background

This text has black color on #070B0E background.


White color preview on #070B0E background

This text has white color on #070B0E background.