COLOR #11070A

HEX: #11070A
RGB: (17,7,10)

Color info

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

RGB color model

#11070A color RGB value is (17,7,10).

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

RGB channels and saturation

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

17
7
10

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

Portions of RGB colors in percentages

R + G + B =
17 + 7 + 10 = 34 (100%)
R 17 of 34 ~ 50%
G 7 of 34 ~ 20.59%
B 10 of 34 ~ 29.41%

%50
%20.59
%29.41

CMYK color model

#11070A color CMYK value is (0,59,41,93).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(0,59,41,93)
C0M59Y41K93 
(0%,59%,41%,93%)
(0.00/0.59/0.41/0.93)	

CMYK percentages

%0
%58.82
%41.18
%93.33

Codes

Color #11070A in popluar color models

11070A
RGB17710
HSL342°41.67%4.71%
HSB/HSV342°58.82%6.67%
CMYK0.00%58.82%41.18%
93.33%

Color #11070A in popluar number systems.

HEX11070A
Decimal17710
Binary100011111010
Octal21712

Shades and tints

Shades of #11070A

#11070A
(17,7,10)
#10070A
(16,7,10)
#0F070A
(15,7,10)
#0E070A
(14,7,10)
#0D070A
(13,7,10)
#0C070A
(12,7,10)
#0B070A
(11,7,10)
#0A070A
(10,7,10)
#09070A
(9,7,10)
#08070A
(8,7,10)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #11070A

#11070A
(17,7,10)
#261D20
(38,29,32)
#3B3336
(59,51,54)
#50494C
(80,73,76)
#655F62
(101,95,98)
#7A7578
(122,117,120)
#8F8B8E
(143,139,142)
#A4A1A4
(164,161,164)
#B9B7BA
(185,183,186)
#CECDD0
(206,205,208)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11070A; }

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

This text font color is #11070A.


Background Color

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

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

This div background color is #11070A.


Border color

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

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

This div border color is #11070A.


Opacity

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

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

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

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

This text has shadow with #11070A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11070A on black background.


Color preview on white background

This text has color #11070A on white background.



Black color preview on #11070A background

This text has black color on #11070A background.


White color preview on #11070A background

This text has white color on #11070A background.