COLOR #070B0B

HEX: #070B0B
RGB: (7,11,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
11
11

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

Portions of RGB colors in percentages

R + G + B =
7 + 11 + 11 = 29 (100%)
R 7 of 29 ~ 24.14%
G 11 of 29 ~ 37.93%
B 11 of 29 ~ 37.93%

%24.14
%37.93
%37.93

CMYK color model

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

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

CMYK percentages

%36.36
%0
%0
%95.69

Codes

Color #070B0B in popluar color models

070B0B
RGB71111
HSL180°22.22%3.53%
HSB/HSV180°36.36%4.31%
CMYK36.36%0.00%0.00%
95.69%

Color #070B0B in popluar number systems.

HEX070B0B
Decimal71111
Binary11110111011
Octal71313

Shades and tints

Shades of #070B0B

#070B0B
(7,11,11)
#070A0A
(7,10,10)
#070909
(7,9,9)
#070808
(7,8,8)
#070707
(7,7,7)
#070606
(7,6,6)
#070505
(7,5,5)
#070404
(7,4,4)
#070303
(7,3,3)
#070202
(7,2,2)
#070101
(7,1,1)
#000000
(0,0,0)

Tints of #070B0B

#070B0B
(7,11,11)
#1D2121
(29,33,33)
#333737
(51,55,55)
#494D4D
(73,77,77)
#5F6363
(95,99,99)
#757979
(117,121,121)
#8B8F8F
(139,143,143)
#A1A5A5
(161,165,165)
#B7BBBB
(183,187,187)
#CDD1D1
(205,209,209)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070B0B; }

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

This text font color is #070B0B.


Background Color

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

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

This div background color is #070B0B.


Border color

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

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

This div border color is #070B0B.


Opacity

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

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

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

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

This text has shadow with #070B0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070B0B on black background.


Color preview on white background

This text has color #070B0B on white background.



Black color preview on #070B0B background

This text has black color on #070B0B background.


White color preview on #070B0B background

This text has white color on #070B0B background.