COLOR #115A70

HEX: #115A70
RGB: (17,90,112)

Color info

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

RGB color model

#115A70 color RGB value is (17,90,112).

  • red value is 17;
  • green value is 90;
  • blue value is 112.
RGB:
(17,90,112)
(7%,35%,44%)

RGB channels and saturation

R 17 of 255 = 7%
G 90 of 255 = 35%
B 112 of 255 = 44%

17
90
112

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

Portions of RGB colors in percentages

R + G + B =
17 + 90 + 112 = 219 (100%)
R 17 of 219 ~ 7.76%
G 90 of 219 ~ 41.1%
B 112 of 219 ~ 51.14%

%41.1
%51.14

CMYK color model

#115A70 color CMYK value is (85,20,0,56).

  • cyan value is 84.82%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(85,20,0,56)
C85M20Y0K56 
(85%,20%,0%,56%)
(0.85/0.20/0.00/0.56)	

CMYK percentages

%84.82
%19.64
%0
%56.08

Codes

Color #115A70 in popluar color models

115A70
RGB1790112
HSL194°73.64%25.29%
HSB/HSV194°84.82%43.92%
CMYK84.82%19.64%0.00%
56.08%

Color #115A70 in popluar number systems.

HEX115A70
Decimal1790112
Binary1000110110101110000
Octal21132160

Shades and tints

Shades of #115A70

#115A70
(17,90,112)
#105266
(16,82,102)
#0F4A5C
(15,74,92)
#0E4252
(14,66,82)
#0D3A48
(13,58,72)
#0C323E
(12,50,62)
#0B2A34
(11,42,52)
#0A222A
(10,34,42)
#091A20
(9,26,32)
#081216
(8,18,22)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #115A70

#115A70
(17,90,112)
#26697D
(38,105,125)
#3B788A
(59,120,138)
#508797
(80,135,151)
#6596A4
(101,150,164)
#7AA5B1
(122,165,177)
#8FB4BE
(143,180,190)
#A4C3CB
(164,195,203)
#B9D2D8
(185,210,216)
#CEE1E5
(206,225,229)
#E3F0F2
(227,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115A70 color. Also use rgb(17,90,112) instead hex code.

Text Font Color

.myTextColor { color: #115A70; }

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

This text font color is #115A70.


Background Color

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

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

This div background color is #115A70.


Border color

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

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

This div border color is #115A70.


Opacity

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

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

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

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

This text has shadow with #115A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115A70 on black background.


Color preview on white background

This text has color #115A70 on white background.



Black color preview on #115A70 background

This text has black color on #115A70 background.


White color preview on #115A70 background

This text has white color on #115A70 background.