COLOR #111626

HEX: #111626
RGB: (17,22,38)

Color info

#111626 contains red, green and blue colors in about the same proportion. Web safe color of #111626 is #000033 (or #003).

RGB color model

#111626 color RGB value is (17,22,38).

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

RGB channels and saturation

R 17 of 255 = 7%
G 22 of 255 = 9%
B 38 of 255 = 15%

17
22
38

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

Portions of RGB colors in percentages

R + G + B =
17 + 22 + 38 = 77 (100%)
R 17 of 77 ~ 22.08%
G 22 of 77 ~ 28.57%
B 38 of 77 ~ 49.35%

%22.08
%28.57
%49.35

CMYK color model

#111626 color CMYK value is (55,42,0,85).

  • cyan value is 55.26%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(55,42,0,85)
C55M42Y0K85 
(55%,42%,0%,85%)
(0.55/0.42/0.00/0.85)	

CMYK percentages

%55.26
%42.11
%0
%85.1

Codes

Color #111626 in popluar color models

111626
RGB172238
HSL226°38.18%10.78%
HSB/HSV226°55.26%14.90%
CMYK55.26%42.11%0.00%
85.10%

Color #111626 in popluar number systems.

HEX111626
Decimal172238
Binary1000110110100110
Octal212646

Shades and tints

Shades of #111626

#111626
(17,22,38)
#101423
(16,20,35)
#0F1220
(15,18,32)
#0E101D
(14,16,29)
#0D0E1A
(13,14,26)
#0C0C17
(12,12,23)
#0B0A14
(11,10,20)
#0A0811
(10,8,17)
#09060E
(9,6,14)
#08040B
(8,4,11)
#070208
(7,2,8)
#000000
(0,0,0)

Tints of #111626

#111626
(17,22,38)
#262B39
(38,43,57)
#3B404C
(59,64,76)
#50555F
(80,85,95)
#656A72
(101,106,114)
#7A7F85
(122,127,133)
#8F9498
(143,148,152)
#A4A9AB
(164,169,171)
#B9BEBE
(185,190,190)
#CED3D1
(206,211,209)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111626; }

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

This text font color is #111626.


Background Color

.myBgColor { background-color: #111626; }

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

This div background color is #111626.


Border color

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

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

This div border color is #111626.


Opacity

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

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

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

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

This text has shadow with #111626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111626 on black background.


Color preview on white background

This text has color #111626 on white background.



Black color preview on #111626 background

This text has black color on #111626 background.


White color preview on #111626 background

This text has white color on #111626 background.