COLOR #115E51

HEX: #115E51
RGB: (17,94,81)

Color info

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

RGB color model

#115E51 color RGB value is (17,94,81).

  • red value is 17;
  • green value is 94;
  • blue value is 81.
RGB:
(17,94,81)
(7%,37%,32%)

RGB channels and saturation

R 17 of 255 = 7%
G 94 of 255 = 37%
B 81 of 255 = 32%

17
94
81

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

Portions of RGB colors in percentages

R + G + B =
17 + 94 + 81 = 192 (100%)
R 17 of 192 ~ 8.85%
G 94 of 192 ~ 48.96%
B 81 of 192 ~ 42.19%

%48.96
%42.19

CMYK color model

#115E51 color CMYK value is (82,0,14,63).

  • cyan value is 81.91%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 63.14%
CMYK:
(82,0,14,63)
C82M0Y14K63 
(82%,0%,14%,63%)
(0.82/0.00/0.14/0.63)	

CMYK percentages

%81.91
%0
%13.83
%63.14

Codes

Color #115E51 in popluar color models

115E51
RGB179481
HSL170°69.37%21.76%
HSB/HSV170°81.91%36.86%
CMYK81.91%0.00%13.83%
63.14%

Color #115E51 in popluar number systems.

HEX115E51
Decimal179481
Binary1000110111101010001
Octal21136121

Shades and tints

Shades of #115E51

#115E51
(17,94,81)
#10564A
(16,86,74)
#0F4E43
(15,78,67)
#0E463C
(14,70,60)
#0D3E35
(13,62,53)
#0C362E
(12,54,46)
#0B2E27
(11,46,39)
#0A2620
(10,38,32)
#091E19
(9,30,25)
#081612
(8,22,18)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #115E51

#115E51
(17,94,81)
#266C60
(38,108,96)
#3B7A6F
(59,122,111)
#50887E
(80,136,126)
#65968D
(101,150,141)
#7AA49C
(122,164,156)
#8FB2AB
(143,178,171)
#A4C0BA
(164,192,186)
#B9CEC9
(185,206,201)
#CEDCD8
(206,220,216)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115E51 color. Also use rgb(17,94,81) instead hex code.

Text Font Color

.myTextColor { color: #115E51; }

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

This text font color is #115E51.


Background Color

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

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

This div background color is #115E51.


Border color

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

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

This div border color is #115E51.


Opacity

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

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

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

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

This text has shadow with #115E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115E51 on black background.


Color preview on white background

This text has color #115E51 on white background.



Black color preview on #115E51 background

This text has black color on #115E51 background.


White color preview on #115E51 background

This text has white color on #115E51 background.