COLOR #070A0D

HEX: #070A0D
RGB: (7,10,13)

Color info

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

RGB color model

#070A0D color RGB value is (7,10,13).

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

RGB channels and saturation

R 7 of 255 = 3%
G 10 of 255 = 4%
B 13 of 255 = 5%

7
10
13

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

Portions of RGB colors in percentages

R + G + B =
7 + 10 + 13 = 30 (100%)
R 7 of 30 ~ 23.33%
G 10 of 30 ~ 33.33%
B 13 of 30 ~ 43.33%

%23.33
%33.33
%43.33

CMYK color model

#070A0D color CMYK value is (46,23,0,95).

  • cyan value is 46.15%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(46,23,0,95)
C46M23Y0K95 
(46%,23%,0%,95%)
(0.46/0.23/0.00/0.95)	

CMYK percentages

%46.15
%23.08
%0
%94.9

Codes

Color #070A0D in popluar color models

070A0D
RGB71013
HSL210°30.00%3.92%
HSB/HSV210°46.15%5.10%
CMYK46.15%23.08%0.00%
94.90%

Color #070A0D in popluar number systems.

HEX070A0D
Decimal71013
Binary11110101101
Octal71215

Shades and tints

Shades of #070A0D

#070A0D
(7,10,13)
#070A0C
(7,10,12)
#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)
#000000
(0,0,0)

Tints of #070A0D

#070A0D
(7,10,13)
#1D2023
(29,32,35)
#333639
(51,54,57)
#494C4F
(73,76,79)
#5F6265
(95,98,101)
#75787B
(117,120,123)
#8B8E91
(139,142,145)
#A1A4A7
(161,164,167)
#B7BABD
(183,186,189)
#CDD0D3
(205,208,211)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070A0D; }

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

This text font color is #070A0D.


Background Color

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

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

This div background color is #070A0D.


Border color

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

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

This div border color is #070A0D.


Opacity

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

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

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

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

This text has shadow with #070A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070A0D on black background.


Color preview on white background

This text has color #070A0D on white background.



Black color preview on #070A0D background

This text has black color on #070A0D background.


White color preview on #070A0D background

This text has white color on #070A0D background.