COLOR #112026

HEX: #112026
RGB: (17,32,38)

Color info

#112026 contains red, green and blue colors in about the same proportion. Web safe color of #112026 is #003333 (or #033).

RGB color model

#112026 color RGB value is (17,32,38).

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

RGB channels and saturation

R 17 of 255 = 7%
G 32 of 255 = 13%
B 38 of 255 = 15%

17
32
38

R + G + B ~ 12%. #112026 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 32 + 38 = 87 (100%)
R 17 of 87 ~ 19.54%
G 32 of 87 ~ 36.78%
B 38 of 87 ~ 43.68%

%19.54
%36.78
%43.68

CMYK color model

#112026 color CMYK value is (55,16,0,85).

  • cyan value is 55.26%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(55,16,0,85)
C55M16Y0K85 
(55%,16%,0%,85%)
(0.55/0.16/0.00/0.85)	

CMYK percentages

%55.26
%15.79
%0
%85.1

Codes

Color #112026 in popluar color models

112026
RGB173238
HSL197°38.18%10.78%
HSB/HSV197°55.26%14.90%
CMYK55.26%15.79%0.00%
85.10%

Color #112026 in popluar number systems.

HEX112026
Decimal173238
Binary10001100000100110
Octal214046

Shades and tints

Shades of #112026

#112026
(17,32,38)
#101E23
(16,30,35)
#0F1C20
(15,28,32)
#0E1A1D
(14,26,29)
#0D181A
(13,24,26)
#0C1617
(12,22,23)
#0B1414
(11,20,20)
#0A1211
(10,18,17)
#09100E
(9,16,14)
#080E0B
(8,14,11)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #112026

#112026
(17,32,38)
#263439
(38,52,57)
#3B484C
(59,72,76)
#505C5F
(80,92,95)
#657072
(101,112,114)
#7A8485
(122,132,133)
#8F9898
(143,152,152)
#A4ACAB
(164,172,171)
#B9C0BE
(185,192,190)
#CED4D1
(206,212,209)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112026; }

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

This text font color is #112026.


Background Color

.myBgColor { background-color: #112026; }

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

This div background color is #112026.


Border color

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

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

This div border color is #112026.


Opacity

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

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

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

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

This text has shadow with #112026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112026 on black background.


Color preview on white background

This text has color #112026 on white background.



Black color preview on #112026 background

This text has black color on #112026 background.


White color preview on #112026 background

This text has white color on #112026 background.