COLOR #113D5B

HEX: #113D5B
RGB: (17,61,91)

Color info

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

RGB color model

#113D5B color RGB value is (17,61,91).

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

RGB channels and saturation

R 17 of 255 = 7%
G 61 of 255 = 24%
B 91 of 255 = 36%

17
61
91

R + G + B ~ 22%. #113D5B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 61 + 91 = 169 (100%)
R 17 of 169 ~ 10.06%
G 61 of 169 ~ 36.09%
B 91 of 169 ~ 53.85%

%10.06
%36.09
%53.85

CMYK color model

#113D5B color CMYK value is (81,33,0,64).

  • cyan value is 81.32%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(81,33,0,64)
C81M33Y0K64 
(81%,33%,0%,64%)
(0.81/0.33/0.00/0.64)	

CMYK percentages

%81.32
%32.97
%0
%64.31

Codes

Color #113D5B in popluar color models

113D5B
RGB176191
HSL204°68.52%21.18%
HSB/HSV204°81.32%35.69%
CMYK81.32%32.97%0.00%
64.31%

Color #113D5B in popluar number systems.

HEX113D5B
Decimal176191
Binary100011111011011011
Octal2175133

Shades and tints

Shades of #113D5B

#113D5B
(17,61,91)
#103853
(16,56,83)
#0F334B
(15,51,75)
#0E2E43
(14,46,67)
#0D293B
(13,41,59)
#0C2433
(12,36,51)
#0B1F2B
(11,31,43)
#0A1A23
(10,26,35)
#09151B
(9,21,27)
#081013
(8,16,19)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #113D5B

#113D5B
(17,61,91)
#264E69
(38,78,105)
#3B5F77
(59,95,119)
#507085
(80,112,133)
#658193
(101,129,147)
#7A92A1
(122,146,161)
#8FA3AF
(143,163,175)
#A4B4BD
(164,180,189)
#B9C5CB
(185,197,203)
#CED6D9
(206,214,217)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113D5B; }

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

This text font color is #113D5B.


Background Color

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

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

This div background color is #113D5B.


Border color

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

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

This div border color is #113D5B.


Opacity

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

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

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

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

This text has shadow with #113D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113D5B on black background.


Color preview on white background

This text has color #113D5B on white background.



Black color preview on #113D5B background

This text has black color on #113D5B background.


White color preview on #113D5B background

This text has white color on #113D5B background.