COLOR #112111

HEX: #112111
RGB: (17,33,17)

Color info

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

RGB color model

#112111 color RGB value is (17,33,17).

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

RGB channels and saturation

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

17
33
17

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

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 17 = 67 (100%)
R 17 of 67 ~ 25.37%
G 33 of 67 ~ 49.25%
B 17 of 67 ~ 25.37%

%25.37
%49.25
%25.37

CMYK color model

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

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

CMYK percentages

%48.48
%0
%48.48
%87.06

Codes

Color #112111 in popluar color models

112111
RGB173317
HSL120°32.00%9.80%
HSB/HSV120°48.48%12.94%
CMYK48.48%0.00%48.48%
87.06%

Color #112111 in popluar number systems.

HEX112111
Decimal173317
Binary1000110000110001
Octal214121

Shades and tints

Shades of #112111

#112111
(17,33,17)
#101E10
(16,30,16)
#0F1B0F
(15,27,15)
#0E180E
(14,24,14)
#0D150D
(13,21,13)
#0C120C
(12,18,12)
#0B0F0B
(11,15,11)
#0A0C0A
(10,12,10)
#090909
(9,9,9)
#080608
(8,6,8)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #112111

#112111
(17,33,17)
#263526
(38,53,38)
#3B493B
(59,73,59)
#505D50
(80,93,80)
#657165
(101,113,101)
#7A857A
(122,133,122)
#8F998F
(143,153,143)
#A4ADA4
(164,173,164)
#B9C1B9
(185,193,185)
#CED5CE
(206,213,206)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112111; }

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

This text font color is #112111.


Background Color

.myBgColor { background-color: #112111; }

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

This div background color is #112111.


Border color

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

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

This div border color is #112111.


Opacity

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

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

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

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

This text has shadow with #112111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112111 on black background.


Color preview on white background

This text has color #112111 on white background.



Black color preview on #112111 background

This text has black color on #112111 background.


White color preview on #112111 background

This text has white color on #112111 background.