COLOR #11080A

HEX: #11080A
RGB: (17,8,10)

Color info

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

RGB color model

#11080A color RGB value is (17,8,10).

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

RGB channels and saturation

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

17
8
10

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

Portions of RGB colors in percentages

R + G + B =
17 + 8 + 10 = 35 (100%)
R 17 of 35 ~ 48.57%
G 8 of 35 ~ 22.86%
B 10 of 35 ~ 28.57%

%48.57
%22.86
%28.57

CMYK color model

#11080A color CMYK value is (0,53,41,93).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 41.18%
  • key color value is 93.33%
CMYK:
(0,53,41,93)
C0M53Y41K93 
(0%,53%,41%,93%)
(0.00/0.53/0.41/0.93)	

CMYK percentages

%0
%52.94
%41.18
%93.33

Codes

Color #11080A in popluar color models

11080A
RGB17810
HSL347°36.00%4.90%
HSB/HSV347°52.94%6.67%
CMYK0.00%52.94%41.18%
93.33%

Color #11080A in popluar number systems.

HEX11080A
Decimal17810
Binary1000110001010
Octal211012

Shades and tints

Shades of #11080A

#11080A
(17,8,10)
#10080A
(16,8,10)
#0F080A
(15,8,10)
#0E080A
(14,8,10)
#0D080A
(13,8,10)
#0C080A
(12,8,10)
#0B080A
(11,8,10)
#0A080A
(10,8,10)
#09080A
(9,8,10)
#08080A
(8,8,10)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #11080A

#11080A
(17,8,10)
#261E20
(38,30,32)
#3B3436
(59,52,54)
#504A4C
(80,74,76)
#656062
(101,96,98)
#7A7678
(122,118,120)
#8F8C8E
(143,140,142)
#A4A2A4
(164,162,164)
#B9B8BA
(185,184,186)
#CECED0
(206,206,208)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11080A; }

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

This text font color is #11080A.


Background Color

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

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

This div background color is #11080A.


Border color

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

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

This div border color is #11080A.


Opacity

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

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

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

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

This text has shadow with #11080A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11080A on black background.


Color preview on white background

This text has color #11080A on white background.



Black color preview on #11080A background

This text has black color on #11080A background.


White color preview on #11080A background

This text has white color on #11080A background.