COLOR #110E0F

HEX: #110E0F
RGB: (17,14,15)

Color info

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

RGB color model

#110E0F color RGB value is (17,14,15).

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

RGB channels and saturation

R 17 of 255 = 7%
G 14 of 255 = 5%
B 15 of 255 = 6%

17
14
15

R + G + B ~ 6%. #110E0F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 14 + 15 = 46 (100%)
R 17 of 46 ~ 36.96%
G 14 of 46 ~ 30.43%
B 15 of 46 ~ 32.61%

%36.96
%30.43
%32.61

CMYK color model

#110E0F color CMYK value is (0,18,12,93).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 11.76%
  • key color value is 93.33%
CMYK:
(0,18,12,93)
C0M18Y12K93 
(0%,18%,12%,93%)
(0.00/0.18/0.12/0.93)	

CMYK percentages

%0
%17.65
%11.76
%93.33

Codes

Color #110E0F in popluar color models

110E0F
RGB171415
HSL340°9.68%6.08%
HSB/HSV340°17.65%6.67%
CMYK0.00%17.65%11.76%
93.33%

Color #110E0F in popluar number systems.

HEX110E0F
Decimal171415
Binary1000111101111
Octal211617

Shades and tints

Shades of #110E0F

#110E0F
(17,14,15)
#100D0E
(16,13,14)
#0F0C0D
(15,12,13)
#0E0B0C
(14,11,12)
#0D0A0B
(13,10,11)
#0C090A
(12,9,10)
#0B0809
(11,8,9)
#0A0708
(10,7,8)
#090607
(9,6,7)
#080506
(8,5,6)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #110E0F

#110E0F
(17,14,15)
#262324
(38,35,36)
#3B3839
(59,56,57)
#504D4E
(80,77,78)
#656263
(101,98,99)
#7A7778
(122,119,120)
#8F8C8D
(143,140,141)
#A4A1A2
(164,161,162)
#B9B6B7
(185,182,183)
#CECBCC
(206,203,204)
#E3E0E1
(227,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110E0F color. Also use rgb(17,14,15) instead hex code.

Text Font Color

.myTextColor { color: #110E0F; }

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

This text font color is #110E0F.


Background Color

.myBgColor { background-color: #110E0F; }

<div style="background-color:#110E0F">Inner text</div>

This div background color is #110E0F.


Border color

.myBorderColor { border: 1px solid #110E0F; }

<div style="border:3px solid #110E0F">Div</div>

This div border color is #110E0F.


Opacity

.myOpacity80 { color: #110E0F; opacity: 0.8; }

<p style="color:#110E0F;opacity:0.8;">80%</p>

Text with #110E0F 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 #110E0F;}

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

This text has shadow with #110E0F color.

.textShadow {text-shadow: 3px 3px 1px #110E0F, 3px 3px 1px red;}

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

This text has shadow with #110E0F primary color and red secondary color.


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

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

This text has shadow with #110E0F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110E0F on black background.


Color preview on white background

This text has color #110E0F on white background.



Black color preview on #110E0F background

This text has black color on #110E0F background.


White color preview on #110E0F background

This text has white color on #110E0F background.