COLOR #116316

HEX: #116316
RGB: (17,99,22)

Color info

#116316 contains mainly green color. Web safe color of #116316 is #006600 (or #060).

RGB color model

#116316 color RGB value is (17,99,22).

  • red value is 17;
  • green value is 99;
  • blue value is 22.
RGB:
(17,99,22)
(7%,39%,9%)

RGB channels and saturation

R 17 of 255 = 7%
G 99 of 255 = 39%
B 22 of 255 = 9%

17
99
22

R + G + B ~ 18%. #116316 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 99 + 22 = 138 (100%)
R 17 of 138 ~ 12.32%
G 99 of 138 ~ 71.74%
B 22 of 138 ~ 15.94%

%12.32
%71.74
%15.94

CMYK color model

#116316 color CMYK value is (83,0,78,61).

  • cyan value is 82.83%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 61.18%
CMYK:
(83,0,78,61)
C83M0Y78K61 
(83%,0%,78%,61%)
(0.83/0.00/0.78/0.61)	

CMYK percentages

%82.83
%0
%77.78
%61.18

Codes

Color #116316 in popluar color models

116316
RGB179922
HSL124°70.69%22.75%
HSB/HSV124°82.83%38.82%
CMYK82.83%0.00%77.78%
61.18%

Color #116316 in popluar number systems.

HEX116316
Decimal179922
Binary10001110001110110
Octal2114326

Shades and tints

Shades of #116316

#116316
(17,99,22)
#105A14
(16,90,20)
#0F5112
(15,81,18)
#0E4810
(14,72,16)
#0D3F0E
(13,63,14)
#0C360C
(12,54,12)
#0B2D0A
(11,45,10)
#0A2408
(10,36,8)
#091B06
(9,27,6)
#081204
(8,18,4)
#070902
(7,9,2)
#000000
(0,0,0)

Tints of #116316

#116316
(17,99,22)
#26712B
(38,113,43)
#3B7F40
(59,127,64)
#508D55
(80,141,85)
#659B6A
(101,155,106)
#7AA97F
(122,169,127)
#8FB794
(143,183,148)
#A4C5A9
(164,197,169)
#B9D3BE
(185,211,190)
#CEE1D3
(206,225,211)
#E3EFE8
(227,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #116316 color. Also use rgb(17,99,22) instead hex code.

Text Font Color

.myTextColor { color: #116316; }

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

This text font color is #116316.


Background Color

.myBgColor { background-color: #116316; }

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

This div background color is #116316.


Border color

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

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

This div border color is #116316.


Opacity

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

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

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

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

This text has shadow with #116316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #116316 on black background.


Color preview on white background

This text has color #116316 on white background.



Black color preview on #116316 background

This text has black color on #116316 background.


White color preview on #116316 background

This text has white color on #116316 background.