COLOR #115B58

HEX: #115B58
RGB: (17,91,88)

Color info

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

RGB color model

#115B58 color RGB value is (17,91,88).

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

RGB channels and saturation

R 17 of 255 = 7%
G 91 of 255 = 36%
B 88 of 255 = 35%

17
91
88

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

Portions of RGB colors in percentages

R + G + B =
17 + 91 + 88 = 196 (100%)
R 17 of 196 ~ 8.67%
G 91 of 196 ~ 46.43%
B 88 of 196 ~ 44.9%

%46.43
%44.9

CMYK color model

#115B58 color CMYK value is (81,0,3,64).

  • cyan value is 81.32%
  • magenta value is 0.00%
  • yellow value is 3.30%
  • key color value is 64.31%
CMYK:
(81,0,3,64)
C81M0Y3K64 
(81%,0%,3%,64%)
(0.81/0.00/0.03/0.64)	

CMYK percentages

%81.32
%0
%3.3
%64.31

Codes

Color #115B58 in popluar color models

115B58
RGB179188
HSL178°68.52%21.18%
HSB/HSV178°81.32%35.69%
CMYK81.32%0.00%3.30%
64.31%

Color #115B58 in popluar number systems.

HEX115B58
Decimal179188
Binary1000110110111011000
Octal21133130

Shades and tints

Shades of #115B58

#115B58
(17,91,88)
#105350
(16,83,80)
#0F4B48
(15,75,72)
#0E4340
(14,67,64)
#0D3B38
(13,59,56)
#0C3330
(12,51,48)
#0B2B28
(11,43,40)
#0A2320
(10,35,32)
#091B18
(9,27,24)
#081310
(8,19,16)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #115B58

#115B58
(17,91,88)
#266967
(38,105,103)
#3B7776
(59,119,118)
#508585
(80,133,133)
#659394
(101,147,148)
#7AA1A3
(122,161,163)
#8FAFB2
(143,175,178)
#A4BDC1
(164,189,193)
#B9CBD0
(185,203,208)
#CED9DF
(206,217,223)
#E3E7EE
(227,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115B58; }

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

This text font color is #115B58.


Background Color

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

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

This div background color is #115B58.


Border color

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

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

This div border color is #115B58.


Opacity

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

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

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

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

This text has shadow with #115B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115B58 on black background.


Color preview on white background

This text has color #115B58 on white background.



Black color preview on #115B58 background

This text has black color on #115B58 background.


White color preview on #115B58 background

This text has white color on #115B58 background.