COLOR #110706

HEX: #110706
RGB: (17,7,6)

Color info

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

RGB color model

#110706 color RGB value is (17,7,6).

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

RGB channels and saturation

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

17
7
6

R + G + B ~ 4%. #110706 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 7 + 6 = 30 (100%)
R 17 of 30 ~ 56.67%
G 7 of 30 ~ 23.33%
B 6 of 30 ~ 20%

%56.67
%23.33
%20

CMYK color model

#110706 color CMYK value is (0,59,65,93).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 64.71%
  • key color value is 93.33%
CMYK:
(0,59,65,93)
C0M59Y65K93 
(0%,59%,65%,93%)
(0.00/0.59/0.65/0.93)	

CMYK percentages

%0
%58.82
%64.71
%93.33

Codes

Color #110706 in popluar color models

110706
RGB1776
HSL47.83%4.51%
HSB/HSV64.71%6.67%
CMYK0.00%58.82%64.71%
93.33%

Color #110706 in popluar number systems.

HEX110706
Decimal1776
Binary10001111110
Octal2176

Shades and tints

Shades of #110706

#110706
(17,7,6)
#100706
(16,7,6)
#0F0706
(15,7,6)
#0E0706
(14,7,6)
#0D0706
(13,7,6)
#0C0706
(12,7,6)
#0B0706
(11,7,6)
#0A0706
(10,7,6)
#090706
(9,7,6)
#080706
(8,7,6)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #110706

#110706
(17,7,6)
#261D1C
(38,29,28)
#3B3332
(59,51,50)
#504948
(80,73,72)
#655F5E
(101,95,94)
#7A7574
(122,117,116)
#8F8B8A
(143,139,138)
#A4A1A0
(164,161,160)
#B9B7B6
(185,183,182)
#CECDCC
(206,205,204)
#E3E3E2
(227,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110706; }

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

This text font color is #110706.


Background Color

.myBgColor { background-color: #110706; }

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

This div background color is #110706.


Border color

.myBorderColor { border: 1px solid #110706; }

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

This div border color is #110706.


Opacity

.myOpacity80 { color: #110706; opacity: 0.8; }

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

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

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

This text has shadow with #110706 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110706 on black background.


Color preview on white background

This text has color #110706 on white background.



Black color preview on #110706 background

This text has black color on #110706 background.


White color preview on #110706 background

This text has white color on #110706 background.