COLOR #113D5F

HEX: #113D5F
RGB: (17,61,95)

Color info

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

RGB color model

#113D5F color RGB value is (17,61,95).

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

RGB channels and saturation

R 17 of 255 = 7%
G 61 of 255 = 24%
B 95 of 255 = 37%

17
61
95

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

Portions of RGB colors in percentages

R + G + B =
17 + 61 + 95 = 173 (100%)
R 17 of 173 ~ 9.83%
G 61 of 173 ~ 35.26%
B 95 of 173 ~ 54.91%

%9.83
%35.26
%54.91

CMYK color model

#113D5F color CMYK value is (82,36,0,63).

  • cyan value is 82.11%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(82,36,0,63)
C82M36Y0K63 
(82%,36%,0%,63%)
(0.82/0.36/0.00/0.63)	

CMYK percentages

%82.11
%35.79
%0
%62.75

Codes

Color #113D5F in popluar color models

113D5F
RGB176195
HSL206°69.64%21.96%
HSB/HSV206°82.11%37.25%
CMYK82.11%35.79%0.00%
62.75%

Color #113D5F in popluar number systems.

HEX113D5F
Decimal176195
Binary100011111011011111
Octal2175137

Shades and tints

Shades of #113D5F

#113D5F
(17,61,95)
#103857
(16,56,87)
#0F334F
(15,51,79)
#0E2E47
(14,46,71)
#0D293F
(13,41,63)
#0C2437
(12,36,55)
#0B1F2F
(11,31,47)
#0A1A27
(10,26,39)
#09151F
(9,21,31)
#081017
(8,16,23)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #113D5F

#113D5F
(17,61,95)
#264E6D
(38,78,109)
#3B5F7B
(59,95,123)
#507089
(80,112,137)
#658197
(101,129,151)
#7A92A5
(122,146,165)
#8FA3B3
(143,163,179)
#A4B4C1
(164,180,193)
#B9C5CF
(185,197,207)
#CED6DD
(206,214,221)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113D5F; }

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

This text font color is #113D5F.


Background Color

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

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

This div background color is #113D5F.


Border color

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

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

This div border color is #113D5F.


Opacity

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

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

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

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

This text has shadow with #113D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113D5F on black background.


Color preview on white background

This text has color #113D5F on white background.



Black color preview on #113D5F background

This text has black color on #113D5F background.


White color preview on #113D5F background

This text has white color on #113D5F background.