COLOR #11080E

HEX: #11080E
RGB: (17,8,14)

Color info

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

RGB color model

#11080E color RGB value is (17,8,14).

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

RGB channels and saturation

R 17 of 255 = 7%
G 8 of 255 = 3%
B 14 of 255 = 5%

17
8
14

R + G + B ~ 5%. #11080E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 8 + 14 = 39 (100%)
R 17 of 39 ~ 43.59%
G 8 of 39 ~ 20.51%
B 14 of 39 ~ 35.9%

%43.59
%20.51
%35.9

CMYK color model

#11080E color CMYK value is (0,53,18,93).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 17.65%
  • key color value is 93.33%
CMYK:
(0,53,18,93)
C0M53Y18K93 
(0%,53%,18%,93%)
(0.00/0.53/0.18/0.93)	

CMYK percentages

%0
%52.94
%17.65
%93.33

Codes

Color #11080E in popluar color models

11080E
RGB17814
HSL320°36.00%4.90%
HSB/HSV320°52.94%6.67%
CMYK0.00%52.94%17.65%
93.33%

Color #11080E in popluar number systems.

HEX11080E
Decimal17814
Binary1000110001110
Octal211016

Shades and tints

Shades of #11080E

#11080E
(17,8,14)
#10080D
(16,8,13)
#0F080C
(15,8,12)
#0E080B
(14,8,11)
#0D080A
(13,8,10)
#0C0809
(12,8,9)
#0B0808
(11,8,8)
#0A0807
(10,8,7)
#090806
(9,8,6)
#080805
(8,8,5)
#070804
(7,8,4)
#000000
(0,0,0)

Tints of #11080E

#11080E
(17,8,14)
#261E23
(38,30,35)
#3B3438
(59,52,56)
#504A4D
(80,74,77)
#656062
(101,96,98)
#7A7677
(122,118,119)
#8F8C8C
(143,140,140)
#A4A2A1
(164,162,161)
#B9B8B6
(185,184,182)
#CECECB
(206,206,203)
#E3E4E0
(227,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11080E color. Also use rgb(17,8,14) instead hex code.

Text Font Color

.myTextColor { color: #11080E; }

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

This text font color is #11080E.


Background Color

.myBgColor { background-color: #11080E; }

<div style="background-color:#11080E">Inner text</div>

This div background color is #11080E.


Border color

.myBorderColor { border: 1px solid #11080E; }

<div style="border:3px solid #11080E">Div</div>

This div border color is #11080E.


Opacity

.myOpacity80 { color: #11080E; opacity: 0.8; }

<p style="color:#11080E;opacity:0.8;">80%</p>

Text with #11080E 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 #11080E;}

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

This text has shadow with #11080E color.

.textShadow {text-shadow: 3px 3px 1px #11080E, 3px 3px 1px red;}

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

This text has shadow with #11080E primary color and red secondary color.


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

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

This text has shadow with #11080E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11080E on black background.


Color preview on white background

This text has color #11080E on white background.



Black color preview on #11080E background

This text has black color on #11080E background.


White color preview on #11080E background

This text has white color on #11080E background.