COLOR #11383F

HEX: #11383F
RGB: (17,56,63)

Color info

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

RGB color model

#11383F color RGB value is (17,56,63).

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

RGB channels and saturation

R 17 of 255 = 7%
G 56 of 255 = 22%
B 63 of 255 = 25%

17
56
63

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

Portions of RGB colors in percentages

R + G + B =
17 + 56 + 63 = 136 (100%)
R 17 of 136 ~ 12.5%
G 56 of 136 ~ 41.18%
B 63 of 136 ~ 46.32%

%12.5
%41.18
%46.32

CMYK color model

#11383F color CMYK value is (73,11,0,75).

  • cyan value is 73.02%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(73,11,0,75)
C73M11Y0K75 
(73%,11%,0%,75%)
(0.73/0.11/0.00/0.75)	

CMYK percentages

%73.02
%11.11
%0
%75.29

Codes

Color #11383F in popluar color models

11383F
RGB175663
HSL189°57.50%15.69%
HSB/HSV189°73.02%24.71%
CMYK73.02%11.11%0.00%
75.29%

Color #11383F in popluar number systems.

HEX11383F
Decimal175663
Binary10001111000111111
Octal217077

Shades and tints

Shades of #11383F

#11383F
(17,56,63)
#10333A
(16,51,58)
#0F2E35
(15,46,53)
#0E2930
(14,41,48)
#0D242B
(13,36,43)
#0C1F26
(12,31,38)
#0B1A21
(11,26,33)
#0A151C
(10,21,28)
#091017
(9,16,23)
#080B12
(8,11,18)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #11383F

#11383F
(17,56,63)
#264A50
(38,74,80)
#3B5C61
(59,92,97)
#506E72
(80,110,114)
#658083
(101,128,131)
#7A9294
(122,146,148)
#8FA4A5
(143,164,165)
#A4B6B6
(164,182,182)
#B9C8C7
(185,200,199)
#CEDAD8
(206,218,216)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11383F; }

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

This text font color is #11383F.


Background Color

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

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

This div background color is #11383F.


Border color

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

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

This div border color is #11383F.


Opacity

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

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

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

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

This text has shadow with #11383F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11383F on black background.


Color preview on white background

This text has color #11383F on white background.



Black color preview on #11383F background

This text has black color on #11383F background.


White color preview on #11383F background

This text has white color on #11383F background.