COLOR #11112C

HEX: #11112C
RGB: (17,17,44)

Color info

#11112C contains red, green and blue colors in about the same proportion. Web safe color of #11112C is #000033 (or #003).

RGB color model

#11112C color RGB value is (17,17,44).

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

RGB channels and saturation

R 17 of 255 = 7%
G 17 of 255 = 7%
B 44 of 255 = 17%

17
17
44

R + G + B ~ 10%. #11112C is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 17 + 44 = 78 (100%)
R 17 of 78 ~ 21.79%
G 17 of 78 ~ 21.79%
B 44 of 78 ~ 56.41%

%21.79
%21.79
%56.41

CMYK color model

#11112C color CMYK value is (61,61,0,83).

  • cyan value is 61.36%
  • magenta value is 61.36%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(61,61,0,83)
C61M61Y0K83 
(61%,61%,0%,83%)
(0.61/0.61/0.00/0.83)	

CMYK percentages

%61.36
%61.36
%0
%82.75

Codes

Color #11112C in popluar color models

11112C
RGB171744
HSL240°44.26%11.96%
HSB/HSV240°61.36%17.25%
CMYK61.36%61.36%0.00%
82.75%

Color #11112C in popluar number systems.

HEX11112C
Decimal171744
Binary1000110001101100
Octal212154

Shades and tints

Shades of #11112C

#11112C
(17,17,44)
#101028
(16,16,40)
#0F0F24
(15,15,36)
#0E0E20
(14,14,32)
#0D0D1C
(13,13,28)
#0C0C18
(12,12,24)
#0B0B14
(11,11,20)
#0A0A10
(10,10,16)
#09090C
(9,9,12)
#080808
(8,8,8)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #11112C

#11112C
(17,17,44)
#26263F
(38,38,63)
#3B3B52
(59,59,82)
#505065
(80,80,101)
#656578
(101,101,120)
#7A7A8B
(122,122,139)
#8F8F9E
(143,143,158)
#A4A4B1
(164,164,177)
#B9B9C4
(185,185,196)
#CECED7
(206,206,215)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11112C; }

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

This text font color is #11112C.


Background Color

.myBgColor { background-color: #11112C; }

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

This div background color is #11112C.


Border color

.myBorderColor { border: 1px solid #11112C; }

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

This div border color is #11112C.


Opacity

.myOpacity80 { color: #11112C; opacity: 0.8; }

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

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

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

This text has shadow with #11112C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11112C on black background.


Color preview on white background

This text has color #11112C on white background.



Black color preview on #11112C background

This text has black color on #11112C background.


White color preview on #11112C background

This text has white color on #11112C background.