COLOR #11180B

HEX: #11180B
RGB: (17,24,11)

Color info

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

RGB color model

#11180B color RGB value is (17,24,11).

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

RGB channels and saturation

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

17
24
11

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

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 11 = 52 (100%)
R 17 of 52 ~ 32.69%
G 24 of 52 ~ 46.15%
B 11 of 52 ~ 21.15%

%32.69
%46.15
%21.15

CMYK color model

#11180B color CMYK value is (29,0,54,91).

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

CMYK percentages

%29.17
%0
%54.17
%90.59

Codes

Color #11180B in popluar color models

11180B
RGB172411
HSL92°37.14%6.86%
HSB/HSV92°54.17%9.41%
CMYK29.17%0.00%54.17%
90.59%

Color #11180B in popluar number systems.

HEX11180B
Decimal172411
Binary10001110001011
Octal213013

Shades and tints

Shades of #11180B

#11180B
(17,24,11)
#10160A
(16,22,10)
#0F1409
(15,20,9)
#0E1208
(14,18,8)
#0D1007
(13,16,7)
#0C0E06
(12,14,6)
#0B0C05
(11,12,5)
#0A0A04
(10,10,4)
#090803
(9,8,3)
#080602
(8,6,2)
#070401
(7,4,1)
#000000
(0,0,0)

Tints of #11180B

#11180B
(17,24,11)
#262D21
(38,45,33)
#3B4237
(59,66,55)
#50574D
(80,87,77)
#656C63
(101,108,99)
#7A8179
(122,129,121)
#8F968F
(143,150,143)
#A4ABA5
(164,171,165)
#B9C0BB
(185,192,187)
#CED5D1
(206,213,209)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11180B; }

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

This text font color is #11180B.


Background Color

.myBgColor { background-color: #11180B; }

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

This div background color is #11180B.


Border color

.myBorderColor { border: 1px solid #11180B; }

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

This div border color is #11180B.


Opacity

.myOpacity80 { color: #11180B; opacity: 0.8; }

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

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

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

This text has shadow with #11180B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11180B on black background.


Color preview on white background

This text has color #11180B on white background.



Black color preview on #11180B background

This text has black color on #11180B background.


White color preview on #11180B background

This text has white color on #11180B background.