COLOR #11323D

HEX: #11323D
RGB: (17,50,61)

Color info

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

RGB color model

#11323D color RGB value is (17,50,61).

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

RGB channels and saturation

R 17 of 255 = 7%
G 50 of 255 = 20%
B 61 of 255 = 24%

17
50
61

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

Portions of RGB colors in percentages

R + G + B =
17 + 50 + 61 = 128 (100%)
R 17 of 128 ~ 13.28%
G 50 of 128 ~ 39.06%
B 61 of 128 ~ 47.66%

%13.28
%39.06
%47.66

CMYK color model

#11323D color CMYK value is (72,18,0,76).

  • cyan value is 72.13%
  • magenta value is 18.03%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(72,18,0,76)
C72M18Y0K76 
(72%,18%,0%,76%)
(0.72/0.18/0.00/0.76)	

CMYK percentages

%72.13
%18.03
%0
%76.08

Codes

Color #11323D in popluar color models

11323D
RGB175061
HSL195°56.41%15.29%
HSB/HSV195°72.13%23.92%
CMYK72.13%18.03%0.00%
76.08%

Color #11323D in popluar number systems.

HEX11323D
Decimal175061
Binary10001110010111101
Octal216275

Shades and tints

Shades of #11323D

#11323D
(17,50,61)
#102E38
(16,46,56)
#0F2A33
(15,42,51)
#0E262E
(14,38,46)
#0D2229
(13,34,41)
#0C1E24
(12,30,36)
#0B1A1F
(11,26,31)
#0A161A
(10,22,26)
#091215
(9,18,21)
#080E10
(8,14,16)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #11323D

#11323D
(17,50,61)
#26444E
(38,68,78)
#3B565F
(59,86,95)
#506870
(80,104,112)
#657A81
(101,122,129)
#7A8C92
(122,140,146)
#8F9EA3
(143,158,163)
#A4B0B4
(164,176,180)
#B9C2C5
(185,194,197)
#CED4D6
(206,212,214)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11323D; }

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

This text font color is #11323D.


Background Color

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

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

This div background color is #11323D.


Border color

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

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

This div border color is #11323D.


Opacity

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

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

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

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

This text has shadow with #11323D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11323D on black background.


Color preview on white background

This text has color #11323D on white background.



Black color preview on #11323D background

This text has black color on #11323D background.


White color preview on #11323D background

This text has white color on #11323D background.