COLOR #116737

HEX: #116737
RGB: (17,103,55)

Color info

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

RGB color model

#116737 color RGB value is (17,103,55).

  • red value is 17;
  • green value is 103;
  • blue value is 55.
RGB:
(17,103,55)
(7%,40%,22%)

RGB channels and saturation

R 17 of 255 = 7%
G 103 of 255 = 40%
B 55 of 255 = 22%

17
103
55

R + G + B ~ 23%. #116737 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 103 + 55 = 175 (100%)
R 17 of 175 ~ 9.71%
G 103 of 175 ~ 58.86%
B 55 of 175 ~ 31.43%

%9.71
%58.86
%31.43

CMYK color model

#116737 color CMYK value is (83,0,47,60).

  • cyan value is 83.50%
  • magenta value is 0.00%
  • yellow value is 46.60%
  • key color value is 59.61%
CMYK:
(83,0,47,60)
C83M0Y47K60 
(83%,0%,47%,60%)
(0.83/0.00/0.47/0.60)	

CMYK percentages

%83.5
%0
%46.6
%59.61

Codes

Color #116737 in popluar color models

116737
RGB1710355
HSL147°71.67%23.53%
HSB/HSV147°83.50%40.39%
CMYK83.50%0.00%46.60%
59.61%

Color #116737 in popluar number systems.

HEX116737
Decimal1710355
Binary100011100111110111
Octal2114767

Shades and tints

Shades of #116737

#116737
(17,103,55)
#105E32
(16,94,50)
#0F552D
(15,85,45)
#0E4C28
(14,76,40)
#0D4323
(13,67,35)
#0C3A1E
(12,58,30)
#0B3119
(11,49,25)
#0A2814
(10,40,20)
#091F0F
(9,31,15)
#08160A
(8,22,10)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #116737

#116737
(17,103,55)
#267449
(38,116,73)
#3B815B
(59,129,91)
#508E6D
(80,142,109)
#659B7F
(101,155,127)
#7AA891
(122,168,145)
#8FB5A3
(143,181,163)
#A4C2B5
(164,194,181)
#B9CFC7
(185,207,199)
#CEDCD9
(206,220,217)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116737 color. Also use rgb(17,103,55) instead hex code.

Text Font Color

.myTextColor { color: #116737; }

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

This text font color is #116737.


Background Color

.myBgColor { background-color: #116737; }

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

This div background color is #116737.


Border color

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

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

This div border color is #116737.


Opacity

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

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

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

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

This text has shadow with #116737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116737 on black background.


Color preview on white background

This text has color #116737 on white background.



Black color preview on #116737 background

This text has black color on #116737 background.


White color preview on #116737 background

This text has white color on #116737 background.