COLOR #113E53

HEX: #113E53
RGB: (17,62,83)

Color info

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

RGB color model

#113E53 color RGB value is (17,62,83).

  • red value is 17;
  • green value is 62;
  • blue value is 83.
RGB:
(17,62,83)
(7%,24%,33%)

RGB channels and saturation

R 17 of 255 = 7%
G 62 of 255 = 24%
B 83 of 255 = 33%

17
62
83

R + G + B ~ 21%. #113E53 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 62 + 83 = 162 (100%)
R 17 of 162 ~ 10.49%
G 62 of 162 ~ 38.27%
B 83 of 162 ~ 51.23%

%10.49
%38.27
%51.23

CMYK color model

#113E53 color CMYK value is (80,25,0,67).

  • cyan value is 79.52%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(80,25,0,67)
C80M25Y0K67 
(80%,25%,0%,67%)
(0.80/0.25/0.00/0.67)	

CMYK percentages

%79.52
%25.3
%0
%67.45

Codes

Color #113E53 in popluar color models

113E53
RGB176283
HSL199°66.00%19.61%
HSB/HSV199°79.52%32.55%
CMYK79.52%25.30%0.00%
67.45%

Color #113E53 in popluar number systems.

HEX113E53
Decimal176283
Binary100011111101010011
Octal2176123

Shades and tints

Shades of #113E53

#113E53
(17,62,83)
#10394C
(16,57,76)
#0F3445
(15,52,69)
#0E2F3E
(14,47,62)
#0D2A37
(13,42,55)
#0C2530
(12,37,48)
#0B2029
(11,32,41)
#0A1B22
(10,27,34)
#09161B
(9,22,27)
#081114
(8,17,20)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #113E53

#113E53
(17,62,83)
#264F62
(38,79,98)
#3B6071
(59,96,113)
#507180
(80,113,128)
#65828F
(101,130,143)
#7A939E
(122,147,158)
#8FA4AD
(143,164,173)
#A4B5BC
(164,181,188)
#B9C6CB
(185,198,203)
#CED7DA
(206,215,218)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113E53 color. Also use rgb(17,62,83) instead hex code.

Text Font Color

.myTextColor { color: #113E53; }

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

This text font color is #113E53.


Background Color

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

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

This div background color is #113E53.


Border color

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

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

This div border color is #113E53.


Opacity

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

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

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

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

This text has shadow with #113E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113E53 on black background.


Color preview on white background

This text has color #113E53 on white background.



Black color preview on #113E53 background

This text has black color on #113E53 background.


White color preview on #113E53 background

This text has white color on #113E53 background.