COLOR #111811

HEX: #111811
RGB: (17,24,17)

Color info

#111811 contains red, green and blue colors in about the same proportion. Web safe color of #111811 is #000000 (or #000).

RGB color model

#111811 color RGB value is (17,24,17).

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

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 17 of 255 = 7%

17
24
17

R + G + B ~ 8%. #111811 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 17 = 58 (100%)
R 17 of 58 ~ 29.31%
G 24 of 58 ~ 41.38%
B 17 of 58 ~ 29.31%

%29.31
%41.38
%29.31

CMYK color model

#111811 color CMYK value is (29,0,29,91).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 90.59%
CMYK:
(29,0,29,91)
C29M0Y29K91 
(29%,0%,29%,91%)
(0.29/0.00/0.29/0.91)	

CMYK percentages

%29.17
%0
%29.17
%90.59

Codes

Color #111811 in popluar color models

111811
RGB172417
HSL120°17.07%8.04%
HSB/HSV120°29.17%9.41%
CMYK29.17%0.00%29.17%
90.59%

Color #111811 in popluar number systems.

HEX111811
Decimal172417
Binary100011100010001
Octal213021

Shades and tints

Shades of #111811

#111811
(17,24,17)
#101610
(16,22,16)
#0F140F
(15,20,15)
#0E120E
(14,18,14)
#0D100D
(13,16,13)
#0C0E0C
(12,14,12)
#0B0C0B
(11,12,11)
#0A0A0A
(10,10,10)
#090809
(9,8,9)
#080608
(8,6,8)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #111811

#111811
(17,24,17)
#262D26
(38,45,38)
#3B423B
(59,66,59)
#505750
(80,87,80)
#656C65
(101,108,101)
#7A817A
(122,129,122)
#8F968F
(143,150,143)
#A4ABA4
(164,171,164)
#B9C0B9
(185,192,185)
#CED5CE
(206,213,206)
#E3EAE3
(227,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111811; }

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

This text font color is #111811.


Background Color

.myBgColor { background-color: #111811; }

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

This div background color is #111811.


Border color

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

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

This div border color is #111811.


Opacity

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

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

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

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

This text has shadow with #111811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111811 on black background.


Color preview on white background

This text has color #111811 on white background.



Black color preview on #111811 background

This text has black color on #111811 background.


White color preview on #111811 background

This text has white color on #111811 background.