COLOR #070B1A

HEX: #070B1A
RGB: (7,11,26)

Color info

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

RGB color model

#070B1A color RGB value is (7,11,26).

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

RGB channels and saturation

R 7 of 255 = 3%
G 11 of 255 = 4%
B 26 of 255 = 10%

7
11
26

R + G + B ~ 6%. #070B1A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 11 + 26 = 44 (100%)
R 7 of 44 ~ 15.91%
G 11 of 44 ~ 25%
B 26 of 44 ~ 59.09%

%15.91
%25
%59.09

CMYK color model

#070B1A color CMYK value is (73,58,0,90).

  • cyan value is 73.08%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(73,58,0,90)
C73M58Y0K90 
(73%,58%,0%,90%)
(0.73/0.58/0.00/0.90)	

CMYK percentages

%73.08
%57.69
%0
%89.8

Codes

Color #070B1A in popluar color models

070B1A
RGB71126
HSL227°57.58%6.47%
HSB/HSV227°73.08%10.20%
CMYK73.08%57.69%0.00%
89.80%

Color #070B1A in popluar number systems.

HEX070B1A
Decimal71126
Binary111101111010
Octal71332

Shades and tints

Shades of #070B1A

#070B1A
(7,11,26)
#070A18
(7,10,24)
#070916
(7,9,22)
#070814
(7,8,20)
#070712
(7,7,18)
#070610
(7,6,16)
#07050E
(7,5,14)
#07040C
(7,4,12)
#07030A
(7,3,10)
#070208
(7,2,8)
#070106
(7,1,6)
#000000
(0,0,0)

Tints of #070B1A

#070B1A
(7,11,26)
#1D212E
(29,33,46)
#333742
(51,55,66)
#494D56
(73,77,86)
#5F636A
(95,99,106)
#75797E
(117,121,126)
#8B8F92
(139,143,146)
#A1A5A6
(161,165,166)
#B7BBBA
(183,187,186)
#CDD1CE
(205,209,206)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070B1A; }

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

This text font color is #070B1A.


Background Color

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

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

This div background color is #070B1A.


Border color

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

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

This div border color is #070B1A.


Opacity

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

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

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

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

This text has shadow with #070B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070B1A on black background.


Color preview on white background

This text has color #070B1A on white background.



Black color preview on #070B1A background

This text has black color on #070B1A background.


White color preview on #070B1A background

This text has white color on #070B1A background.