COLOR #110D0F

HEX: #110D0F
RGB: (17,13,15)

Color info

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

RGB color model

#110D0F color RGB value is (17,13,15).

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

RGB channels and saturation

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

17
13
15

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

Portions of RGB colors in percentages

R + G + B =
17 + 13 + 15 = 45 (100%)
R 17 of 45 ~ 37.78%
G 13 of 45 ~ 28.89%
B 15 of 45 ~ 33.33%

%37.78
%28.89
%33.33

CMYK color model

#110D0F color CMYK value is (0,24,12,93).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 11.76%
  • key color value is 93.33%
CMYK:
(0,24,12,93)
C0M24Y12K93 
(0%,24%,12%,93%)
(0.00/0.24/0.12/0.93)	

CMYK percentages

%0
%23.53
%11.76
%93.33

Codes

Color #110D0F in popluar color models

110D0F
RGB171315
HSL330°13.33%5.88%
HSB/HSV330°23.53%6.67%
CMYK0.00%23.53%11.76%
93.33%

Color #110D0F in popluar number systems.

HEX110D0F
Decimal171315
Binary1000111011111
Octal211517

Shades and tints

Shades of #110D0F

#110D0F
(17,13,15)
#100C0E
(16,12,14)
#0F0B0D
(15,11,13)
#0E0A0C
(14,10,12)
#0D090B
(13,9,11)
#0C080A
(12,8,10)
#0B0709
(11,7,9)
#0A0608
(10,6,8)
#090507
(9,5,7)
#080406
(8,4,6)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #110D0F

#110D0F
(17,13,15)
#262324
(38,35,36)
#3B3939
(59,57,57)
#504F4E
(80,79,78)
#656563
(101,101,99)
#7A7B78
(122,123,120)
#8F918D
(143,145,141)
#A4A7A2
(164,167,162)
#B9BDB7
(185,189,183)
#CED3CC
(206,211,204)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110D0F; }

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

This text font color is #110D0F.


Background Color

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

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

This div background color is #110D0F.


Border color

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

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

This div border color is #110D0F.


Opacity

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

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

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

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

This text has shadow with #110D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110D0F on black background.


Color preview on white background

This text has color #110D0F on white background.



Black color preview on #110D0F background

This text has black color on #110D0F background.


White color preview on #110D0F background

This text has white color on #110D0F background.