COLOR #113A45

HEX: #113A45
RGB: (17,58,69)

Color info

#113A45 contains red, green and blue colors in about the same proportion. Web safe color of #113A45 is #003333 (or #033).

RGB color model

#113A45 color RGB value is (17,58,69).

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

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 69 of 255 = 27%

17
58
69

R + G + B ~ 19%. #113A45 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 58 + 69 = 144 (100%)
R 17 of 144 ~ 11.81%
G 58 of 144 ~ 40.28%
B 69 of 144 ~ 47.92%

%11.81
%40.28
%47.92

CMYK color model

#113A45 color CMYK value is (75,16,0,73).

  • cyan value is 75.36%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(75,16,0,73)
C75M16Y0K73 
(75%,16%,0%,73%)
(0.75/0.16/0.00/0.73)	

CMYK percentages

%75.36
%15.94
%0
%72.94

Codes

Color #113A45 in popluar color models

113A45
RGB175869
HSL193°60.47%16.86%
HSB/HSV193°75.36%27.06%
CMYK75.36%15.94%0.00%
72.94%

Color #113A45 in popluar number systems.

HEX113A45
Decimal175869
Binary100011110101000101
Octal2172105

Shades and tints

Shades of #113A45

#113A45
(17,58,69)
#10353F
(16,53,63)
#0F3039
(15,48,57)
#0E2B33
(14,43,51)
#0D262D
(13,38,45)
#0C2127
(12,33,39)
#0B1C21
(11,28,33)
#0A171B
(10,23,27)
#091215
(9,18,21)
#080D0F
(8,13,15)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #113A45

#113A45
(17,58,69)
#264B55
(38,75,85)
#3B5C65
(59,92,101)
#506D75
(80,109,117)
#657E85
(101,126,133)
#7A8F95
(122,143,149)
#8FA0A5
(143,160,165)
#A4B1B5
(164,177,181)
#B9C2C5
(185,194,197)
#CED3D5
(206,211,213)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113A45; }

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

This text font color is #113A45.


Background Color

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

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

This div background color is #113A45.


Border color

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

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

This div border color is #113A45.


Opacity

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

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

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

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

This text has shadow with #113A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113A45 on black background.


Color preview on white background

This text has color #113A45 on white background.



Black color preview on #113A45 background

This text has black color on #113A45 background.


White color preview on #113A45 background

This text has white color on #113A45 background.