COLOR #070718

HEX: #070718
RGB: (7,7,24)

Color info

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

RGB color model

#070718 color RGB value is (7,7,24).

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

RGB channels and saturation

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

7
7
24

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

Portions of RGB colors in percentages

R + G + B =
7 + 7 + 24 = 38 (100%)
R 7 of 38 ~ 18.42%
G 7 of 38 ~ 18.42%
B 24 of 38 ~ 63.16%

%18.42
%18.42
%63.16

CMYK color model

#070718 color CMYK value is (71,71,0,91).

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

CMYK percentages

%70.83
%70.83
%0
%90.59

Codes

Color #070718 in popluar color models

070718
RGB7724
HSL240°54.84%6.08%
HSB/HSV240°70.83%9.41%
CMYK70.83%70.83%0.00%
90.59%

Color #070718 in popluar number systems.

HEX070718
Decimal7724
Binary11111111000
Octal7730

Shades and tints

Shades of #070718

#070718
(7,7,24)
#070716
(7,7,22)
#070714
(7,7,20)
#070712
(7,7,18)
#070710
(7,7,16)
#07070E
(7,7,14)
#07070C
(7,7,12)
#07070A
(7,7,10)
#070708
(7,7,8)
#070706
(7,7,6)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #070718

#070718
(7,7,24)
#1D1D2D
(29,29,45)
#333342
(51,51,66)
#494957
(73,73,87)
#5F5F6C
(95,95,108)
#757581
(117,117,129)
#8B8B96
(139,139,150)
#A1A1AB
(161,161,171)
#B7B7C0
(183,183,192)
#CDCDD5
(205,205,213)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070718; }

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

This text font color is #070718.


Background Color

.myBgColor { background-color: #070718; }

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

This div background color is #070718.


Border color

.myBorderColor { border: 1px solid #070718; }

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

This div border color is #070718.


Opacity

.myOpacity80 { color: #070718; opacity: 0.8; }

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

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

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

This text has shadow with #070718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070718 on black background.


Color preview on white background

This text has color #070718 on white background.



Black color preview on #070718 background

This text has black color on #070718 background.


White color preview on #070718 background

This text has white color on #070718 background.