COLOR #117339

HEX: #117339
RGB: (17,115,57)

Color info

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

RGB color model

#117339 color RGB value is (17,115,57).

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

RGB channels and saturation

R 17 of 255 = 7%
G 115 of 255 = 45%
B 57 of 255 = 22%

17
115
57

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

Portions of RGB colors in percentages

R + G + B =
17 + 115 + 57 = 189 (100%)
R 17 of 189 ~ 8.99%
G 115 of 189 ~ 60.85%
B 57 of 189 ~ 30.16%

%60.85
%30.16

CMYK color model

#117339 color CMYK value is (85,0,50,55).

  • cyan value is 85.22%
  • magenta value is 0.00%
  • yellow value is 50.43%
  • key color value is 54.90%
CMYK:
(85,0,50,55)
C85M0Y50K55 
(85%,0%,50%,55%)
(0.85/0.00/0.50/0.55)	

CMYK percentages

%85.22
%0
%50.43
%54.9

Codes

Color #117339 in popluar color models

117339
RGB1711557
HSL144°74.24%25.88%
HSB/HSV144°85.22%45.10%
CMYK85.22%0.00%50.43%
54.90%

Color #117339 in popluar number systems.

HEX117339
Decimal1711557
Binary100011110011111001
Octal2116371

Shades and tints

Shades of #117339

#117339
(17,115,57)
#106934
(16,105,52)
#0F5F2F
(15,95,47)
#0E552A
(14,85,42)
#0D4B25
(13,75,37)
#0C4120
(12,65,32)
#0B371B
(11,55,27)
#0A2D16
(10,45,22)
#092311
(9,35,17)
#08190C
(8,25,12)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #117339

#117339
(17,115,57)
#267F4B
(38,127,75)
#3B8B5D
(59,139,93)
#50976F
(80,151,111)
#65A381
(101,163,129)
#7AAF93
(122,175,147)
#8FBBA5
(143,187,165)
#A4C7B7
(164,199,183)
#B9D3C9
(185,211,201)
#CEDFDB
(206,223,219)
#E3EBED
(227,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #117339; }

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

This text font color is #117339.


Background Color

.myBgColor { background-color: #117339; }

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

This div background color is #117339.


Border color

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

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

This div border color is #117339.


Opacity

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

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

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

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

This text has shadow with #117339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117339 on black background.


Color preview on white background

This text has color #117339 on white background.



Black color preview on #117339 background

This text has black color on #117339 background.


White color preview on #117339 background

This text has white color on #117339 background.