COLOR #110606

HEX: #110606
RGB: (17,6,6)

Color info

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

RGB color model

#110606 color RGB value is (17,6,6).

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

RGB channels and saturation

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

17
6
6

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

Portions of RGB colors in percentages

R + G + B =
17 + 6 + 6 = 29 (100%)
R 17 of 29 ~ 58.62%
G 6 of 29 ~ 20.69%
B 6 of 29 ~ 20.69%

%58.62
%20.69
%20.69

CMYK color model

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

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

CMYK percentages

%0
%64.71
%64.71
%93.33

Codes

Color #110606 in popluar color models

110606
RGB1766
HSL47.83%4.51%
HSB/HSV64.71%6.67%
CMYK0.00%64.71%64.71%
93.33%

Color #110606 in popluar number systems.

HEX110606
Decimal1766
Binary10001110110
Octal2166

Shades and tints

Shades of #110606

#110606
(17,6,6)
#100606
(16,6,6)
#0F0606
(15,6,6)
#0E0606
(14,6,6)
#0D0606
(13,6,6)
#0C0606
(12,6,6)
#0B0606
(11,6,6)
#0A0606
(10,6,6)
#090606
(9,6,6)
#080606
(8,6,6)
#070606
(7,6,6)
#000000
(0,0,0)

Tints of #110606

#110606
(17,6,6)
#261C1C
(38,28,28)
#3B3232
(59,50,50)
#504848
(80,72,72)
#655E5E
(101,94,94)
#7A7474
(122,116,116)
#8F8A8A
(143,138,138)
#A4A0A0
(164,160,160)
#B9B6B6
(185,182,182)
#CECCCC
(206,204,204)
#E3E2E2
(227,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110606; }

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

This text font color is #110606.


Background Color

.myBgColor { background-color: #110606; }

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

This div background color is #110606.


Border color

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

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

This div border color is #110606.


Opacity

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

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

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

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

This text has shadow with #110606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110606 on black background.


Color preview on white background

This text has color #110606 on white background.



Black color preview on #110606 background

This text has black color on #110606 background.


White color preview on #110606 background

This text has white color on #110606 background.