COLOR #11182D

HEX: #11182D
RGB: (17,24,45)

Color info

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

RGB color model

#11182D color RGB value is (17,24,45).

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

RGB channels and saturation

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

17
24
45

R + G + B ~ 11%. #11182D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 45 = 86 (100%)
R 17 of 86 ~ 19.77%
G 24 of 86 ~ 27.91%
B 45 of 86 ~ 52.33%

%19.77
%27.91
%52.33

CMYK color model

#11182D color CMYK value is (62,47,0,82).

  • cyan value is 62.22%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(62,47,0,82)
C62M47Y0K82 
(62%,47%,0%,82%)
(0.62/0.47/0.00/0.82)	

CMYK percentages

%62.22
%46.67
%0
%82.35

Codes

Color #11182D in popluar color models

11182D
RGB172445
HSL225°45.16%12.16%
HSB/HSV225°62.22%17.65%
CMYK62.22%46.67%0.00%
82.35%

Color #11182D in popluar number systems.

HEX11182D
Decimal172445
Binary1000111000101101
Octal213055

Shades and tints

Shades of #11182D

#11182D
(17,24,45)
#101629
(16,22,41)
#0F1425
(15,20,37)
#0E1221
(14,18,33)
#0D101D
(13,16,29)
#0C0E19
(12,14,25)
#0B0C15
(11,12,21)
#0A0A11
(10,10,17)
#09080D
(9,8,13)
#080609
(8,6,9)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #11182D

#11182D
(17,24,45)
#262D40
(38,45,64)
#3B4253
(59,66,83)
#505766
(80,87,102)
#656C79
(101,108,121)
#7A818C
(122,129,140)
#8F969F
(143,150,159)
#A4ABB2
(164,171,178)
#B9C0C5
(185,192,197)
#CED5D8
(206,213,216)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11182D; }

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

This text font color is #11182D.


Background Color

.myBgColor { background-color: #11182D; }

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

This div background color is #11182D.


Border color

.myBorderColor { border: 1px solid #11182D; }

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

This div border color is #11182D.


Opacity

.myOpacity80 { color: #11182D; opacity: 0.8; }

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

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

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

This text has shadow with #11182D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11182D on black background.


Color preview on white background

This text has color #11182D on white background.



Black color preview on #11182D background

This text has black color on #11182D background.


White color preview on #11182D background

This text has white color on #11182D background.