COLOR #113F5B

HEX: #113F5B
RGB: (17,63,91)

Color info

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

RGB color model

#113F5B color RGB value is (17,63,91).

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

RGB channels and saturation

R 17 of 255 = 7%
G 63 of 255 = 25%
B 91 of 255 = 36%

17
63
91

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

Portions of RGB colors in percentages

R + G + B =
17 + 63 + 91 = 171 (100%)
R 17 of 171 ~ 9.94%
G 63 of 171 ~ 36.84%
B 91 of 171 ~ 53.22%

%9.94
%36.84
%53.22

CMYK color model

#113F5B color CMYK value is (81,31,0,64).

  • cyan value is 81.32%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(81,31,0,64)
C81M31Y0K64 
(81%,31%,0%,64%)
(0.81/0.31/0.00/0.64)	

CMYK percentages

%81.32
%30.77
%0
%64.31

Codes

Color #113F5B in popluar color models

113F5B
RGB176391
HSL203°68.52%21.18%
HSB/HSV203°81.32%35.69%
CMYK81.32%30.77%0.00%
64.31%

Color #113F5B in popluar number systems.

HEX113F5B
Decimal176391
Binary100011111111011011
Octal2177133

Shades and tints

Shades of #113F5B

#113F5B
(17,63,91)
#103A53
(16,58,83)
#0F354B
(15,53,75)
#0E3043
(14,48,67)
#0D2B3B
(13,43,59)
#0C2633
(12,38,51)
#0B212B
(11,33,43)
#0A1C23
(10,28,35)
#09171B
(9,23,27)
#081213
(8,18,19)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #113F5B

#113F5B
(17,63,91)
#265069
(38,80,105)
#3B6177
(59,97,119)
#507285
(80,114,133)
#658393
(101,131,147)
#7A94A1
(122,148,161)
#8FA5AF
(143,165,175)
#A4B6BD
(164,182,189)
#B9C7CB
(185,199,203)
#CED8D9
(206,216,217)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113F5B color. Also use rgb(17,63,91) instead hex code.

Text Font Color

.myTextColor { color: #113F5B; }

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

This text font color is #113F5B.


Background Color

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

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

This div background color is #113F5B.


Border color

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

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

This div border color is #113F5B.


Opacity

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

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

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

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

This text has shadow with #113F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113F5B on black background.


Color preview on white background

This text has color #113F5B on white background.



Black color preview on #113F5B background

This text has black color on #113F5B background.


White color preview on #113F5B background

This text has white color on #113F5B background.