COLOR #11110C

HEX: #11110C
RGB: (17,17,12)

Color info

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

RGB color model

#11110C color RGB value is (17,17,12).

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

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 12 of 255 = 5%

17
17
12

R + G + B ~ 6%. #11110C is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 12 = 46 (100%)
R 17 of 46 ~ 36.96%
G 17 of 46 ~ 36.96%
B 12 of 46 ~ 26.09%

%36.96
%36.96
%26.09

CMYK color model

#11110C color CMYK value is (0,0,29,93).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 93.33%
CMYK:
(0,0,29,93)
C0M0Y29K93 
(0%,0%,29%,93%)
(0.00/0.00/0.29/0.93)	

CMYK percentages

%0
%0
%29.41
%93.33

Codes

Color #11110C in popluar color models

11110C
RGB171712
HSL60°17.24%5.69%
HSB/HSV60°29.41%6.67%
CMYK0.00%0.00%29.41%
93.33%

Color #11110C in popluar number systems.

HEX11110C
Decimal171712
Binary10001100011100
Octal212114

Shades and tints

Shades of #11110C

#11110C
(17,17,12)
#10100B
(16,16,11)
#0F0F0A
(15,15,10)
#0E0E09
(14,14,9)
#0D0D08
(13,13,8)
#0C0C07
(12,12,7)
#0B0B06
(11,11,6)
#0A0A05
(10,10,5)
#090904
(9,9,4)
#080803
(8,8,3)
#070702
(7,7,2)
#000000
(0,0,0)

Tints of #11110C

#11110C
(17,17,12)
#262622
(38,38,34)
#3B3B38
(59,59,56)
#50504E
(80,80,78)
#656564
(101,101,100)
#7A7A7A
(122,122,122)
#8F8F90
(143,143,144)
#A4A4A6
(164,164,166)
#B9B9BC
(185,185,188)
#CECED2
(206,206,210)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11110C; }

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

This text font color is #11110C.


Background Color

.myBgColor { background-color: #11110C; }

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

This div background color is #11110C.


Border color

.myBorderColor { border: 1px solid #11110C; }

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

This div border color is #11110C.


Opacity

.myOpacity80 { color: #11110C; opacity: 0.8; }

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

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

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

This text has shadow with #11110C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11110C on black background.


Color preview on white background

This text has color #11110C on white background.



Black color preview on #11110C background

This text has black color on #11110C background.


White color preview on #11110C background

This text has white color on #11110C background.