COLOR #112117

HEX: #112117
RGB: (17,33,23)

Color info

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

RGB color model

#112117 color RGB value is (17,33,23).

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

RGB channels and saturation

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

17
33
23

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

Portions of RGB colors in percentages

R + G + B =
17 + 33 + 23 = 73 (100%)
R 17 of 73 ~ 23.29%
G 33 of 73 ~ 45.21%
B 23 of 73 ~ 31.51%

%23.29
%45.21
%31.51

CMYK color model

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

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

CMYK percentages

%48.48
%0
%30.3
%87.06

Codes

Color #112117 in popluar color models

112117
RGB173323
HSL143°32.00%9.80%
HSB/HSV143°48.48%12.94%
CMYK48.48%0.00%30.30%
87.06%

Color #112117 in popluar number systems.

HEX112117
Decimal173323
Binary1000110000110111
Octal214127

Shades and tints

Shades of #112117

#112117
(17,33,23)
#101E15
(16,30,21)
#0F1B13
(15,27,19)
#0E1811
(14,24,17)
#0D150F
(13,21,15)
#0C120D
(12,18,13)
#0B0F0B
(11,15,11)
#0A0C09
(10,12,9)
#090907
(9,9,7)
#080605
(8,6,5)
#070303
(7,3,3)
#000000
(0,0,0)

Tints of #112117

#112117
(17,33,23)
#26352C
(38,53,44)
#3B4941
(59,73,65)
#505D56
(80,93,86)
#65716B
(101,113,107)
#7A8580
(122,133,128)
#8F9995
(143,153,149)
#A4ADAA
(164,173,170)
#B9C1BF
(185,193,191)
#CED5D4
(206,213,212)
#E3E9E9
(227,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112117; }

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

This text font color is #112117.


Background Color

.myBgColor { background-color: #112117; }

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

This div background color is #112117.


Border color

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

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

This div border color is #112117.


Opacity

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

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

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

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

This text has shadow with #112117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112117 on black background.


Color preview on white background

This text has color #112117 on white background.



Black color preview on #112117 background

This text has black color on #112117 background.


White color preview on #112117 background

This text has white color on #112117 background.