COLOR #070D18

HEX: #070D18
RGB: (7,13,24)

Color info

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

RGB color model

#070D18 color RGB value is (7,13,24).

  • red value is 7;
  • green value is 13;
  • blue value is 24.
RGB:
(7,13,24)
(3%,5%,9%)

RGB channels and saturation

R 7 of 255 = 3%
G 13 of 255 = 5%
B 24 of 255 = 9%

7
13
24

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

Portions of RGB colors in percentages

R + G + B =
7 + 13 + 24 = 44 (100%)
R 7 of 44 ~ 15.91%
G 13 of 44 ~ 29.55%
B 24 of 44 ~ 54.55%

%15.91
%29.55
%54.55

CMYK color model

#070D18 color CMYK value is (71,46,0,91).

  • cyan value is 70.83%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(71,46,0,91)
C71M46Y0K91 
(71%,46%,0%,91%)
(0.71/0.46/0.00/0.91)	

CMYK percentages

%70.83
%45.83
%0
%90.59

Codes

Color #070D18 in popluar color models

070D18
RGB71324
HSL219°54.84%6.08%
HSB/HSV219°70.83%9.41%
CMYK70.83%45.83%0.00%
90.59%

Color #070D18 in popluar number systems.

HEX070D18
Decimal71324
Binary111110111000
Octal71530

Shades and tints

Shades of #070D18

#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)
#070304
(7,3,4)
#000000
(0,0,0)

Tints of #070D18

#070D18
(7,13,24)
#1D232D
(29,35,45)
#333942
(51,57,66)
#494F57
(73,79,87)
#5F656C
(95,101,108)
#757B81
(117,123,129)
#8B9196
(139,145,150)
#A1A7AB
(161,167,171)
#B7BDC0
(183,189,192)
#CDD3D5
(205,211,213)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070D18 color. Also use rgb(7,13,24) instead hex code.

Text Font Color

.myTextColor { color: #070D18; }

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

This text font color is #070D18.


Background Color

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

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

This div background color is #070D18.


Border color

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

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

This div border color is #070D18.


Opacity

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

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

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

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

This text has shadow with #070D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070D18 on black background.


Color preview on white background

This text has color #070D18 on white background.



Black color preview on #070D18 background

This text has black color on #070D18 background.


White color preview on #070D18 background

This text has white color on #070D18 background.