COLOR #11070D

HEX: #11070D
RGB: (17,7,13)

Color info

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

RGB color model

#11070D color RGB value is (17,7,13).

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

RGB channels and saturation

R 17 of 255 = 7%
G 7 of 255 = 3%
B 13 of 255 = 5%

17
7
13

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

Portions of RGB colors in percentages

R + G + B =
17 + 7 + 13 = 37 (100%)
R 17 of 37 ~ 45.95%
G 7 of 37 ~ 18.92%
B 13 of 37 ~ 35.14%

%45.95
%18.92
%35.14

CMYK color model

#11070D color CMYK value is (0,59,24,93).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 23.53%
  • key color value is 93.33%
CMYK:
(0,59,24,93)
C0M59Y24K93 
(0%,59%,24%,93%)
(0.00/0.59/0.24/0.93)	

CMYK percentages

%0
%58.82
%23.53
%93.33

Codes

Color #11070D in popluar color models

11070D
RGB17713
HSL324°41.67%4.71%
HSB/HSV324°58.82%6.67%
CMYK0.00%58.82%23.53%
93.33%

Color #11070D in popluar number systems.

HEX11070D
Decimal17713
Binary100011111101
Octal21715

Shades and tints

Shades of #11070D

#11070D
(17,7,13)
#10070C
(16,7,12)
#0F070B
(15,7,11)
#0E070A
(14,7,10)
#0D0709
(13,7,9)
#0C0708
(12,7,8)
#0B0707
(11,7,7)
#0A0706
(10,7,6)
#090705
(9,7,5)
#080704
(8,7,4)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #11070D

#11070D
(17,7,13)
#261D23
(38,29,35)
#3B3339
(59,51,57)
#50494F
(80,73,79)
#655F65
(101,95,101)
#7A757B
(122,117,123)
#8F8B91
(143,139,145)
#A4A1A7
(164,161,167)
#B9B7BD
(185,183,189)
#CECDD3
(206,205,211)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11070D; }

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

This text font color is #11070D.


Background Color

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

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

This div background color is #11070D.


Border color

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

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

This div border color is #11070D.


Opacity

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

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

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

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

This text has shadow with #11070D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11070D on black background.


Color preview on white background

This text has color #11070D on white background.



Black color preview on #11070D background

This text has black color on #11070D background.


White color preview on #11070D background

This text has white color on #11070D background.