COLOR #113A4E

HEX: #113A4E
RGB: (17,58,78)

Color info

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

RGB color model

#113A4E color RGB value is (17,58,78).

  • red value is 17;
  • green value is 58;
  • blue value is 78.
RGB:
(17,58,78)
(7%,23%,31%)

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 78 of 255 = 31%

17
58
78

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

Portions of RGB colors in percentages

R + G + B =
17 + 58 + 78 = 153 (100%)
R 17 of 153 ~ 11.11%
G 58 of 153 ~ 37.91%
B 78 of 153 ~ 50.98%

%11.11
%37.91
%50.98

CMYK color model

#113A4E color CMYK value is (78,26,0,69).

  • cyan value is 78.21%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(78,26,0,69)
C78M26Y0K69 
(78%,26%,0%,69%)
(0.78/0.26/0.00/0.69)	

CMYK percentages

%78.21
%25.64
%0
%69.41

Codes

Color #113A4E in popluar color models

113A4E
RGB175878
HSL200°64.21%18.63%
HSB/HSV200°78.21%30.59%
CMYK78.21%25.64%0.00%
69.41%

Color #113A4E in popluar number systems.

HEX113A4E
Decimal175878
Binary100011110101001110
Octal2172116

Shades and tints

Shades of #113A4E

#113A4E
(17,58,78)
#103547
(16,53,71)
#0F3040
(15,48,64)
#0E2B39
(14,43,57)
#0D2632
(13,38,50)
#0C212B
(12,33,43)
#0B1C24
(11,28,36)
#0A171D
(10,23,29)
#091216
(9,18,22)
#080D0F
(8,13,15)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #113A4E

#113A4E
(17,58,78)
#264B5E
(38,75,94)
#3B5C6E
(59,92,110)
#506D7E
(80,109,126)
#657E8E
(101,126,142)
#7A8F9E
(122,143,158)
#8FA0AE
(143,160,174)
#A4B1BE
(164,177,190)
#B9C2CE
(185,194,206)
#CED3DE
(206,211,222)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113A4E color. Also use rgb(17,58,78) instead hex code.

Text Font Color

.myTextColor { color: #113A4E; }

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

This text font color is #113A4E.


Background Color

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

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

This div background color is #113A4E.


Border color

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

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

This div border color is #113A4E.


Opacity

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

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

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

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

This text has shadow with #113A4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113A4E on black background.


Color preview on white background

This text has color #113A4E on white background.



Black color preview on #113A4E background

This text has black color on #113A4E background.


White color preview on #113A4E background

This text has white color on #113A4E background.