COLOR #115859

HEX: #115859
RGB: (17,88,89)

Color info

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

RGB color model

#115859 color RGB value is (17,88,89).

  • red value is 17;
  • green value is 88;
  • blue value is 89.
RGB:
(17,88,89)
(7%,35%,35%)

RGB channels and saturation

R 17 of 255 = 7%
G 88 of 255 = 35%
B 89 of 255 = 35%

17
88
89

R + G + B ~ 26%. #115859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 88 + 89 = 194 (100%)
R 17 of 194 ~ 8.76%
G 88 of 194 ~ 45.36%
B 89 of 194 ~ 45.88%

%45.36
%45.88

CMYK color model

#115859 color CMYK value is (81,1,0,65).

  • cyan value is 80.90%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(81,1,0,65)
C81M1Y0K65 
(81%,1%,0%,65%)
(0.81/0.01/0.00/0.65)	

CMYK percentages

%80.9
%1.12
%0
%65.1

Codes

Color #115859 in popluar color models

115859
RGB178889
HSL181°67.92%20.78%
HSB/HSV181°80.90%34.90%
CMYK80.90%1.12%0.00%
65.10%

Color #115859 in popluar number systems.

HEX115859
Decimal178889
Binary1000110110001011001
Octal21130131

Shades and tints

Shades of #115859

#115859
(17,88,89)
#105051
(16,80,81)
#0F4849
(15,72,73)
#0E4041
(14,64,65)
#0D3839
(13,56,57)
#0C3031
(12,48,49)
#0B2829
(11,40,41)
#0A2021
(10,32,33)
#091819
(9,24,25)
#081011
(8,16,17)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #115859

#115859
(17,88,89)
#266768
(38,103,104)
#3B7677
(59,118,119)
#508586
(80,133,134)
#659495
(101,148,149)
#7AA3A4
(122,163,164)
#8FB2B3
(143,178,179)
#A4C1C2
(164,193,194)
#B9D0D1
(185,208,209)
#CEDFE0
(206,223,224)
#E3EEEF
(227,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115859 color. Also use rgb(17,88,89) instead hex code.

Text Font Color

.myTextColor { color: #115859; }

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

This text font color is #115859.


Background Color

.myBgColor { background-color: #115859; }

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

This div background color is #115859.


Border color

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

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

This div border color is #115859.


Opacity

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

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

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

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

This text has shadow with #115859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115859 on black background.


Color preview on white background

This text has color #115859 on white background.



Black color preview on #115859 background

This text has black color on #115859 background.


White color preview on #115859 background

This text has white color on #115859 background.