COLOR #070118

HEX: #070118 RGB: (7,1,24)

Color info

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

RGB color model

#070118 color RGB value is (7,1,24).

RGB: (7,1,24) (3%, 0%, 9%)

RGB channels and saturation

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

7
1
24

R + G + B ~ 4%. #070118 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 1 + 24 = 32 (100%)
R 7 of 32 ~ 21.88%
G 1 of 32 ~ 3.13%
B 24 of 32 ~ 75'%

%21.88
%75

CMYK color model

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

  • cyan value is 70.83%
  • magenta value is 95.83%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (71,96,0,91)
C71M96Y0K91 (71%, 96%, 0%, 91%)
(0.71 / 0.96 / 0.00 / 0.91)

CMYK percentages

%70.83
%95.83
%0
%90.59

Codes

Color #070118 in popluar color models

07 01 18
RGB 7 1 24
HSL 256° 92.00% 4.90%
HSB/HSV 256° 95.83% 9.41%
CMYK 70.83% 95.83% 0.00%
90.59%

Color #070118 in popluar number systems.

HEX 07 01 18
Decimal 7 1 24
Binary 111 1 11000
Octal 7 1 30

Shades and tints

Shades of #070118

#070118
(7,1,24)
#070116
(7,1,22)
#070114
(7,1,20)
#070112
(7,1,18)
#070110
(7,1,16)
#07010E
(7,1,14)
#07010C
(7,1,12)
#07010A
(7,1,10)
#070108
(7,1,8)
#070106
(7,1,6)
#070104
(7,1,4)
#000000
(0,0,0)

Tints of #070118

#070118
(7,1,24)
#1D182D
(29,24,45)
#332F42
(51,47,66)
#494657
(73,70,87)
#5F5D6C
(95,93,108)
#757481
(117,116,129)
#8B8B96
(139,139,150)
#A1A2AB
(161,162,171)
#B7B9C0
(183,185,192)
#CDD0D5
(205,208,213)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070118; }

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

This text font color is #070118.

Background Color

.myBgColor { background-color: #070118; }

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

This div background color is #070118.

Border color

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

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

This div border color is #070118.

Opacity

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

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

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

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

This text has shadow with #070118 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070118.

Preview

Color preview on black background

This text has color #070118 on black background.


Color preview on white background

This text has color #070118 on white background.


Black color preview on #070118 background

This text has black color on #070118 background.


White color preview on #070118 background

This text has white color on #070118 background.


Related colors

Complementary color

Complementary color for #hex is #F8FEE7.


I love getcolorcode.com

Triadic colors

1 #180701 and #011807 with #070118 are triadic colors.

2 #180107 and #010718 with #070118 are triadic colors.