COLOR #070B01

HEX: #070B01
RGB: (7,11,1)

Color info

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

RGB color model

#070B01 color RGB value is (7,11,1).

  • red value is 7;
  • green value is 11;
  • blue value is 1.
RGB:
(7,11,1)
(3%,4%,0%)

RGB channels and saturation

R 7 of 255 = 3%
G 11 of 255 = 4%
B 1 of 255 = 0%

7
11
1

R + G + B ~ 2%. #070B01 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 11 + 1 = 19 (100%)
R 7 of 19 ~ 36.84%
G 11 of 19 ~ 57.89%
B 1 of 19 ~ 5.26%

%36.84
%57.89

CMYK color model

#070B01 color CMYK value is (36,0,91,96).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 95.69%
CMYK:
(36,0,91,96)
C36M0Y91K96 
(36%,0%,91%,96%)
(0.36/0.00/0.91/0.96)	

CMYK percentages

%36.36
%0
%90.91
%95.69

Codes

Color #070B01 in popluar color models

070B01
RGB7111
HSL84°83.33%2.35%
HSB/HSV84°90.91%4.31%
CMYK36.36%0.00%90.91%
95.69%

Color #070B01 in popluar number systems.

HEX070B01
Decimal7111
Binary11110111
Octal7131

Shades and tints

Shades of #070B01

#070B01
(7,11,1)
#070A01
(7,10,1)
#070901
(7,9,1)
#070801
(7,8,1)
#070701
(7,7,1)
#070601
(7,6,1)
#070501
(7,5,1)
#070401
(7,4,1)
#070301
(7,3,1)
#070201
(7,2,1)
#070101
(7,1,1)
#000000
(0,0,0)

Tints of #070B01

#070B01
(7,11,1)
#1D2118
(29,33,24)
#33372F
(51,55,47)
#494D46
(73,77,70)
#5F635D
(95,99,93)
#757974
(117,121,116)
#8B8F8B
(139,143,139)
#A1A5A2
(161,165,162)
#B7BBB9
(183,187,185)
#CDD1D0
(205,209,208)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070B01; }

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

This text font color is #070B01.


Background Color

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

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

This div background color is #070B01.


Border color

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

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

This div border color is #070B01.


Opacity

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

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

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

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

This text has shadow with #070B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070B01 on black background.


Color preview on white background

This text has color #070B01 on white background.



Black color preview on #070B01 background

This text has black color on #070B01 background.


White color preview on #070B01 background

This text has white color on #070B01 background.