COLOR #111612

HEX: #111612
RGB: (17,22,18)

Color info

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

RGB color model

#111612 color RGB value is (17,22,18).

  • red value is 17;
  • green value is 22;
  • blue value is 18.
RGB:
(17,22,18)
(7%,9%,7%)

RGB channels and saturation

R 17 of 255 = 7%
G 22 of 255 = 9%
B 18 of 255 = 7%

17
22
18

R + G + B ~ 8%. #111612 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 22 + 18 = 57 (100%)
R 17 of 57 ~ 29.82%
G 22 of 57 ~ 38.6%
B 18 of 57 ~ 31.58%

%29.82
%38.6
%31.58

CMYK color model

#111612 color CMYK value is (23,0,18,91).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 91.37%
CMYK:
(23,0,18,91)
C23M0Y18K91 
(23%,0%,18%,91%)
(0.23/0.00/0.18/0.91)	

CMYK percentages

%22.73
%0
%18.18
%91.37

Codes

Color #111612 in popluar color models

111612
RGB172218
HSL132°12.82%7.65%
HSB/HSV132°22.73%8.63%
CMYK22.73%0.00%18.18%
91.37%

Color #111612 in popluar number systems.

HEX111612
Decimal172218
Binary100011011010010
Octal212622

Shades and tints

Shades of #111612

#111612
(17,22,18)
#101411
(16,20,17)
#0F1210
(15,18,16)
#0E100F
(14,16,15)
#0D0E0E
(13,14,14)
#0C0C0D
(12,12,13)
#0B0A0C
(11,10,12)
#0A080B
(10,8,11)
#09060A
(9,6,10)
#080409
(8,4,9)
#070208
(7,2,8)
#000000
(0,0,0)

Tints of #111612

#111612
(17,22,18)
#262B27
(38,43,39)
#3B403C
(59,64,60)
#505551
(80,85,81)
#656A66
(101,106,102)
#7A7F7B
(122,127,123)
#8F9490
(143,148,144)
#A4A9A5
(164,169,165)
#B9BEBA
(185,190,186)
#CED3CF
(206,211,207)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111612; }

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

This text font color is #111612.


Background Color

.myBgColor { background-color: #111612; }

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

This div background color is #111612.


Border color

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

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

This div border color is #111612.


Opacity

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

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

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

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

This text has shadow with #111612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111612 on black background.


Color preview on white background

This text has color #111612 on white background.



Black color preview on #111612 background

This text has black color on #111612 background.


White color preview on #111612 background

This text has white color on #111612 background.