COLOR #112216

HEX: #112216
RGB: (17,34,22)

Color info

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

RGB color model

#112216 color RGB value is (17,34,22).

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

RGB channels and saturation

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

17
34
22

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

Portions of RGB colors in percentages

R + G + B =
17 + 34 + 22 = 73 (100%)
R 17 of 73 ~ 23.29%
G 34 of 73 ~ 46.58%
B 22 of 73 ~ 30.14%

%23.29
%46.58
%30.14

CMYK color model

#112216 color CMYK value is (50,0,35,87).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 86.67%
CMYK:
(50,0,35,87)
C50M0Y35K87 
(50%,0%,35%,87%)
(0.50/0.00/0.35/0.87)	

CMYK percentages

%50
%0
%35.29
%86.67

Codes

Color #112216 in popluar color models

112216
RGB173422
HSL138°33.33%10.00%
HSB/HSV138°50.00%13.33%
CMYK50.00%0.00%35.29%
86.67%

Color #112216 in popluar number systems.

HEX112216
Decimal173422
Binary1000110001010110
Octal214226

Shades and tints

Shades of #112216

#112216
(17,34,22)
#101F14
(16,31,20)
#0F1C12
(15,28,18)
#0E1910
(14,25,16)
#0D160E
(13,22,14)
#0C130C
(12,19,12)
#0B100A
(11,16,10)
#0A0D08
(10,13,8)
#090A06
(9,10,6)
#080704
(8,7,4)
#070402
(7,4,2)
#000000
(0,0,0)

Tints of #112216

#112216
(17,34,22)
#26362B
(38,54,43)
#3B4A40
(59,74,64)
#505E55
(80,94,85)
#65726A
(101,114,106)
#7A867F
(122,134,127)
#8F9A94
(143,154,148)
#A4AEA9
(164,174,169)
#B9C2BE
(185,194,190)
#CED6D3
(206,214,211)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112216; }

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

This text font color is #112216.


Background Color

.myBgColor { background-color: #112216; }

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

This div background color is #112216.


Border color

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

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

This div border color is #112216.


Opacity

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

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

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

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

This text has shadow with #112216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112216 on black background.


Color preview on white background

This text has color #112216 on white background.



Black color preview on #112216 background

This text has black color on #112216 background.


White color preview on #112216 background

This text has white color on #112216 background.