COLOR #070B07

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
11
7

R + G + B ~ 3%. #070B07 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 11 + 7 = 25 (100%)
R 7 of 25 ~ 28%
G 11 of 25 ~ 44%
B 7 of 25 ~ 28%

%28
%44
%28

CMYK color model

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

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

CMYK percentages

%36.36
%0
%36.36
%95.69

Codes

Color #070B07 in popluar color models

070B07
RGB7117
HSL120°22.22%3.53%
HSB/HSV120°36.36%4.31%
CMYK36.36%0.00%36.36%
95.69%

Color #070B07 in popluar number systems.

HEX070B07
Decimal7117
Binary1111011111
Octal7137

Shades and tints

Shades of #070B07

#070B07
(7,11,7)
#070A07
(7,10,7)
#070907
(7,9,7)
#070807
(7,8,7)
#070707
(7,7,7)
#070607
(7,6,7)
#070507
(7,5,7)
#070407
(7,4,7)
#070307
(7,3,7)
#070207
(7,2,7)
#070107
(7,1,7)
#000000
(0,0,0)

Tints of #070B07

#070B07
(7,11,7)
#1D211D
(29,33,29)
#333733
(51,55,51)
#494D49
(73,77,73)
#5F635F
(95,99,95)
#757975
(117,121,117)
#8B8F8B
(139,143,139)
#A1A5A1
(161,165,161)
#B7BBB7
(183,187,183)
#CDD1CD
(205,209,205)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070B07; }

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

This text font color is #070B07.


Background Color

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

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

This div background color is #070B07.


Border color

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

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

This div border color is #070B07.


Opacity

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

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

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

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

This text has shadow with #070B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070B07 on black background.


Color preview on white background

This text has color #070B07 on white background.



Black color preview on #070B07 background

This text has black color on #070B07 background.


White color preview on #070B07 background

This text has white color on #070B07 background.