COLOR #113550

HEX: #113550
RGB: (17,53,80)

Color info

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

RGB color model

#113550 color RGB value is (17,53,80).

  • red value is 17;
  • green value is 53;
  • blue value is 80.
RGB:
(17,53,80)
(7%,21%,31%)

RGB channels and saturation

R 17 of 255 = 7%
G 53 of 255 = 21%
B 80 of 255 = 31%

17
53
80

R + G + B ~ 20%. #113550 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 80 = 150 (100%)
R 17 of 150 ~ 11.33%
G 53 of 150 ~ 35.33%
B 80 of 150 ~ 53.33%

%11.33
%35.33
%53.33

CMYK color model

#113550 color CMYK value is (79,34,0,69).

  • cyan value is 78.75%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(79,34,0,69)
C79M34Y0K69 
(79%,34%,0%,69%)
(0.79/0.34/0.00/0.69)	

CMYK percentages

%78.75
%33.75
%0
%68.63

Codes

Color #113550 in popluar color models

113550
RGB175380
HSL206°64.95%19.02%
HSB/HSV206°78.75%31.37%
CMYK78.75%33.75%0.00%
68.63%

Color #113550 in popluar number systems.

HEX113550
Decimal175380
Binary100011101011010000
Octal2165120

Shades and tints

Shades of #113550

#113550
(17,53,80)
#103149
(16,49,73)
#0F2D42
(15,45,66)
#0E293B
(14,41,59)
#0D2534
(13,37,52)
#0C212D
(12,33,45)
#0B1D26
(11,29,38)
#0A191F
(10,25,31)
#091518
(9,21,24)
#081111
(8,17,17)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #113550

#113550
(17,53,80)
#26475F
(38,71,95)
#3B596E
(59,89,110)
#506B7D
(80,107,125)
#657D8C
(101,125,140)
#7A8F9B
(122,143,155)
#8FA1AA
(143,161,170)
#A4B3B9
(164,179,185)
#B9C5C8
(185,197,200)
#CED7D7
(206,215,215)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113550 color. Also use rgb(17,53,80) instead hex code.

Text Font Color

.myTextColor { color: #113550; }

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

This text font color is #113550.


Background Color

.myBgColor { background-color: #113550; }

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

This div background color is #113550.


Border color

.myBorderColor { border: 1px solid #113550; }

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

This div border color is #113550.


Opacity

.myOpacity80 { color: #113550; opacity: 0.8; }

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

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

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

This text has shadow with #113550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113550 on black background.


Color preview on white background

This text has color #113550 on white background.



Black color preview on #113550 background

This text has black color on #113550 background.


White color preview on #113550 background

This text has white color on #113550 background.