COLOR #0A070D

HEX: #0A070D
RGB: (10,7,13)

Color info

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

RGB color model

#0A070D color RGB value is (10,7,13).

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

RGB channels and saturation

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

10
7
13

R + G + B ~ 4%. #0A070D is dark color.

Portions of RGB colors in percentages

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

%33.33
%23.33
%43.33

CMYK color model

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

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

CMYK percentages

%23.08
%46.15
%0
%94.9

Codes

Color #0A070D in popluar color models

0A070D
RGB10713
HSL270°30.00%3.92%
HSB/HSV270°46.15%5.10%
CMYK23.08%46.15%0.00%
94.90%

Color #0A070D in popluar number systems.

HEX0A070D
Decimal10713
Binary10101111101
Octal12715

Shades and tints

Shades of #0A070D

#0A070D
(10,7,13)
#0A070C
(10,7,12)
#0A070B
(10,7,11)
#0A070A
(10,7,10)
#0A0709
(10,7,9)
#0A0708
(10,7,8)
#0A0707
(10,7,7)
#0A0706
(10,7,6)
#0A0705
(10,7,5)
#0A0704
(10,7,4)
#0A0703
(10,7,3)
#000000
(0,0,0)

Tints of #0A070D

#0A070D
(10,7,13)
#201D23
(32,29,35)
#363339
(54,51,57)
#4C494F
(76,73,79)
#625F65
(98,95,101)
#78757B
(120,117,123)
#8E8B91
(142,139,145)
#A4A1A7
(164,161,167)
#BAB7BD
(186,183,189)
#D0CDD3
(208,205,211)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A070D; }

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

This text font color is #0A070D.


Background Color

.myBgColor { background-color: #0A070D; }

<div style="background-color:#0A070D">Inner text</div>

This div background color is #0A070D.


Border color

.myBorderColor { border: 1px solid #0A070D; }

<div style="border:3px solid #0A070D">Div</div>

This div border color is #0A070D.


Opacity

.myOpacity80 { color: #0A070D; opacity: 0.8; }

<p style="color:#0A070D;opacity:0.8;">80%</p>

Text with #0A070D 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 #0A070D;}

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

This text has shadow with #0A070D color.

.textShadow {text-shadow: 3px 3px 1px #0A070D, 3px 3px 1px red;}

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

This text has shadow with #0A070D primary color and red secondary color.


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

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

This text has shadow with #0A070D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A070D on black background.


Color preview on white background

This text has color #0A070D on white background.



Black color preview on #0A070D background

This text has black color on #0A070D background.


White color preview on #0A070D background

This text has white color on #0A070D background.