COLOR #112112

HEX: #112112
RGB: (17,33,18)

Color info

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

RGB color model

#112112 color RGB value is (17,33,18).

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

RGB channels and saturation

R 17 of 255 = 7%
G 33 of 255 = 13%
B 18 of 255 = 7%

17
33
18

R + G + B ~ 9%. #112112 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 18 = 68 (100%)
R 17 of 68 ~ 25%
G 33 of 68 ~ 48.53%
B 18 of 68 ~ 26.47%

%25
%48.53
%26.47

CMYK color model

#112112 color CMYK value is (48,0,45,87).

  • cyan value is 48.48%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 87.06%
CMYK:
(48,0,45,87)
C48M0Y45K87 
(48%,0%,45%,87%)
(0.48/0.00/0.45/0.87)	

CMYK percentages

%48.48
%0
%45.45
%87.06

Codes

Color #112112 in popluar color models

112112
RGB173318
HSL124°32.00%9.80%
HSB/HSV124°48.48%12.94%
CMYK48.48%0.00%45.45%
87.06%

Color #112112 in popluar number systems.

HEX112112
Decimal173318
Binary1000110000110010
Octal214122

Shades and tints

Shades of #112112

#112112
(17,33,18)
#101E11
(16,30,17)
#0F1B10
(15,27,16)
#0E180F
(14,24,15)
#0D150E
(13,21,14)
#0C120D
(12,18,13)
#0B0F0C
(11,15,12)
#0A0C0B
(10,12,11)
#09090A
(9,9,10)
#080609
(8,6,9)
#070308
(7,3,8)
#000000
(0,0,0)

Tints of #112112

#112112
(17,33,18)
#263527
(38,53,39)
#3B493C
(59,73,60)
#505D51
(80,93,81)
#657166
(101,113,102)
#7A857B
(122,133,123)
#8F9990
(143,153,144)
#A4ADA5
(164,173,165)
#B9C1BA
(185,193,186)
#CED5CF
(206,213,207)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112112; }

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

This text font color is #112112.


Background Color

.myBgColor { background-color: #112112; }

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

This div background color is #112112.


Border color

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

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

This div border color is #112112.


Opacity

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

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

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

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

This text has shadow with #112112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112112 on black background.


Color preview on white background

This text has color #112112 on white background.



Black color preview on #112112 background

This text has black color on #112112 background.


White color preview on #112112 background

This text has white color on #112112 background.