COLOR #110F10

HEX: #110F10
RGB: (17,15,16)

Color info

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

RGB color model

#110F10 color RGB value is (17,15,16).

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

RGB channels and saturation

R 17 of 255 = 7%
G 15 of 255 = 6%
B 16 of 255 = 6%

17
15
16

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

Portions of RGB colors in percentages

R + G + B =
17 + 15 + 16 = 48 (100%)
R 17 of 48 ~ 35.42%
G 15 of 48 ~ 31.25%
B 16 of 48 ~ 33.33%

%35.42
%31.25
%33.33

CMYK color model

#110F10 color CMYK value is (0,12,6,93).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 5.88%
  • key color value is 93.33%
CMYK:
(0,12,6,93)
C0M12Y6K93 
(0%,12%,6%,93%)
(0.00/0.12/0.06/0.93)	

CMYK percentages

%0
%11.76
%5.88
%93.33

Codes

Color #110F10 in popluar color models

110F10
RGB171516
HSL330°6.25%6.27%
HSB/HSV330°11.76%6.67%
CMYK0.00%11.76%5.88%
93.33%

Color #110F10 in popluar number systems.

HEX110F10
Decimal171516
Binary10001111110000
Octal211720

Shades and tints

Shades of #110F10

#110F10
(17,15,16)
#100E0F
(16,14,15)
#0F0D0E
(15,13,14)
#0E0C0D
(14,12,13)
#0D0B0C
(13,11,12)
#0C0A0B
(12,10,11)
#0B090A
(11,9,10)
#0A0809
(10,8,9)
#090708
(9,7,8)
#080607
(8,6,7)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #110F10

#110F10
(17,15,16)
#262425
(38,36,37)
#3B393A
(59,57,58)
#504E4F
(80,78,79)
#656364
(101,99,100)
#7A7879
(122,120,121)
#8F8D8E
(143,141,142)
#A4A2A3
(164,162,163)
#B9B7B8
(185,183,184)
#CECCCD
(206,204,205)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110F10; }

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

This text font color is #110F10.


Background Color

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

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

This div background color is #110F10.


Border color

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

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

This div border color is #110F10.


Opacity

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

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

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

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

This text has shadow with #110F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110F10 on black background.


Color preview on white background

This text has color #110F10 on white background.



Black color preview on #110F10 background

This text has black color on #110F10 background.


White color preview on #110F10 background

This text has white color on #110F10 background.