COLOR #111809

HEX: #111809
RGB: (17,24,9)

Color info

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

RGB color model

#111809 color RGB value is (17,24,9).

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

RGB channels and saturation

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

17
24
9

R + G + B ~ 7%. #111809 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 9 = 50 (100%)
R 17 of 50 ~ 34%
G 24 of 50 ~ 48%
B 9 of 50 ~ 18%

%34
%48
%18

CMYK color model

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

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

CMYK percentages

%29.17
%0
%62.5
%90.59

Codes

Color #111809 in popluar color models

111809
RGB17249
HSL88°45.45%6.47%
HSB/HSV88°62.50%9.41%
CMYK29.17%0.00%62.50%
90.59%

Color #111809 in popluar number systems.

HEX111809
Decimal17249
Binary10001110001001
Octal213011

Shades and tints

Shades of #111809

#111809
(17,24,9)
#101609
(16,22,9)
#0F1409
(15,20,9)
#0E1209
(14,18,9)
#0D1009
(13,16,9)
#0C0E09
(12,14,9)
#0B0C09
(11,12,9)
#0A0A09
(10,10,9)
#090809
(9,8,9)
#080609
(8,6,9)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #111809

#111809
(17,24,9)
#262D1F
(38,45,31)
#3B4235
(59,66,53)
#50574B
(80,87,75)
#656C61
(101,108,97)
#7A8177
(122,129,119)
#8F968D
(143,150,141)
#A4ABA3
(164,171,163)
#B9C0B9
(185,192,185)
#CED5CF
(206,213,207)
#E3EAE5
(227,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111809; }

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

This text font color is #111809.


Background Color

.myBgColor { background-color: #111809; }

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

This div background color is #111809.


Border color

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

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

This div border color is #111809.


Opacity

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

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

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

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

This text has shadow with #111809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111809 on black background.


Color preview on white background

This text has color #111809 on white background.



Black color preview on #111809 background

This text has black color on #111809 background.


White color preview on #111809 background

This text has white color on #111809 background.