COLOR #110F06

HEX: #110F06
RGB: (17,15,6)

Color info

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

RGB color model

#110F06 color RGB value is (17,15,6).

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

RGB channels and saturation

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

17
15
6

R + G + B ~ 5%. #110F06 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 15 + 6 = 38 (100%)
R 17 of 38 ~ 44.74%
G 15 of 38 ~ 39.47%
B 6 of 38 ~ 15.79%

%44.74
%39.47
%15.79

CMYK color model

#110F06 color CMYK value is (0,12,65,93).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 64.71%
  • key color value is 93.33%
CMYK:
(0,12,65,93)
C0M12Y65K93 
(0%,12%,65%,93%)
(0.00/0.12/0.65/0.93)	

CMYK percentages

%0
%11.76
%64.71
%93.33

Codes

Color #110F06 in popluar color models

110F06
RGB17156
HSL49°47.83%4.51%
HSB/HSV49°64.71%6.67%
CMYK0.00%11.76%64.71%
93.33%

Color #110F06 in popluar number systems.

HEX110F06
Decimal17156
Binary100011111110
Octal21176

Shades and tints

Shades of #110F06

#110F06
(17,15,6)
#100E06
(16,14,6)
#0F0D06
(15,13,6)
#0E0C06
(14,12,6)
#0D0B06
(13,11,6)
#0C0A06
(12,10,6)
#0B0906
(11,9,6)
#0A0806
(10,8,6)
#090706
(9,7,6)
#080606
(8,6,6)
#070506
(7,5,6)
#000000
(0,0,0)

Tints of #110F06

#110F06
(17,15,6)
#26241C
(38,36,28)
#3B3932
(59,57,50)
#504E48
(80,78,72)
#65635E
(101,99,94)
#7A7874
(122,120,116)
#8F8D8A
(143,141,138)
#A4A2A0
(164,162,160)
#B9B7B6
(185,183,182)
#CECCCC
(206,204,204)
#E3E1E2
(227,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110F06; }

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

This text font color is #110F06.


Background Color

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

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

This div background color is #110F06.


Border color

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

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

This div border color is #110F06.


Opacity

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

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

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

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

This text has shadow with #110F06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110F06 on black background.


Color preview on white background

This text has color #110F06 on white background.



Black color preview on #110F06 background

This text has black color on #110F06 background.


White color preview on #110F06 background

This text has white color on #110F06 background.