COLOR #0A070B

HEX: #0A070B RGB: (10,7,11)

Color info

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

RGB color model

#0A070B color RGB value is (10,7,11).

RGB: (10,7,11) (4%, 3%, 4%)

RGB channels and saturation

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

10
7
11

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

Portions of RGB colors in percentages

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

%35.71
%25
%39.29

CMYK color model

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

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

CMYK percentages

%9.09
%36.36
%0
%95.69

Codes

Color #0A070B in popluar color models

0A 07 0B
RGB 10 7 11
HSL 285° 22.22% 3.53%
HSB/HSV 285° 36.36% 4.31%
CMYK 9.09% 36.36% 0.00%
95.69%

Color #0A070B in popluar number systems.

HEX 0A 07 0B
Decimal 10 7 11
Binary 1010 111 1011
Octal 12 7 13

Shades and tints

Shades of #0A070B

#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)
#0A0702
(10,7,2)
#0A0701
(10,7,1)
#000000
(0,0,0)

Tints of #0A070B

#0A070B
(10,7,11)
#201D21
(32,29,33)
#363337
(54,51,55)
#4C494D
(76,73,77)
#625F63
(98,95,99)
#787579
(120,117,121)
#8E8B8F
(142,139,143)
#A4A1A5
(164,161,165)
#BAB7BB
(186,183,187)
#D0CDD1
(208,205,209)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A070B; }

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

This text font color is #0A070B.

Background Color

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

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

This div background color is #0A070B.

Border color

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

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

This div border color is #0A070B.

Opacity

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

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

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

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

This text has shadow with #0A070B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A070B.

Preview

Color preview on black background

This text has color #0A070B on black background.


Color preview on white background

This text has color #0A070B on white background.


Black color preview on #0A070B background

This text has black color on #0A070B background.


White color preview on #0A070B background

This text has white color on #0A070B background.


Related colors

Complementary color

Complementary color for #hex is #F5F8F4.


I love getcolorcode.com

Triadic colors

1 #0B0A07 and #070B0A with #0A070B are triadic colors.

2 #0B070A and #070A0B with #0A070B are triadic colors.