COLOR #117136

HEX: #117136
RGB: (17,113,54)

Color info

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

RGB color model

#117136 color RGB value is (17,113,54).

  • red value is 17;
  • green value is 113;
  • blue value is 54.
RGB:
(17,113,54)
(7%,44%,21%)

RGB channels and saturation

R 17 of 255 = 7%
G 113 of 255 = 44%
B 54 of 255 = 21%

17
113
54

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

Portions of RGB colors in percentages

R + G + B =
17 + 113 + 54 = 184 (100%)
R 17 of 184 ~ 9.24%
G 113 of 184 ~ 61.41%
B 54 of 184 ~ 29.35%

%61.41
%29.35

CMYK color model

#117136 color CMYK value is (85,0,52,56).

  • cyan value is 84.96%
  • magenta value is 0.00%
  • yellow value is 52.21%
  • key color value is 55.69%
CMYK:
(85,0,52,56)
C85M0Y52K56 
(85%,0%,52%,56%)
(0.85/0.00/0.52/0.56)	

CMYK percentages

%84.96
%0
%52.21
%55.69

Codes

Color #117136 in popluar color models

117136
RGB1711354
HSL143°73.85%25.49%
HSB/HSV143°84.96%44.31%
CMYK84.96%0.00%52.21%
55.69%

Color #117136 in popluar number systems.

HEX117136
Decimal1711354
Binary100011110001110110
Octal2116166

Shades and tints

Shades of #117136

#117136
(17,113,54)
#106732
(16,103,50)
#0F5D2E
(15,93,46)
#0E532A
(14,83,42)
#0D4926
(13,73,38)
#0C3F22
(12,63,34)
#0B351E
(11,53,30)
#0A2B1A
(10,43,26)
#092116
(9,33,22)
#081712
(8,23,18)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #117136

#117136
(17,113,54)
#267D48
(38,125,72)
#3B895A
(59,137,90)
#50956C
(80,149,108)
#65A17E
(101,161,126)
#7AAD90
(122,173,144)
#8FB9A2
(143,185,162)
#A4C5B4
(164,197,180)
#B9D1C6
(185,209,198)
#CEDDD8
(206,221,216)
#E3E9EA
(227,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #117136 color. Also use rgb(17,113,54) instead hex code.

Text Font Color

.myTextColor { color: #117136; }

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

This text font color is #117136.


Background Color

.myBgColor { background-color: #117136; }

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

This div background color is #117136.


Border color

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

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

This div border color is #117136.


Opacity

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

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

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

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

This text has shadow with #117136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #117136 on black background.


Color preview on white background

This text has color #117136 on white background.



Black color preview on #117136 background

This text has black color on #117136 background.


White color preview on #117136 background

This text has white color on #117136 background.