COLOR #115750

HEX: #115750
RGB: (17,87,80)

Color info

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

RGB color model

#115750 color RGB value is (17,87,80).

  • red value is 17;
  • green value is 87;
  • blue value is 80.
RGB:
(17,87,80)
(7%,34%,31%)

RGB channels and saturation

R 17 of 255 = 7%
G 87 of 255 = 34%
B 80 of 255 = 31%

17
87
80

R + G + B ~ 24%. #115750 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 87 + 80 = 184 (100%)
R 17 of 184 ~ 9.24%
G 87 of 184 ~ 47.28%
B 80 of 184 ~ 43.48%

%47.28
%43.48

CMYK color model

#115750 color CMYK value is (80,0,8,66).

  • cyan value is 80.46%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 65.88%
CMYK:
(80,0,8,66)
C80M0Y8K66 
(80%,0%,8%,66%)
(0.80/0.00/0.08/0.66)	

CMYK percentages

%80.46
%0
%8.05
%65.88

Codes

Color #115750 in popluar color models

115750
RGB178780
HSL174°67.31%20.39%
HSB/HSV174°80.46%34.12%
CMYK80.46%0.00%8.05%
65.88%

Color #115750 in popluar number systems.

HEX115750
Decimal178780
Binary1000110101111010000
Octal21127120

Shades and tints

Shades of #115750

#115750
(17,87,80)
#105049
(16,80,73)
#0F4942
(15,73,66)
#0E423B
(14,66,59)
#0D3B34
(13,59,52)
#0C342D
(12,52,45)
#0B2D26
(11,45,38)
#0A261F
(10,38,31)
#091F18
(9,31,24)
#081811
(8,24,17)
#07110A
(7,17,10)
#000000
(0,0,0)

Tints of #115750

#115750
(17,87,80)
#26665F
(38,102,95)
#3B756E
(59,117,110)
#50847D
(80,132,125)
#65938C
(101,147,140)
#7AA29B
(122,162,155)
#8FB1AA
(143,177,170)
#A4C0B9
(164,192,185)
#B9CFC8
(185,207,200)
#CEDED7
(206,222,215)
#E3EDE6
(227,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115750 color. Also use rgb(17,87,80) instead hex code.

Text Font Color

.myTextColor { color: #115750; }

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

This text font color is #115750.


Background Color

.myBgColor { background-color: #115750; }

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

This div background color is #115750.


Border color

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

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

This div border color is #115750.


Opacity

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

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

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

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

This text has shadow with #115750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115750 on black background.


Color preview on white background

This text has color #115750 on white background.



Black color preview on #115750 background

This text has black color on #115750 background.


White color preview on #115750 background

This text has white color on #115750 background.