COLOR #110E0E

HEX: #110E0E
RGB: (17,14,14)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
14
14

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

Portions of RGB colors in percentages

R + G + B =
17 + 14 + 14 = 45 (100%)
R 17 of 45 ~ 37.78%
G 14 of 45 ~ 31.11%
B 14 of 45 ~ 31.11%

%37.78
%31.11
%31.11

CMYK color model

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

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

CMYK percentages

%0
%17.65
%17.65
%93.33

Codes

Color #110E0E in popluar color models

110E0E
RGB171414
HSL9.68%6.08%
HSB/HSV17.65%6.67%
CMYK0.00%17.65%17.65%
93.33%

Color #110E0E in popluar number systems.

HEX110E0E
Decimal171414
Binary1000111101110
Octal211616

Shades and tints

Shades of #110E0E

#110E0E
(17,14,14)
#100D0D
(16,13,13)
#0F0C0C
(15,12,12)
#0E0B0B
(14,11,11)
#0D0A0A
(13,10,10)
#0C0909
(12,9,9)
#0B0808
(11,8,8)
#0A0707
(10,7,7)
#090606
(9,6,6)
#080505
(8,5,5)
#070404
(7,4,4)
#000000
(0,0,0)

Tints of #110E0E

#110E0E
(17,14,14)
#262323
(38,35,35)
#3B3838
(59,56,56)
#504D4D
(80,77,77)
#656262
(101,98,98)
#7A7777
(122,119,119)
#8F8C8C
(143,140,140)
#A4A1A1
(164,161,161)
#B9B6B6
(185,182,182)
#CECBCB
(206,203,203)
#E3E0E0
(227,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110E0E; }

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

This text font color is #110E0E.


Background Color

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

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

This div background color is #110E0E.


Border color

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

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

This div border color is #110E0E.


Opacity

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

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

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

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

This text has shadow with #110E0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110E0E on black background.


Color preview on white background

This text has color #110E0E on white background.



Black color preview on #110E0E background

This text has black color on #110E0E background.


White color preview on #110E0E background

This text has white color on #110E0E background.