COLOR #070A16

HEX: #070A16
RGB: (7,10,22)

Color info

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

RGB color model

#070A16 color RGB value is (7,10,22).

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

RGB channels and saturation

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

7
10
22

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

Portions of RGB colors in percentages

R + G + B =
7 + 10 + 22 = 39 (100%)
R 7 of 39 ~ 17.95%
G 10 of 39 ~ 25.64%
B 22 of 39 ~ 56.41%

%17.95
%25.64
%56.41

CMYK color model

#070A16 color CMYK value is (68,55,0,91).

  • cyan value is 68.18%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(68,55,0,91)
C68M55Y0K91 
(68%,55%,0%,91%)
(0.68/0.55/0.00/0.91)	

CMYK percentages

%68.18
%54.55
%0
%91.37

Codes

Color #070A16 in popluar color models

070A16
RGB71022
HSL228°51.72%5.69%
HSB/HSV228°68.18%8.63%
CMYK68.18%54.55%0.00%
91.37%

Color #070A16 in popluar number systems.

HEX070A16
Decimal71022
Binary111101010110
Octal71226

Shades and tints

Shades of #070A16

#070A16
(7,10,22)
#070A14
(7,10,20)
#070A12
(7,10,18)
#070A10
(7,10,16)
#070A0E
(7,10,14)
#070A0C
(7,10,12)
#070A0A
(7,10,10)
#070A08
(7,10,8)
#070A06
(7,10,6)
#070A04
(7,10,4)
#070A02
(7,10,2)
#000000
(0,0,0)

Tints of #070A16

#070A16
(7,10,22)
#1D202B
(29,32,43)
#333640
(51,54,64)
#494C55
(73,76,85)
#5F626A
(95,98,106)
#75787F
(117,120,127)
#8B8E94
(139,142,148)
#A1A4A9
(161,164,169)
#B7BABE
(183,186,190)
#CDD0D3
(205,208,211)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070A16 color. Also use rgb(7,10,22) instead hex code.

Text Font Color

.myTextColor { color: #070A16; }

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

This text font color is #070A16.


Background Color

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

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

This div background color is #070A16.


Border color

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

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

This div border color is #070A16.


Opacity

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

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

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

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

This text has shadow with #070A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070A16 on black background.


Color preview on white background

This text has color #070A16 on white background.



Black color preview on #070A16 background

This text has black color on #070A16 background.


White color preview on #070A16 background

This text has white color on #070A16 background.