COLOR #115F4F

HEX: #115F4F
RGB: (17,95,79)

Color info

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

RGB color model

#115F4F color RGB value is (17,95,79).

  • red value is 17;
  • green value is 95;
  • blue value is 79.
RGB:
(17,95,79)
(7%,37%,31%)

RGB channels and saturation

R 17 of 255 = 7%
G 95 of 255 = 37%
B 79 of 255 = 31%

17
95
79

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

Portions of RGB colors in percentages

R + G + B =
17 + 95 + 79 = 191 (100%)
R 17 of 191 ~ 8.9%
G 95 of 191 ~ 49.74%
B 79 of 191 ~ 41.36%

%49.74
%41.36

CMYK color model

#115F4F color CMYK value is (82,0,17,63).

  • cyan value is 82.11%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(82,0,17,63)
C82M0Y17K63 
(82%,0%,17%,63%)
(0.82/0.00/0.17/0.63)	

CMYK percentages

%82.11
%0
%16.84
%62.75

Codes

Color #115F4F in popluar color models

115F4F
RGB179579
HSL168°69.64%21.96%
HSB/HSV168°82.11%37.25%
CMYK82.11%0.00%16.84%
62.75%

Color #115F4F in popluar number systems.

HEX115F4F
Decimal179579
Binary1000110111111001111
Octal21137117

Shades and tints

Shades of #115F4F

#115F4F
(17,95,79)
#105748
(16,87,72)
#0F4F41
(15,79,65)
#0E473A
(14,71,58)
#0D3F33
(13,63,51)
#0C372C
(12,55,44)
#0B2F25
(11,47,37)
#0A271E
(10,39,30)
#091F17
(9,31,23)
#081710
(8,23,16)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #115F4F

#115F4F
(17,95,79)
#266D5F
(38,109,95)
#3B7B6F
(59,123,111)
#50897F
(80,137,127)
#65978F
(101,151,143)
#7AA59F
(122,165,159)
#8FB3AF
(143,179,175)
#A4C1BF
(164,193,191)
#B9CFCF
(185,207,207)
#CEDDDF
(206,221,223)
#E3EBEF
(227,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115F4F color. Also use rgb(17,95,79) instead hex code.

Text Font Color

.myTextColor { color: #115F4F; }

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

This text font color is #115F4F.


Background Color

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

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

This div background color is #115F4F.


Border color

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

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

This div border color is #115F4F.


Opacity

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

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

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

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

This text has shadow with #115F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115F4F on black background.


Color preview on white background

This text has color #115F4F on white background.



Black color preview on #115F4F background

This text has black color on #115F4F background.


White color preview on #115F4F background

This text has white color on #115F4F background.