COLOR #113F4D

HEX: #113F4D
RGB: (17,63,77)

Color info

#113F4D contains mainly green and blue colors. Web safe color of #113F4D is #003333 (or #033).

RGB color model

#113F4D color RGB value is (17,63,77).

  • red value is 17;
  • green value is 63;
  • blue value is 77.
RGB:
(17,63,77)
(7%,25%,30%)

RGB channels and saturation

R 17 of 255 = 7%
G 63 of 255 = 25%
B 77 of 255 = 30%

17
63
77

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

Portions of RGB colors in percentages

R + G + B =
17 + 63 + 77 = 157 (100%)
R 17 of 157 ~ 10.83%
G 63 of 157 ~ 40.13%
B 77 of 157 ~ 49.04%

%10.83
%40.13
%49.04

CMYK color model

#113F4D color CMYK value is (78,18,0,70).

  • cyan value is 77.92%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(78,18,0,70)
C78M18Y0K70 
(78%,18%,0%,70%)
(0.78/0.18/0.00/0.70)	

CMYK percentages

%77.92
%18.18
%0
%69.8

Codes

Color #113F4D in popluar color models

113F4D
RGB176377
HSL194°63.83%18.43%
HSB/HSV194°77.92%30.20%
CMYK77.92%18.18%0.00%
69.80%

Color #113F4D in popluar number systems.

HEX113F4D
Decimal176377
Binary100011111111001101
Octal2177115

Shades and tints

Shades of #113F4D

#113F4D
(17,63,77)
#103A46
(16,58,70)
#0F353F
(15,53,63)
#0E3038
(14,48,56)
#0D2B31
(13,43,49)
#0C262A
(12,38,42)
#0B2123
(11,33,35)
#0A1C1C
(10,28,28)
#091715
(9,23,21)
#08120E
(8,18,14)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #113F4D

#113F4D
(17,63,77)
#26505D
(38,80,93)
#3B616D
(59,97,109)
#50727D
(80,114,125)
#65838D
(101,131,141)
#7A949D
(122,148,157)
#8FA5AD
(143,165,173)
#A4B6BD
(164,182,189)
#B9C7CD
(185,199,205)
#CED8DD
(206,216,221)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113F4D color. Also use rgb(17,63,77) instead hex code.

Text Font Color

.myTextColor { color: #113F4D; }

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

This text font color is #113F4D.


Background Color

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

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

This div background color is #113F4D.


Border color

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

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

This div border color is #113F4D.


Opacity

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

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

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

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

This text has shadow with #113F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113F4D on black background.


Color preview on white background

This text has color #113F4D on white background.



Black color preview on #113F4D background

This text has black color on #113F4D background.


White color preview on #113F4D background

This text has white color on #113F4D background.