COLOR #070E11

HEX: #070E11 RGB: (7,14,17)

Color info

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

RGB color model

#070E11 color RGB value is (7,14,17).

RGB: (7,14,17) (3%, 5%, 7%)

RGB channels and saturation

R 7 of 255 = 3%
G 14 of 255 = 5%
B 17 of 255 = 7%

7
14
17

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

Portions of RGB colors in percentages

R + G + B = 7 + 14 + 17 = 38 (100%)
R 7 of 38 ~ 18.42%
G 14 of 38 ~ 36.84%
B 17 of 38 ~ 44.74'%

%18.42
%36.84
%44.74

CMYK color model

#070E11 color CMYK value is (59,18,0,93).

  • cyan value is 58.82%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK: (59,18,0,93) C59M18Y0K93 (59%,18%,0%,93%) (0.59/0.18/0.00/0.93) 

CMYK percentages

%58.82
%17.65
%0
%93.33

Codes

Color #070E11 in popluar color models

07 0E 11
RGB 7 14 17
HSL 198° 41.67% 4.71%
HSB/HSV 198° 58.82% 6.67%
CMYK 58.82% 17.65% 0.00%
93.33%

Color #070E11 in popluar number systems.

HEX 07 0E 11
Decimal 7 14 17
Binary 111 1110 10001
Octal 7 16 21

Shades and tints

Shades of #070E11

#070E11
(7,14,17)
#070D10
(7,13,16)
#070C0F
(7,12,15)
#070B0E
(7,11,14)
#070A0D
(7,10,13)
#07090C
(7,9,12)
#07080B
(7,8,11)
#07070A
(7,7,10)
#070609
(7,6,9)
#070508
(7,5,8)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #070E11

#070E11
(7,14,17)
#1D2326
(29,35,38)
#33383B
(51,56,59)
#494D50
(73,77,80)
#5F6265
(95,98,101)
#75777A
(117,119,122)
#8B8C8F
(139,140,143)
#A1A1A4
(161,161,164)
#B7B6B9
(183,182,185)
#CDCBCE
(205,203,206)
#E3E0E3
(227,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E11; }

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

This text font color is #070E11.

Background Color

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

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

This div background color is #070E11.

Border color

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

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

This div border color is #070E11.

Opacity

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

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

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

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

This text has shadow with #070E11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070E11.

Preview

Color preview on black background

This text has color #070E11 on black background.


Color preview on white background

This text has color #070E11 on white background.


Black color preview on #070E11 background

This text has black color on #070E11 background.


White color preview on #070E11 background

This text has white color on #070E11 background.


Related colors

Complementary color

Complementary color for #hex is #F8F1EE.


I love getcolorcode.com

Triadic colors

1 #11070E and #0E1107 with #070E11 are triadic colors.

2 #110E07 and #0E0711 with #070E11 are triadic colors.