COLOR #116D39

HEX: #116D39
RGB: (17,109,57)

Color info

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

RGB color model

#116D39 color RGB value is (17,109,57).

  • red value is 17;
  • green value is 109;
  • blue value is 57.
RGB:
(17,109,57)
(7%,43%,22%)

RGB channels and saturation

R 17 of 255 = 7%
G 109 of 255 = 43%
B 57 of 255 = 22%

17
109
57

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

Portions of RGB colors in percentages

R + G + B =
17 + 109 + 57 = 183 (100%)
R 17 of 183 ~ 9.29%
G 109 of 183 ~ 59.56%
B 57 of 183 ~ 31.15%

%59.56
%31.15

CMYK color model

#116D39 color CMYK value is (84,0,48,57).

  • cyan value is 84.40%
  • magenta value is 0.00%
  • yellow value is 47.71%
  • key color value is 57.25%
CMYK:
(84,0,48,57)
C84M0Y48K57 
(84%,0%,48%,57%)
(0.84/0.00/0.48/0.57)	

CMYK percentages

%84.4
%0
%47.71
%57.25

Codes

Color #116D39 in popluar color models

116D39
RGB1710957
HSL146°73.02%24.71%
HSB/HSV146°84.40%42.75%
CMYK84.40%0.00%47.71%
57.25%

Color #116D39 in popluar number systems.

HEX116D39
Decimal1710957
Binary100011101101111001
Octal2115571

Shades and tints

Shades of #116D39

#116D39
(17,109,57)
#106434
(16,100,52)
#0F5B2F
(15,91,47)
#0E522A
(14,82,42)
#0D4925
(13,73,37)
#0C4020
(12,64,32)
#0B371B
(11,55,27)
#0A2E16
(10,46,22)
#092511
(9,37,17)
#081C0C
(8,28,12)
#071307
(7,19,7)
#000000
(0,0,0)

Tints of #116D39

#116D39
(17,109,57)
#267A4B
(38,122,75)
#3B875D
(59,135,93)
#50946F
(80,148,111)
#65A181
(101,161,129)
#7AAE93
(122,174,147)
#8FBBA5
(143,187,165)
#A4C8B7
(164,200,183)
#B9D5C9
(185,213,201)
#CEE2DB
(206,226,219)
#E3EFED
(227,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116D39 color. Also use rgb(17,109,57) instead hex code.

Text Font Color

.myTextColor { color: #116D39; }

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

This text font color is #116D39.


Background Color

.myBgColor { background-color: #116D39; }

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

This div background color is #116D39.


Border color

.myBorderColor { border: 1px solid #116D39; }

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

This div border color is #116D39.


Opacity

.myOpacity80 { color: #116D39; opacity: 0.8; }

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

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

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

This text has shadow with #116D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116D39 on black background.


Color preview on white background

This text has color #116D39 on white background.



Black color preview on #116D39 background

This text has black color on #116D39 background.


White color preview on #116D39 background

This text has white color on #116D39 background.