COLOR #116E38

HEX: #116E38
RGB: (17,110,56)

Color info

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

RGB color model

#116E38 color RGB value is (17,110,56).

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

RGB channels and saturation

R 17 of 255 = 7%
G 110 of 255 = 43%
B 56 of 255 = 22%

17
110
56

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

Portions of RGB colors in percentages

R + G + B =
17 + 110 + 56 = 183 (100%)
R 17 of 183 ~ 9.29%
G 110 of 183 ~ 60.11%
B 56 of 183 ~ 30.6%

%60.11
%30.6

CMYK color model

#116E38 color CMYK value is (85,0,49,57).

  • cyan value is 84.55%
  • magenta value is 0.00%
  • yellow value is 49.09%
  • key color value is 56.86%
CMYK:
(85,0,49,57)
C85M0Y49K57 
(85%,0%,49%,57%)
(0.85/0.00/0.49/0.57)	

CMYK percentages

%84.55
%0
%49.09
%56.86

Codes

Color #116E38 in popluar color models

116E38
RGB1711056
HSL145°73.23%24.90%
HSB/HSV145°84.55%43.14%
CMYK84.55%0.00%49.09%
56.86%

Color #116E38 in popluar number systems.

HEX116E38
Decimal1711056
Binary100011101110111000
Octal2115670

Shades and tints

Shades of #116E38

#116E38
(17,110,56)
#106433
(16,100,51)
#0F5A2E
(15,90,46)
#0E5029
(14,80,41)
#0D4624
(13,70,36)
#0C3C1F
(12,60,31)
#0B321A
(11,50,26)
#0A2815
(10,40,21)
#091E10
(9,30,16)
#08140B
(8,20,11)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #116E38

#116E38
(17,110,56)
#267B4A
(38,123,74)
#3B885C
(59,136,92)
#50956E
(80,149,110)
#65A280
(101,162,128)
#7AAF92
(122,175,146)
#8FBCA4
(143,188,164)
#A4C9B6
(164,201,182)
#B9D6C8
(185,214,200)
#CEE3DA
(206,227,218)
#E3F0EC
(227,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116E38 color. Also use rgb(17,110,56) instead hex code.

Text Font Color

.myTextColor { color: #116E38; }

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

This text font color is #116E38.


Background Color

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

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

This div background color is #116E38.


Border color

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

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

This div border color is #116E38.


Opacity

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

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

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

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

This text has shadow with #116E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116E38 on black background.


Color preview on white background

This text has color #116E38 on white background.



Black color preview on #116E38 background

This text has black color on #116E38 background.


White color preview on #116E38 background

This text has white color on #116E38 background.