COLOR #113B6F

HEX: #113B6F
RGB: (17,59,111)

Color info

#113B6F contains mainly green and blue colors. Web safe color of #113B6F is #003366 (or #036).

RGB color model

#113B6F color RGB value is (17,59,111).

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

RGB channels and saturation

R 17 of 255 = 7%
G 59 of 255 = 23%
B 111 of 255 = 44%

17
59
111

R + G + B ~ 25%. #113B6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 59 + 111 = 187 (100%)
R 17 of 187 ~ 9.09%
G 59 of 187 ~ 31.55%
B 111 of 187 ~ 59.36%

%31.55
%59.36

CMYK color model

#113B6F color CMYK value is (85,47,0,56).

  • cyan value is 84.68%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(85,47,0,56)
C85M47Y0K56 
(85%,47%,0%,56%)
(0.85/0.47/0.00/0.56)	

CMYK percentages

%84.68
%46.85
%0
%56.47

Codes

Color #113B6F in popluar color models

113B6F
RGB1759111
HSL213°73.44%25.10%
HSB/HSV213°84.68%43.53%
CMYK84.68%46.85%0.00%
56.47%

Color #113B6F in popluar number systems.

HEX113B6F
Decimal1759111
Binary100011110111101111
Octal2173157

Shades and tints

Shades of #113B6F

#113B6F
(17,59,111)
#103665
(16,54,101)
#0F315B
(15,49,91)
#0E2C51
(14,44,81)
#0D2747
(13,39,71)
#0C223D
(12,34,61)
#0B1D33
(11,29,51)
#0A1829
(10,24,41)
#09131F
(9,19,31)
#080E15
(8,14,21)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #113B6F

#113B6F
(17,59,111)
#264C7C
(38,76,124)
#3B5D89
(59,93,137)
#506E96
(80,110,150)
#657FA3
(101,127,163)
#7A90B0
(122,144,176)
#8FA1BD
(143,161,189)
#A4B2CA
(164,178,202)
#B9C3D7
(185,195,215)
#CED4E4
(206,212,228)
#E3E5F1
(227,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113B6F color. Also use rgb(17,59,111) instead hex code.

Text Font Color

.myTextColor { color: #113B6F; }

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

This text font color is #113B6F.


Background Color

.myBgColor { background-color: #113B6F; }

<div style="background-color:#113B6F">Inner text</div>

This div background color is #113B6F.


Border color

.myBorderColor { border: 1px solid #113B6F; }

<div style="border:3px solid #113B6F">Div</div>

This div border color is #113B6F.


Opacity

.myOpacity80 { color: #113B6F; opacity: 0.8; }

<p style="color:#113B6F;opacity:0.8;">80%</p>

Text with #113B6F 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 #113B6F;}

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

This text has shadow with #113B6F color.

.textShadow {text-shadow: 3px 3px 1px #113B6F, 3px 3px 1px red;}

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

This text has shadow with #113B6F primary color and red secondary color.


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

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

This text has shadow with #113B6F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113B6F on black background.


Color preview on white background

This text has color #113B6F on white background.



Black color preview on #113B6F background

This text has black color on #113B6F background.


White color preview on #113B6F background

This text has white color on #113B6F background.