COLOR #110908

HEX: #110908 RGB: (17,9,8)

Color info

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

RGB color model

#110908 color RGB value is (17,9,8).

RGB: (17,9,8) (7%, 4%, 3%)

RGB channels and saturation

R 17 of 255 = 7%
G 9 of 255 = 4%
B 8 of 255 = 3%

17
9
8

R + G + B ~ 5%. #110908 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 9 + 8 = 34 (100%)
R 17 of 34 ~ 50%
G 9 of 34 ~ 26.47%
B 8 of 34 ~ 23.53'%

%50
%26.47
%23.53

CMYK color model

#110908 color CMYK value is (0,47,53,93).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 52.94%
  • key color value is 93.33%
CMYK: (0,47,53,93) C0M47Y53K93 (0%,47%,53%,93%) (0.00/0.47/0.53/0.93) 

CMYK percentages

%0
%47.06
%52.94
%93.33

Codes

Color #110908 in popluar color models

11 09 08
RGB 17 9 8
HSL 36.00% 4.90%
HSB/HSV 52.94% 6.67%
CMYK 0.00% 47.06% 52.94%
93.33%

Color #110908 in popluar number systems.

HEX 11 09 08
Decimal 17 9 8
Binary 10001 1001 1000
Octal 21 11 10

Shades and tints

Shades of #110908

#110908
(17,9,8)
#100908
(16,9,8)
#0F0908
(15,9,8)
#0E0908
(14,9,8)
#0D0908
(13,9,8)
#0C0908
(12,9,8)
#0B0908
(11,9,8)
#0A0908
(10,9,8)
#090908
(9,9,8)
#080908
(8,9,8)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #110908

#110908
(17,9,8)
#261F1E
(38,31,30)
#3B3534
(59,53,52)
#504B4A
(80,75,74)
#656160
(101,97,96)
#7A7776
(122,119,118)
#8F8D8C
(143,141,140)
#A4A3A2
(164,163,162)
#B9B9B8
(185,185,184)
#CECFCE
(206,207,206)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110908; }

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

This text font color is #110908.

Background Color

.myBgColor { background-color: #110908; }

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

This div background color is #110908.

Border color

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

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

This div border color is #110908.

Opacity

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

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

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

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

This text has shadow with #110908 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #110908.

Preview

Color preview on black background

This text has color #110908 on black background.


Color preview on white background

This text has color #110908 on white background.


Black color preview on #110908 background

This text has black color on #110908 background.


White color preview on #110908 background

This text has white color on #110908 background.


Related colors

Complementary color

Complementary color for #hex is #EEF6F7.


I love getcolorcode.com

Triadic colors

1 #081109 and #090811 with #110908 are triadic colors.

2 #080911 and #091108 with #110908 are triadic colors.