COLOR #10070F

HEX: #10070F RGB: (16,7,15)

Color info

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

RGB color model

#10070F color RGB value is (16,7,15).

RGB: (16,7,15) (6%, 3%, 6%)

RGB channels and saturation

R 16 of 255 = 6%
G 7 of 255 = 3%
B 15 of 255 = 6%

16
7
15

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

Portions of RGB colors in percentages

R + G + B = 16 + 7 + 15 = 38 (100%)
R 16 of 38 ~ 42.11%
G 7 of 38 ~ 18.42%
B 15 of 38 ~ 39.47'%

%42.11
%18.42
%39.47

CMYK color model

#10070F color CMYK value is (0,56,6,94).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 6.25%
  • key color value is 93.73%
CMYK: (0,56,6,94) C0M56Y6K94 (0%,56%,6%,94%) (0.00/0.56/0.06/0.94) 

CMYK percentages

%0
%56.25
%6.25
%93.73

Codes

Color #10070F in popluar color models

10 07 0F
RGB 16 7 15
HSL 307° 39.13% 4.51%
HSB/HSV 307° 56.25% 6.27%
CMYK 0.00% 56.25% 6.25%
93.73%

Color #10070F in popluar number systems.

HEX 10 07 0F
Decimal 16 7 15
Binary 10000 111 1111
Octal 20 7 17

Shades and tints

Shades of #10070F

#10070F
(16,7,15)
#0F070E
(15,7,14)
#0E070D
(14,7,13)
#0D070C
(13,7,12)
#0C070B
(12,7,11)
#0B070A
(11,7,10)
#0A0709
(10,7,9)
#090708
(9,7,8)
#080707
(8,7,7)
#070706
(7,7,6)
#060705
(6,7,5)
#000000
(0,0,0)

Tints of #10070F

#10070F
(16,7,15)
#251D24
(37,29,36)
#3A3339
(58,51,57)
#4F494E
(79,73,78)
#645F63
(100,95,99)
#797578
(121,117,120)
#8E8B8D
(142,139,141)
#A3A1A2
(163,161,162)
#B8B7B7
(184,183,183)
#CDCDCC
(205,205,204)
#E2E3E1
(226,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #10070F; }

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

This text font color is #10070F.

Background Color

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

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

This div background color is #10070F.

Border color

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

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

This div border color is #10070F.

Opacity

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

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

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

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

This text has shadow with #10070F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10070F.

Preview

Color preview on black background

This text has color #10070F on black background.


Color preview on white background

This text has color #10070F on white background.


Black color preview on #10070F background

This text has black color on #10070F background.


White color preview on #10070F background

This text has white color on #10070F background.


Related colors

Complementary color

Complementary color for #hex is #EFF8F0.


I love getcolorcode.com

Triadic colors

1 #0F1007 and #070F10 with #10070F are triadic colors.

2 #0F0710 and #07100F with #10070F are triadic colors.