COLOR #113B63

HEX: #113B63
RGB: (17,59,99)

Color info

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

RGB color model

#113B63 color RGB value is (17,59,99).

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

RGB channels and saturation

R 17 of 255 = 7%
G 59 of 255 = 23%
B 99 of 255 = 39%

17
59
99

R + G + B ~ 23%. #113B63 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 59 + 99 = 175 (100%)
R 17 of 175 ~ 9.71%
G 59 of 175 ~ 33.71%
B 99 of 175 ~ 56.57%

%9.71
%33.71
%56.57

CMYK color model

#113B63 color CMYK value is (83,40,0,61).

  • cyan value is 82.83%
  • magenta value is 40.40%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(83,40,0,61)
C83M40Y0K61 
(83%,40%,0%,61%)
(0.83/0.40/0.00/0.61)	

CMYK percentages

%82.83
%40.4
%0
%61.18

Codes

Color #113B63 in popluar color models

113B63
RGB175999
HSL209°70.69%22.75%
HSB/HSV209°82.83%38.82%
CMYK82.83%40.40%0.00%
61.18%

Color #113B63 in popluar number systems.

HEX113B63
Decimal175999
Binary100011110111100011
Octal2173143

Shades and tints

Shades of #113B63

#113B63
(17,59,99)
#10365A
(16,54,90)
#0F3151
(15,49,81)
#0E2C48
(14,44,72)
#0D273F
(13,39,63)
#0C2236
(12,34,54)
#0B1D2D
(11,29,45)
#0A1824
(10,24,36)
#09131B
(9,19,27)
#080E12
(8,14,18)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #113B63

#113B63
(17,59,99)
#264C71
(38,76,113)
#3B5D7F
(59,93,127)
#506E8D
(80,110,141)
#657F9B
(101,127,155)
#7A90A9
(122,144,169)
#8FA1B7
(143,161,183)
#A4B2C5
(164,178,197)
#B9C3D3
(185,195,211)
#CED4E1
(206,212,225)
#E3E5EF
(227,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113B63; }

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

This text font color is #113B63.


Background Color

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

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

This div background color is #113B63.


Border color

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

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

This div border color is #113B63.


Opacity

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

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

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

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

This text has shadow with #113B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113B63 on black background.


Color preview on white background

This text has color #113B63 on white background.



Black color preview on #113B63 background

This text has black color on #113B63 background.


White color preview on #113B63 background

This text has white color on #113B63 background.