COLOR #11070F

HEX: #11070F
RGB: (17,7,15)

Color info

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

RGB color model

#11070F color RGB value is (17,7,15).

  • red value is 17;
  • green value is 7;
  • blue value is 15.
RGB:
(17,7,15)
(7%,3%,6%)

RGB channels and saturation

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

17
7
15

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

Portions of RGB colors in percentages

R + G + B =
17 + 7 + 15 = 39 (100%)
R 17 of 39 ~ 43.59%
G 7 of 39 ~ 17.95%
B 15 of 39 ~ 38.46%

%43.59
%17.95
%38.46

CMYK color model

#11070F color CMYK value is (0,59,12,93).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 11.76%
  • key color value is 93.33%
CMYK:
(0,59,12,93)
C0M59Y12K93 
(0%,59%,12%,93%)
(0.00/0.59/0.12/0.93)	

CMYK percentages

%0
%58.82
%11.76
%93.33

Codes

Color #11070F in popluar color models

11070F
RGB17715
HSL312°41.67%4.71%
HSB/HSV312°58.82%6.67%
CMYK0.00%58.82%11.76%
93.33%

Color #11070F in popluar number systems.

HEX11070F
Decimal17715
Binary100011111111
Octal21717

Shades and tints

Shades of #11070F

#11070F
(17,7,15)
#10070E
(16,7,14)
#0F070D
(15,7,13)
#0E070C
(14,7,12)
#0D070B
(13,7,11)
#0C070A
(12,7,10)
#0B0709
(11,7,9)
#0A0708
(10,7,8)
#090707
(9,7,7)
#080706
(8,7,6)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #11070F

#11070F
(17,7,15)
#261D24
(38,29,36)
#3B3339
(59,51,57)
#50494E
(80,73,78)
#655F63
(101,95,99)
#7A7578
(122,117,120)
#8F8B8D
(143,139,141)
#A4A1A2
(164,161,162)
#B9B7B7
(185,183,183)
#CECDCC
(206,205,204)
#E3E3E1
(227,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11070F; }

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

This text font color is #11070F.


Background Color

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

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

This div background color is #11070F.


Border color

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

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

This div border color is #11070F.


Opacity

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

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

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

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

This text has shadow with #11070F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11070F on black background.


Color preview on white background

This text has color #11070F on white background.



Black color preview on #11070F background

This text has black color on #11070F background.


White color preview on #11070F background

This text has white color on #11070F background.