COLOR #110E0D

HEX: #110E0D
RGB: (17,14,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
14
13

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

Portions of RGB colors in percentages

R + G + B =
17 + 14 + 13 = 44 (100%)
R 17 of 44 ~ 38.64%
G 14 of 44 ~ 31.82%
B 13 of 44 ~ 29.55%

%38.64
%31.82
%29.55

CMYK color model

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

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

CMYK percentages

%0
%17.65
%23.53
%93.33

Codes

Color #110E0D in popluar color models

110E0D
RGB171413
HSL15°13.33%5.88%
HSB/HSV15°23.53%6.67%
CMYK0.00%17.65%23.53%
93.33%

Color #110E0D in popluar number systems.

HEX110E0D
Decimal171413
Binary1000111101101
Octal211615

Shades and tints

Shades of #110E0D

#110E0D
(17,14,13)
#100D0C
(16,13,12)
#0F0C0B
(15,12,11)
#0E0B0A
(14,11,10)
#0D0A09
(13,10,9)
#0C0908
(12,9,8)
#0B0807
(11,8,7)
#0A0706
(10,7,6)
#090605
(9,6,5)
#080504
(8,5,4)
#070403
(7,4,3)
#000000
(0,0,0)

Tints of #110E0D

#110E0D
(17,14,13)
#262323
(38,35,35)
#3B3839
(59,56,57)
#504D4F
(80,77,79)
#656265
(101,98,101)
#7A777B
(122,119,123)
#8F8C91
(143,140,145)
#A4A1A7
(164,161,167)
#B9B6BD
(185,182,189)
#CECBD3
(206,203,211)
#E3E0E9
(227,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110E0D; }

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

This text font color is #110E0D.


Background Color

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

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

This div background color is #110E0D.


Border color

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

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

This div border color is #110E0D.


Opacity

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

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

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

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

This text has shadow with #110E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110E0D on black background.


Color preview on white background

This text has color #110E0D on white background.



Black color preview on #110E0D background

This text has black color on #110E0D background.


White color preview on #110E0D background

This text has white color on #110E0D background.