COLOR #118391

HEX: #118391
RGB: (17,131,145)

Color info

#118391 contains mainly green and blue colors. Web safe color of #118391 is #009999 (or #099).

RGB color model

#118391 color RGB value is (17,131,145).

  • red value is 17;
  • green value is 131;
  • blue value is 145.
RGB:
(17,131,145)
(7%,51%,57%)

RGB channels and saturation

R 17 of 255 = 7%
G 131 of 255 = 51%
B 145 of 255 = 57%

17
131
145

R + G + B ~ 38%. #118391 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 131 + 145 = 293 (100%)
R 17 of 293 ~ 5.8%
G 131 of 293 ~ 44.71%
B 145 of 293 ~ 49.49%

%44.71
%49.49

CMYK color model

#118391 color CMYK value is (88,10,0,43).

  • cyan value is 88.28%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(88,10,0,43)
C88M10Y0K43 
(88%,10%,0%,43%)
(0.88/0.10/0.00/0.43)	

CMYK percentages

%88.28
%9.66
%0
%43.14

Codes

Color #118391 in popluar color models

118391
RGB17131145
HSL187°79.01%31.76%
HSB/HSV187°88.28%56.86%
CMYK88.28%9.66%0.00%
43.14%

Color #118391 in popluar number systems.

HEX118391
Decimal17131145
Binary100011000001110010001
Octal21203221

Shades and tints

Shades of #118391

#118391
(17,131,145)
#107884
(16,120,132)
#0F6D77
(15,109,119)
#0E626A
(14,98,106)
#0D575D
(13,87,93)
#0C4C50
(12,76,80)
#0B4143
(11,65,67)
#0A3636
(10,54,54)
#092B29
(9,43,41)
#08201C
(8,32,28)
#07150F
(7,21,15)
#000000
(0,0,0)

Tints of #118391

#118391
(17,131,145)
#268E9B
(38,142,155)
#3B99A5
(59,153,165)
#50A4AF
(80,164,175)
#65AFB9
(101,175,185)
#7ABAC3
(122,186,195)
#8FC5CD
(143,197,205)
#A4D0D7
(164,208,215)
#B9DBE1
(185,219,225)
#CEE6EB
(206,230,235)
#E3F1F5
(227,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #118391 color. Also use rgb(17,131,145) instead hex code.

Text Font Color

.myTextColor { color: #118391; }

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

This text font color is #118391.


Background Color

.myBgColor { background-color: #118391; }

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

This div background color is #118391.


Border color

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

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

This div border color is #118391.


Opacity

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

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

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

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

This text has shadow with #118391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #118391 on black background.


Color preview on white background

This text has color #118391 on white background.



Black color preview on #118391 background

This text has black color on #118391 background.


White color preview on #118391 background

This text has white color on #118391 background.