COLOR #112116

HEX: #112116
RGB: (17,33,22)

Color info

#112116 contains red, green and blue colors in about the same proportion. Web safe color of #112116 is #003300 (or #030).

RGB color model

#112116 color RGB value is (17,33,22).

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

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 22 of 255 = 9%

17
33
22

R + G + B ~ 10%. #112116 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 22 = 72 (100%)
R 17 of 72 ~ 23.61%
G 33 of 72 ~ 45.83%
B 22 of 72 ~ 30.56%

%23.61
%45.83
%30.56

CMYK color model

#112116 color CMYK value is (48,0,33,87).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 87.06%
CMYK:
(48,0,33,87)
C48M0Y33K87 
(48%,0%,33%,87%)
(0.48/0.00/0.33/0.87)	

CMYK percentages

%48.48
%0
%33.33
%87.06

Codes

Color #112116 in popluar color models

112116
RGB173322
HSL139°32.00%9.80%
HSB/HSV139°48.48%12.94%
CMYK48.48%0.00%33.33%
87.06%

Color #112116 in popluar number systems.

HEX112116
Decimal173322
Binary1000110000110110
Octal214126

Shades and tints

Shades of #112116

#112116
(17,33,22)
#101E14
(16,30,20)
#0F1B12
(15,27,18)
#0E1810
(14,24,16)
#0D150E
(13,21,14)
#0C120C
(12,18,12)
#0B0F0A
(11,15,10)
#0A0C08
(10,12,8)
#090906
(9,9,6)
#080604
(8,6,4)
#070302
(7,3,2)
#000000
(0,0,0)

Tints of #112116

#112116
(17,33,22)
#26352B
(38,53,43)
#3B4940
(59,73,64)
#505D55
(80,93,85)
#65716A
(101,113,106)
#7A857F
(122,133,127)
#8F9994
(143,153,148)
#A4ADA9
(164,173,169)
#B9C1BE
(185,193,190)
#CED5D3
(206,213,211)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112116; }

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

This text font color is #112116.


Background Color

.myBgColor { background-color: #112116; }

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

This div background color is #112116.


Border color

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

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

This div border color is #112116.


Opacity

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

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

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

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

This text has shadow with #112116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112116 on black background.


Color preview on white background

This text has color #112116 on white background.



Black color preview on #112116 background

This text has black color on #112116 background.


White color preview on #112116 background

This text has white color on #112116 background.