COLOR #070D11

HEX: #070D11 RGB: (7,13,17)

Color info

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

RGB color model

#070D11 color RGB value is (7,13,17).

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

RGB channels and saturation

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

7
13
17

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

Portions of RGB colors in percentages

R + G + B = 7 + 13 + 17 = 37 (100%)
R 7 of 37 ~ 18.92%
G 13 of 37 ~ 35.14%
B 17 of 37 ~ 45.95'%

%18.92
%35.14
%45.95

CMYK color model

#070D11 color CMYK value is (59,24,0,93).

  • cyan value is 58.82%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK: (59,24,0,93) C59M24Y0K93 (59%,24%,0%,93%) (0.59/0.24/0.00/0.93) 

CMYK percentages

%58.82
%23.53
%0
%93.33

Codes

Color #070D11 in popluar color models

07 0D 11
RGB 7 13 17
HSL 204° 41.67% 4.71%
HSB/HSV 204° 58.82% 6.67%
CMYK 58.82% 23.53% 0.00%
93.33%

Color #070D11 in popluar number systems.

HEX 07 0D 11
Decimal 7 13 17
Binary 111 1101 10001
Octal 7 15 21

Shades and tints

Shades of #070D11

#070D11
(7,13,17)
#070C10
(7,12,16)
#070B0F
(7,11,15)
#070A0E
(7,10,14)
#07090D
(7,9,13)
#07080C
(7,8,12)
#07070B
(7,7,11)
#07060A
(7,6,10)
#070509
(7,5,9)
#070408
(7,4,8)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #070D11

#070D11
(7,13,17)
#1D2326
(29,35,38)
#33393B
(51,57,59)
#494F50
(73,79,80)
#5F6565
(95,101,101)
#757B7A
(117,123,122)
#8B918F
(139,145,143)
#A1A7A4
(161,167,164)
#B7BDB9
(183,189,185)
#CDD3CE
(205,211,206)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070D11; }

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

This text font color is #070D11.

Background Color

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

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

This div background color is #070D11.

Border color

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

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

This div border color is #070D11.

Opacity

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

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

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

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

This text has shadow with #070D11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070D11.

Preview

Color preview on black background

This text has color #070D11 on black background.


Color preview on white background

This text has color #070D11 on white background.


Black color preview on #070D11 background

This text has black color on #070D11 background.


White color preview on #070D11 background

This text has white color on #070D11 background.


Related colors

Complementary color

Complementary color for #hex is #F8F2EE.


I love getcolorcode.com

Triadic colors

1 #11070D and #0D1107 with #070D11 are triadic colors.

2 #110D07 and #0D0711 with #070D11 are triadic colors.