COLOR #11323F

HEX: #11323F
RGB: (17,50,63)

Color info

#11323F contains red, green and blue colors in about the same proportion. Web safe color of #11323F is #003333 (or #033).

RGB color model

#11323F color RGB value is (17,50,63).

  • red value is 17;
  • green value is 50;
  • blue value is 63.
RGB:
(17,50,63)
(7%,20%,25%)

RGB channels and saturation

R 17 of 255 = 7%
G 50 of 255 = 20%
B 63 of 255 = 25%

17
50
63

R + G + B ~ 17%. #11323F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 50 + 63 = 130 (100%)
R 17 of 130 ~ 13.08%
G 50 of 130 ~ 38.46%
B 63 of 130 ~ 48.46%

%13.08
%38.46
%48.46

CMYK color model

#11323F color CMYK value is (73,21,0,75).

  • cyan value is 73.02%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(73,21,0,75)
C73M21Y0K75 
(73%,21%,0%,75%)
(0.73/0.21/0.00/0.75)	

CMYK percentages

%73.02
%20.63
%0
%75.29

Codes

Color #11323F in popluar color models

11323F
RGB175063
HSL197°57.50%15.69%
HSB/HSV197°73.02%24.71%
CMYK73.02%20.63%0.00%
75.29%

Color #11323F in popluar number systems.

HEX11323F
Decimal175063
Binary10001110010111111
Octal216277

Shades and tints

Shades of #11323F

#11323F
(17,50,63)
#102E3A
(16,46,58)
#0F2A35
(15,42,53)
#0E2630
(14,38,48)
#0D222B
(13,34,43)
#0C1E26
(12,30,38)
#0B1A21
(11,26,33)
#0A161C
(10,22,28)
#091217
(9,18,23)
#080E12
(8,14,18)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #11323F

#11323F
(17,50,63)
#264450
(38,68,80)
#3B5661
(59,86,97)
#506872
(80,104,114)
#657A83
(101,122,131)
#7A8C94
(122,140,148)
#8F9EA5
(143,158,165)
#A4B0B6
(164,176,182)
#B9C2C7
(185,194,199)
#CED4D8
(206,212,216)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11323F color. Also use rgb(17,50,63) instead hex code.

Text Font Color

.myTextColor { color: #11323F; }

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

This text font color is #11323F.


Background Color

.myBgColor { background-color: #11323F; }

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

This div background color is #11323F.


Border color

.myBorderColor { border: 1px solid #11323F; }

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

This div border color is #11323F.


Opacity

.myOpacity80 { color: #11323F; opacity: 0.8; }

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

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

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

This text has shadow with #11323F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11323F on black background.


Color preview on white background

This text has color #11323F on white background.



Black color preview on #11323F background

This text has black color on #11323F background.


White color preview on #11323F background

This text has white color on #11323F background.