COLOR #11333B

HEX: #11333B
RGB: (17,51,59)

Color info

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

RGB color model

#11333B color RGB value is (17,51,59).

  • red value is 17;
  • green value is 51;
  • blue value is 59.
RGB:
(17,51,59)
(7%,20%,23%)

RGB channels and saturation

R 17 of 255 = 7%
G 51 of 255 = 20%
B 59 of 255 = 23%

17
51
59

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

Portions of RGB colors in percentages

R + G + B =
17 + 51 + 59 = 127 (100%)
R 17 of 127 ~ 13.39%
G 51 of 127 ~ 40.16%
B 59 of 127 ~ 46.46%

%13.39
%40.16
%46.46

CMYK color model

#11333B color CMYK value is (71,14,0,77).

  • cyan value is 71.19%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(71,14,0,77)
C71M14Y0K77 
(71%,14%,0%,77%)
(0.71/0.14/0.00/0.77)	

CMYK percentages

%71.19
%13.56
%0
%76.86

Codes

Color #11333B in popluar color models

11333B
RGB175159
HSL191°55.26%14.90%
HSB/HSV191°71.19%23.14%
CMYK71.19%13.56%0.00%
76.86%

Color #11333B in popluar number systems.

HEX11333B
Decimal175159
Binary10001110011111011
Octal216373

Shades and tints

Shades of #11333B

#11333B
(17,51,59)
#102F36
(16,47,54)
#0F2B31
(15,43,49)
#0E272C
(14,39,44)
#0D2327
(13,35,39)
#0C1F22
(12,31,34)
#0B1B1D
(11,27,29)
#0A1718
(10,23,24)
#091313
(9,19,19)
#080F0E
(8,15,14)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #11333B

#11333B
(17,51,59)
#26454C
(38,69,76)
#3B575D
(59,87,93)
#50696E
(80,105,110)
#657B7F
(101,123,127)
#7A8D90
(122,141,144)
#8F9FA1
(143,159,161)
#A4B1B2
(164,177,178)
#B9C3C3
(185,195,195)
#CED5D4
(206,213,212)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11333B color. Also use rgb(17,51,59) instead hex code.

Text Font Color

.myTextColor { color: #11333B; }

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

This text font color is #11333B.


Background Color

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

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

This div background color is #11333B.


Border color

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

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

This div border color is #11333B.


Opacity

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

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

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

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

This text has shadow with #11333B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11333B on black background.


Color preview on white background

This text has color #11333B on white background.



Black color preview on #11333B background

This text has black color on #11333B background.


White color preview on #11333B background

This text has white color on #11333B background.