COLOR #110F0B

HEX: #110F0B
RGB: (17,15,11)

Color info

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

RGB color model

#110F0B color RGB value is (17,15,11).

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

RGB channels and saturation

R 17 of 255 = 7%
G 15 of 255 = 6%
B 11 of 255 = 4%

17
15
11

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

Portions of RGB colors in percentages

R + G + B =
17 + 15 + 11 = 43 (100%)
R 17 of 43 ~ 39.53%
G 15 of 43 ~ 34.88%
B 11 of 43 ~ 25.58%

%39.53
%34.88
%25.58

CMYK color model

#110F0B color CMYK value is (0,12,35,93).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 35.29%
  • key color value is 93.33%
CMYK:
(0,12,35,93)
C0M12Y35K93 
(0%,12%,35%,93%)
(0.00/0.12/0.35/0.93)	

CMYK percentages

%0
%11.76
%35.29
%93.33

Codes

Color #110F0B in popluar color models

110F0B
RGB171511
HSL40°21.43%5.49%
HSB/HSV40°35.29%6.67%
CMYK0.00%11.76%35.29%
93.33%

Color #110F0B in popluar number systems.

HEX110F0B
Decimal171511
Binary1000111111011
Octal211713

Shades and tints

Shades of #110F0B

#110F0B
(17,15,11)
#100E0A
(16,14,10)
#0F0D09
(15,13,9)
#0E0C08
(14,12,8)
#0D0B07
(13,11,7)
#0C0A06
(12,10,6)
#0B0905
(11,9,5)
#0A0804
(10,8,4)
#090703
(9,7,3)
#080602
(8,6,2)
#070501
(7,5,1)
#000000
(0,0,0)

Tints of #110F0B

#110F0B
(17,15,11)
#262421
(38,36,33)
#3B3937
(59,57,55)
#504E4D
(80,78,77)
#656363
(101,99,99)
#7A7879
(122,120,121)
#8F8D8F
(143,141,143)
#A4A2A5
(164,162,165)
#B9B7BB
(185,183,187)
#CECCD1
(206,204,209)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110F0B; }

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

This text font color is #110F0B.


Background Color

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

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

This div background color is #110F0B.


Border color

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

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

This div border color is #110F0B.


Opacity

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

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

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

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

This text has shadow with #110F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110F0B on black background.


Color preview on white background

This text has color #110F0B on white background.



Black color preview on #110F0B background

This text has black color on #110F0B background.


White color preview on #110F0B background

This text has white color on #110F0B background.