COLOR #117E31

HEX: #117E31
RGB: (17,126,49)

Color info

#117E31 contains mainly green color. Web safe color of #117E31 is #006633 (or #063).

RGB color model

#117E31 color RGB value is (17,126,49).

  • red value is 17;
  • green value is 126;
  • blue value is 49.
RGB:
(17,126,49)
(7%,49%,19%)

RGB channels and saturation

R 17 of 255 = 7%
G 126 of 255 = 49%
B 49 of 255 = 19%

17
126
49

R + G + B ~ 25%. #117E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 126 + 49 = 192 (100%)
R 17 of 192 ~ 8.85%
G 126 of 192 ~ 65.63%
B 49 of 192 ~ 25.52%

%65.63
%25.52

CMYK color model

#117E31 color CMYK value is (87,0,61,51).

  • cyan value is 86.51%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 50.59%
CMYK:
(87,0,61,51)
C87M0Y61K51 
(87%,0%,61%,51%)
(0.87/0.00/0.61/0.51)	

CMYK percentages

%86.51
%0
%61.11
%50.59

Codes

Color #117E31 in popluar color models

117E31
RGB1712649
HSL138°76.22%28.04%
HSB/HSV138°86.51%49.41%
CMYK86.51%0.00%61.11%
50.59%

Color #117E31 in popluar number systems.

HEX117E31
Decimal1712649
Binary100011111110110001
Octal2117661

Shades and tints

Shades of #117E31

#117E31
(17,126,49)
#10732D
(16,115,45)
#0F6829
(15,104,41)
#0E5D25
(14,93,37)
#0D5221
(13,82,33)
#0C471D
(12,71,29)
#0B3C19
(11,60,25)
#0A3115
(10,49,21)
#092611
(9,38,17)
#081B0D
(8,27,13)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #117E31

#117E31
(17,126,49)
#268943
(38,137,67)
#3B9455
(59,148,85)
#509F67
(80,159,103)
#65AA79
(101,170,121)
#7AB58B
(122,181,139)
#8FC09D
(143,192,157)
#A4CBAF
(164,203,175)
#B9D6C1
(185,214,193)
#CEE1D3
(206,225,211)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117E31 color. Also use rgb(17,126,49) instead hex code.

Text Font Color

.myTextColor { color: #117E31; }

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

This text font color is #117E31.


Background Color

.myBgColor { background-color: #117E31; }

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

This div background color is #117E31.


Border color

.myBorderColor { border: 1px solid #117E31; }

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

This div border color is #117E31.


Opacity

.myOpacity80 { color: #117E31; opacity: 0.8; }

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

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

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

This text has shadow with #117E31 color.

.textShadow {text-shadow: 3px 3px 1px #117E31, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117E31 on black background.


Color preview on white background

This text has color #117E31 on white background.



Black color preview on #117E31 background

This text has black color on #117E31 background.


White color preview on #117E31 background

This text has white color on #117E31 background.