COLOR #111B1E

HEX: #111B1E
RGB: (17,27,30)

Color info

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

RGB color model

#111B1E color RGB value is (17,27,30).

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

RGB channels and saturation

R 17 of 255 = 7%
G 27 of 255 = 11%
B 30 of 255 = 12%

17
27
30

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

Portions of RGB colors in percentages

R + G + B =
17 + 27 + 30 = 74 (100%)
R 17 of 74 ~ 22.97%
G 27 of 74 ~ 36.49%
B 30 of 74 ~ 40.54%

%22.97
%36.49
%40.54

CMYK color model

#111B1E color CMYK value is (43,10,0,88).

  • cyan value is 43.33%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(43,10,0,88)
C43M10Y0K88 
(43%,10%,0%,88%)
(0.43/0.10/0.00/0.88)	

CMYK percentages

%43.33
%10
%0
%88.24

Codes

Color #111B1E in popluar color models

111B1E
RGB172730
HSL194°27.66%9.22%
HSB/HSV194°43.33%11.76%
CMYK43.33%10.00%0.00%
88.24%

Color #111B1E in popluar number systems.

HEX111B1E
Decimal172730
Binary100011101111110
Octal213336

Shades and tints

Shades of #111B1E

#111B1E
(17,27,30)
#10191C
(16,25,28)
#0F171A
(15,23,26)
#0E1518
(14,21,24)
#0D1316
(13,19,22)
#0C1114
(12,17,20)
#0B0F12
(11,15,18)
#0A0D10
(10,13,16)
#090B0E
(9,11,14)
#08090C
(8,9,12)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #111B1E

#111B1E
(17,27,30)
#262F32
(38,47,50)
#3B4346
(59,67,70)
#50575A
(80,87,90)
#656B6E
(101,107,110)
#7A7F82
(122,127,130)
#8F9396
(143,147,150)
#A4A7AA
(164,167,170)
#B9BBBE
(185,187,190)
#CECFD2
(206,207,210)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111B1E; }

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

This text font color is #111B1E.


Background Color

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

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

This div background color is #111B1E.


Border color

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

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

This div border color is #111B1E.


Opacity

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

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

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

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

This text has shadow with #111B1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111B1E on black background.


Color preview on white background

This text has color #111B1E on white background.



Black color preview on #111B1E background

This text has black color on #111B1E background.


White color preview on #111B1E background

This text has white color on #111B1E background.