COLOR #111A1B

HEX: #111A1B
RGB: (17,26,27)

Color info

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

RGB color model

#111A1B color RGB value is (17,26,27).

  • red value is 17;
  • green value is 26;
  • blue value is 27.
RGB:
(17,26,27)
(7%,10%,11%)

RGB channels and saturation

R 17 of 255 = 7%
G 26 of 255 = 10%
B 27 of 255 = 11%

17
26
27

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

Portions of RGB colors in percentages

R + G + B =
17 + 26 + 27 = 70 (100%)
R 17 of 70 ~ 24.29%
G 26 of 70 ~ 37.14%
B 27 of 70 ~ 38.57%

%24.29
%37.14
%38.57

CMYK color model

#111A1B color CMYK value is (37,4,0,89).

  • cyan value is 37.04%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(37,4,0,89)
C37M4Y0K89 
(37%,4%,0%,89%)
(0.37/0.04/0.00/0.89)	

CMYK percentages

%37.04
%3.7
%0
%89.41

Codes

Color #111A1B in popluar color models

111A1B
RGB172627
HSL186°22.73%8.63%
HSB/HSV186°37.04%10.59%
CMYK37.04%3.70%0.00%
89.41%

Color #111A1B in popluar number systems.

HEX111A1B
Decimal172627
Binary100011101011011
Octal213233

Shades and tints

Shades of #111A1B

#111A1B
(17,26,27)
#101819
(16,24,25)
#0F1617
(15,22,23)
#0E1415
(14,20,21)
#0D1213
(13,18,19)
#0C1011
(12,16,17)
#0B0E0F
(11,14,15)
#0A0C0D
(10,12,13)
#090A0B
(9,10,11)
#080809
(8,8,9)
#070607
(7,6,7)
#000000
(0,0,0)

Tints of #111A1B

#111A1B
(17,26,27)
#262E2F
(38,46,47)
#3B4243
(59,66,67)
#505657
(80,86,87)
#656A6B
(101,106,107)
#7A7E7F
(122,126,127)
#8F9293
(143,146,147)
#A4A6A7
(164,166,167)
#B9BABB
(185,186,187)
#CECECF
(206,206,207)
#E3E2E3
(227,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111A1B color. Also use rgb(17,26,27) instead hex code.

Text Font Color

.myTextColor { color: #111A1B; }

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

This text font color is #111A1B.


Background Color

.myBgColor { background-color: #111A1B; }

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

This div background color is #111A1B.


Border color

.myBorderColor { border: 1px solid #111A1B; }

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

This div border color is #111A1B.


Opacity

.myOpacity80 { color: #111A1B; opacity: 0.8; }

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

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

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

This text has shadow with #111A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111A1B on black background.


Color preview on white background

This text has color #111A1B on white background.



Black color preview on #111A1B background

This text has black color on #111A1B background.


White color preview on #111A1B background

This text has white color on #111A1B background.