COLOR #070E1A

HEX: #070E1A
RGB: (7,14,26)

Color info

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

RGB color model

#070E1A color RGB value is (7,14,26).

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

RGB channels and saturation

R 7 of 255 = 3%
G 14 of 255 = 5%
B 26 of 255 = 10%

7
14
26

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

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 26 = 47 (100%)
R 7 of 47 ~ 14.89%
G 14 of 47 ~ 29.79%
B 26 of 47 ~ 55.32%

%14.89
%29.79
%55.32

CMYK color model

#070E1A color CMYK value is (73,46,0,90).

  • cyan value is 73.08%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(73,46,0,90)
C73M46Y0K90 
(73%,46%,0%,90%)
(0.73/0.46/0.00/0.90)	

CMYK percentages

%73.08
%46.15
%0
%89.8

Codes

Color #070E1A in popluar color models

070E1A
RGB71426
HSL218°57.58%6.47%
HSB/HSV218°73.08%10.20%
CMYK73.08%46.15%0.00%
89.80%

Color #070E1A in popluar number systems.

HEX070E1A
Decimal71426
Binary111111011010
Octal71632

Shades and tints

Shades of #070E1A

#070E1A
(7,14,26)
#070D18
(7,13,24)
#070C16
(7,12,22)
#070B14
(7,11,20)
#070A12
(7,10,18)
#070910
(7,9,16)
#07080E
(7,8,14)
#07070C
(7,7,12)
#07060A
(7,6,10)
#070508
(7,5,8)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #070E1A

#070E1A
(7,14,26)
#1D232E
(29,35,46)
#333842
(51,56,66)
#494D56
(73,77,86)
#5F626A
(95,98,106)
#75777E
(117,119,126)
#8B8C92
(139,140,146)
#A1A1A6
(161,161,166)
#B7B6BA
(183,182,186)
#CDCBCE
(205,203,206)
#E3E0E2
(227,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E1A; }

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

This text font color is #070E1A.


Background Color

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

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

This div background color is #070E1A.


Border color

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

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

This div border color is #070E1A.


Opacity

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

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

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

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

This text has shadow with #070E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E1A on black background.


Color preview on white background

This text has color #070E1A on white background.



Black color preview on #070E1A background

This text has black color on #070E1A background.


White color preview on #070E1A background

This text has white color on #070E1A background.