COLOR #113651

HEX: #113651
RGB: (17,54,81)

Color info

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

RGB color model

#113651 color RGB value is (17,54,81).

  • red value is 17;
  • green value is 54;
  • blue value is 81.
RGB:
(17,54,81)
(7%,21%,32%)

RGB channels and saturation

R 17 of 255 = 7%
G 54 of 255 = 21%
B 81 of 255 = 32%

17
54
81

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

Portions of RGB colors in percentages

R + G + B =
17 + 54 + 81 = 152 (100%)
R 17 of 152 ~ 11.18%
G 54 of 152 ~ 35.53%
B 81 of 152 ~ 53.29%

%11.18
%35.53
%53.29

CMYK color model

#113651 color CMYK value is (79,33,0,68).

  • cyan value is 79.01%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(79,33,0,68)
C79M33Y0K68 
(79%,33%,0%,68%)
(0.79/0.33/0.00/0.68)	

CMYK percentages

%79.01
%33.33
%0
%68.24

Codes

Color #113651 in popluar color models

113651
RGB175481
HSL205°65.31%19.22%
HSB/HSV205°79.01%31.76%
CMYK79.01%33.33%0.00%
68.24%

Color #113651 in popluar number systems.

HEX113651
Decimal175481
Binary100011101101010001
Octal2166121

Shades and tints

Shades of #113651

#113651
(17,54,81)
#10324A
(16,50,74)
#0F2E43
(15,46,67)
#0E2A3C
(14,42,60)
#0D2635
(13,38,53)
#0C222E
(12,34,46)
#0B1E27
(11,30,39)
#0A1A20
(10,26,32)
#091619
(9,22,25)
#081212
(8,18,18)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #113651

#113651
(17,54,81)
#264860
(38,72,96)
#3B5A6F
(59,90,111)
#506C7E
(80,108,126)
#657E8D
(101,126,141)
#7A909C
(122,144,156)
#8FA2AB
(143,162,171)
#A4B4BA
(164,180,186)
#B9C6C9
(185,198,201)
#CED8D8
(206,216,216)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113651 color. Also use rgb(17,54,81) instead hex code.

Text Font Color

.myTextColor { color: #113651; }

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

This text font color is #113651.


Background Color

.myBgColor { background-color: #113651; }

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

This div background color is #113651.


Border color

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

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

This div border color is #113651.


Opacity

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

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

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

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

This text has shadow with #113651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113651 on black background.


Color preview on white background

This text has color #113651 on white background.



Black color preview on #113651 background

This text has black color on #113651 background.


White color preview on #113651 background

This text has white color on #113651 background.