COLOR #115655

HEX: #115655
RGB: (17,86,85)

Color info

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

RGB color model

#115655 color RGB value is (17,86,85).

  • red value is 17;
  • green value is 86;
  • blue value is 85.
RGB:
(17,86,85)
(7%,34%,33%)

RGB channels and saturation

R 17 of 255 = 7%
G 86 of 255 = 34%
B 85 of 255 = 33%

17
86
85

R + G + B ~ 25%. #115655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 86 + 85 = 188 (100%)
R 17 of 188 ~ 9.04%
G 86 of 188 ~ 45.74%
B 85 of 188 ~ 45.21%

%45.74
%45.21

CMYK color model

#115655 color CMYK value is (80,0,1,66).

  • cyan value is 80.23%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(80,0,1,66)
C80M0Y1K66 
(80%,0%,1%,66%)
(0.80/0.00/0.01/0.66)	

CMYK percentages

%80.23
%0
%1.16
%66.27

Codes

Color #115655 in popluar color models

115655
RGB178685
HSL179°66.99%20.20%
HSB/HSV179°80.23%33.73%
CMYK80.23%0.00%1.16%
66.27%

Color #115655 in popluar number systems.

HEX115655
Decimal178685
Binary1000110101101010101
Octal21126125

Shades and tints

Shades of #115655

#115655
(17,86,85)
#104F4E
(16,79,78)
#0F4847
(15,72,71)
#0E4140
(14,65,64)
#0D3A39
(13,58,57)
#0C3332
(12,51,50)
#0B2C2B
(11,44,43)
#0A2524
(10,37,36)
#091E1D
(9,30,29)
#081716
(8,23,22)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #115655

#115655
(17,86,85)
#266564
(38,101,100)
#3B7473
(59,116,115)
#508382
(80,131,130)
#659291
(101,146,145)
#7AA1A0
(122,161,160)
#8FB0AF
(143,176,175)
#A4BFBE
(164,191,190)
#B9CECD
(185,206,205)
#CEDDDC
(206,221,220)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115655 color. Also use rgb(17,86,85) instead hex code.

Text Font Color

.myTextColor { color: #115655; }

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

This text font color is #115655.


Background Color

.myBgColor { background-color: #115655; }

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

This div background color is #115655.


Border color

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

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

This div border color is #115655.


Opacity

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

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

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

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

This text has shadow with #115655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115655 on black background.


Color preview on white background

This text has color #115655 on white background.



Black color preview on #115655 background

This text has black color on #115655 background.


White color preview on #115655 background

This text has white color on #115655 background.