COLOR #115F6D

HEX: #115F6D
RGB: (17,95,109)

Color info

#115F6D contains mainly green and blue colors. Web safe color of #115F6D is #006666 (or #066).

RGB color model

#115F6D color RGB value is (17,95,109).

  • red value is 17;
  • green value is 95;
  • blue value is 109.
RGB:
(17,95,109)
(7%,37%,43%)

RGB channels and saturation

R 17 of 255 = 7%
G 95 of 255 = 37%
B 109 of 255 = 43%

17
95
109

R + G + B ~ 29%. #115F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 95 + 109 = 221 (100%)
R 17 of 221 ~ 7.69%
G 95 of 221 ~ 42.99%
B 109 of 221 ~ 49.32%

%42.99
%49.32

CMYK color model

#115F6D color CMYK value is (84,13,0,57).

  • cyan value is 84.40%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(84,13,0,57)
C84M13Y0K57 
(84%,13%,0%,57%)
(0.84/0.13/0.00/0.57)	

CMYK percentages

%84.4
%12.84
%0
%57.25

Codes

Color #115F6D in popluar color models

115F6D
RGB1795109
HSL189°73.02%24.71%
HSB/HSV189°84.40%42.75%
CMYK84.40%12.84%0.00%
57.25%

Color #115F6D in popluar number systems.

HEX115F6D
Decimal1795109
Binary1000110111111101101
Octal21137155

Shades and tints

Shades of #115F6D

#115F6D
(17,95,109)
#105764
(16,87,100)
#0F4F5B
(15,79,91)
#0E4752
(14,71,82)
#0D3F49
(13,63,73)
#0C3740
(12,55,64)
#0B2F37
(11,47,55)
#0A272E
(10,39,46)
#091F25
(9,31,37)
#08171C
(8,23,28)
#070F13
(7,15,19)
#000000
(0,0,0)

Tints of #115F6D

#115F6D
(17,95,109)
#266D7A
(38,109,122)
#3B7B87
(59,123,135)
#508994
(80,137,148)
#6597A1
(101,151,161)
#7AA5AE
(122,165,174)
#8FB3BB
(143,179,187)
#A4C1C8
(164,193,200)
#B9CFD5
(185,207,213)
#CEDDE2
(206,221,226)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115F6D color. Also use rgb(17,95,109) instead hex code.

Text Font Color

.myTextColor { color: #115F6D; }

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

This text font color is #115F6D.


Background Color

.myBgColor { background-color: #115F6D; }

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

This div background color is #115F6D.


Border color

.myBorderColor { border: 1px solid #115F6D; }

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

This div border color is #115F6D.


Opacity

.myOpacity80 { color: #115F6D; opacity: 0.8; }

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

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

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

This text has shadow with #115F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115F6D on black background.


Color preview on white background

This text has color #115F6D on white background.



Black color preview on #115F6D background

This text has black color on #115F6D background.


White color preview on #115F6D background

This text has white color on #115F6D background.