COLOR #070A0B

HEX: #070A0B
RGB: (7,10,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
10
11

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

Portions of RGB colors in percentages

R + G + B =
7 + 10 + 11 = 28 (100%)
R 7 of 28 ~ 25%
G 10 of 28 ~ 35.71%
B 11 of 28 ~ 39.29%

%25
%35.71
%39.29

CMYK color model

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

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

CMYK percentages

%36.36
%9.09
%0
%95.69

Codes

Color #070A0B in popluar color models

070A0B
RGB71011
HSL195°22.22%3.53%
HSB/HSV195°36.36%4.31%
CMYK36.36%9.09%0.00%
95.69%

Color #070A0B in popluar number systems.

HEX070A0B
Decimal71011
Binary11110101011
Octal71213

Shades and tints

Shades of #070A0B

#070A0B
(7,10,11)
#070A0A
(7,10,10)
#070A09
(7,10,9)
#070A08
(7,10,8)
#070A07
(7,10,7)
#070A06
(7,10,6)
#070A05
(7,10,5)
#070A04
(7,10,4)
#070A03
(7,10,3)
#070A02
(7,10,2)
#070A01
(7,10,1)
#000000
(0,0,0)

Tints of #070A0B

#070A0B
(7,10,11)
#1D2021
(29,32,33)
#333637
(51,54,55)
#494C4D
(73,76,77)
#5F6263
(95,98,99)
#757879
(117,120,121)
#8B8E8F
(139,142,143)
#A1A4A5
(161,164,165)
#B7BABB
(183,186,187)
#CDD0D1
(205,208,209)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070A0B; }

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

This text font color is #070A0B.


Background Color

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

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

This div background color is #070A0B.


Border color

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

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

This div border color is #070A0B.


Opacity

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

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

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

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

This text has shadow with #070A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070A0B on black background.


Color preview on white background

This text has color #070A0B on white background.



Black color preview on #070A0B background

This text has black color on #070A0B background.


White color preview on #070A0B background

This text has white color on #070A0B background.