COLOR #10070B

HEX: #10070B
RGB: (16,7,11)

Color info

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

RGB color model

#10070B color RGB value is (16,7,11).

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

RGB channels and saturation

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

16
7
11

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

Portions of RGB colors in percentages

R + G + B =
16 + 7 + 11 = 34 (100%)
R 16 of 34 ~ 47.06%
G 7 of 34 ~ 20.59%
B 11 of 34 ~ 32.35%

%47.06
%20.59
%32.35

CMYK color model

#10070B color CMYK value is (0,56,31,94).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 31.25%
  • key color value is 93.73%
CMYK:
(0,56,31,94)
C0M56Y31K94 
(0%,56%,31%,94%)
(0.00/0.56/0.31/0.94)	

CMYK percentages

%0
%56.25
%31.25
%93.73

Codes

Color #10070B in popluar color models

10070B
RGB16711
HSL333°39.13%4.51%
HSB/HSV333°56.25%6.27%
CMYK0.00%56.25%31.25%
93.73%

Color #10070B in popluar number systems.

HEX10070B
Decimal16711
Binary100001111011
Octal20713

Shades and tints

Shades of #10070B

#10070B
(16,7,11)
#0F070A
(15,7,10)
#0E0709
(14,7,9)
#0D0708
(13,7,8)
#0C0707
(12,7,7)
#0B0706
(11,7,6)
#0A0705
(10,7,5)
#090704
(9,7,4)
#080703
(8,7,3)
#070702
(7,7,2)
#060701
(6,7,1)
#000000
(0,0,0)

Tints of #10070B

#10070B
(16,7,11)
#251D21
(37,29,33)
#3A3337
(58,51,55)
#4F494D
(79,73,77)
#645F63
(100,95,99)
#797579
(121,117,121)
#8E8B8F
(142,139,143)
#A3A1A5
(163,161,165)
#B8B7BB
(184,183,187)
#CDCDD1
(205,205,209)
#E2E3E7
(226,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10070B; }

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

This text font color is #10070B.


Background Color

.myBgColor { background-color: #10070B; }

<div style="background-color:#10070B">Inner text</div>

This div background color is #10070B.


Border color

.myBorderColor { border: 1px solid #10070B; }

<div style="border:3px solid #10070B">Div</div>

This div border color is #10070B.


Opacity

.myOpacity80 { color: #10070B; opacity: 0.8; }

<p style="color:#10070B;opacity:0.8;">80%</p>

Text with #10070B 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 #10070B;}

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

This text has shadow with #10070B color.

.textShadow {text-shadow: 3px 3px 1px #10070B, 3px 3px 1px red;}

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

This text has shadow with #10070B primary color and red secondary color.


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

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

This text has shadow with #10070B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10070B on black background.


Color preview on white background

This text has color #10070B on white background.



Black color preview on #10070B background

This text has black color on #10070B background.


White color preview on #10070B background

This text has white color on #10070B background.