COLOR #11363F

HEX: #11363F
RGB: (17,54,63)

Color info

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

RGB color model

#11363F color RGB value is (17,54,63).

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

RGB channels and saturation

R 17 of 255 = 7%
G 54 of 255 = 21%
B 63 of 255 = 25%

17
54
63

R + G + B ~ 18%. #11363F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 54 + 63 = 134 (100%)
R 17 of 134 ~ 12.69%
G 54 of 134 ~ 40.3%
B 63 of 134 ~ 47.01%

%12.69
%40.3
%47.01

CMYK color model

#11363F color CMYK value is (73,14,0,75).

  • cyan value is 73.02%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(73,14,0,75)
C73M14Y0K75 
(73%,14%,0%,75%)
(0.73/0.14/0.00/0.75)	

CMYK percentages

%73.02
%14.29
%0
%75.29

Codes

Color #11363F in popluar color models

11363F
RGB175463
HSL192°57.50%15.69%
HSB/HSV192°73.02%24.71%
CMYK73.02%14.29%0.00%
75.29%

Color #11363F in popluar number systems.

HEX11363F
Decimal175463
Binary10001110110111111
Octal216677

Shades and tints

Shades of #11363F

#11363F
(17,54,63)
#10323A
(16,50,58)
#0F2E35
(15,46,53)
#0E2A30
(14,42,48)
#0D262B
(13,38,43)
#0C2226
(12,34,38)
#0B1E21
(11,30,33)
#0A1A1C
(10,26,28)
#091617
(9,22,23)
#081212
(8,18,18)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #11363F

#11363F
(17,54,63)
#264850
(38,72,80)
#3B5A61
(59,90,97)
#506C72
(80,108,114)
#657E83
(101,126,131)
#7A9094
(122,144,148)
#8FA2A5
(143,162,165)
#A4B4B6
(164,180,182)
#B9C6C7
(185,198,199)
#CED8D8
(206,216,216)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11363F; }

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

This text font color is #11363F.


Background Color

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

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

This div background color is #11363F.


Border color

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

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

This div border color is #11363F.


Opacity

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

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

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

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

This text has shadow with #11363F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11363F on black background.


Color preview on white background

This text has color #11363F on white background.



Black color preview on #11363F background

This text has black color on #11363F background.


White color preview on #11363F background

This text has white color on #11363F background.