COLOR #115940

HEX: #115940 RGB: (17,89,64)

Color info

#115940 contains mainly green and blue colors. Web safe color of #115940 is #006633 (or #063).

RGB color model

#115940 color RGB value is (17,89,64).

RGB: (17,89,64) (7%, 35%, 25%)

RGB channels and saturation

R 17 of 255 = 7%
G 89 of 255 = 35%
B 64 of 255 = 25%

17
89
64

R + G + B ~ 22%. #115940 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 89 + 64 = 170 (100%)
R 17 of 170 ~ 10%
G 89 of 170 ~ 52.35%
B 64 of 170 ~ 37.65'%

%52.35
%37.65

CMYK color model

#115940 color CMYK value is (81,0,28,65).

  • cyan value is 80.90%
  • magenta value is 0.00%
  • yellow value is 28.09%
  • key color value is 65.10%

CMYK: (81,0,28,65)
C81M0Y28K65 (81%, 0%, 28%, 65%)
(0.81 / 0.00 / 0.28 / 0.65)

CMYK percentages

%80.9
%0
%28.09
%65.1

Codes

Color #115940 in popluar color models

11 59 40
RGB 17 89 64
HSL 159° 67.92% 20.78%
HSB/HSV 159° 80.90% 34.90%
CMYK 80.90% 0.00% 28.09%
65.10%

Color #115940 in popluar number systems.

HEX 11 59 40
Decimal 17 89 64
Binary 10001 1011001 1000000
Octal 21 131 100

Shades and tints

Shades of #115940

#115940
(17,89,64)
#10513B
(16,81,59)
#0F4936
(15,73,54)
#0E4131
(14,65,49)
#0D392C
(13,57,44)
#0C3127
(12,49,39)
#0B2922
(11,41,34)
#0A211D
(10,33,29)
#091918
(9,25,24)
#081113
(8,17,19)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #115940

#115940
(17,89,64)
#266851
(38,104,81)
#3B7762
(59,119,98)
#508673
(80,134,115)
#659584
(101,149,132)
#7AA495
(122,164,149)
#8FB3A6
(143,179,166)
#A4C2B7
(164,194,183)
#B9D1C8
(185,209,200)
#CEE0D9
(206,224,217)
#E3EFEA
(227,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115940 color. Also use rgb(17,89,64) instead hex code.

Text Font Color

.myTextColor { color: #115940; }

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

This text font color is #115940.

Background Color

.myBgColor { background-color: #115940; }

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

This div background color is #115940.

Border color

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

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

This div border color is #115940.

Opacity

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

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

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

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

This text has shadow with #115940 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #115940.

Preview

Color preview on black background

This text has color #115940 on black background.


Color preview on white background

This text has color #115940 on white background.


Black color preview on #115940 background

This text has black color on #115940 background.


White color preview on #115940 background

This text has white color on #115940 background.


Related colors

Complementary color

Complementary color for #hex is #EEA6BF.


I love getcolorcode.com

Triadic colors

1 #401159 and #594011 with #115940 are triadic colors.

2 #405911 and #591140 with #115940 are triadic colors.