COLOR #136316

HEX: #136316
RGB: (19,99,22)

Color info

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

RGB color model

#136316 color RGB value is (19,99,22).

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

RGB channels and saturation

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

19
99
22

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

Portions of RGB colors in percentages

R + G + B =
19 + 99 + 22 = 140 (100%)
R 19 of 140 ~ 13.57%
G 99 of 140 ~ 70.71%
B 22 of 140 ~ 15.71%

%13.57
%70.71
%15.71

CMYK color model

#136316 color CMYK value is (81,0,78,61).

  • cyan value is 80.81%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 61.18%
CMYK:
(81,0,78,61)
C81M0Y78K61 
(81%,0%,78%,61%)
(0.81/0.00/0.78/0.61)	

CMYK percentages

%80.81
%0
%77.78
%61.18

Codes

Color #136316 in popluar color models

136316
RGB199922
HSL122°67.80%23.14%
HSB/HSV122°80.81%38.82%
CMYK80.81%0.00%77.78%
61.18%

Color #136316 in popluar number systems.

HEX136316
Decimal199922
Binary10011110001110110
Octal2314326

Shades and tints

Shades of #136316

#136316
(19,99,22)
#125A14
(18,90,20)
#115112
(17,81,18)
#104810
(16,72,16)
#0F3F0E
(15,63,14)
#0E360C
(14,54,12)
#0D2D0A
(13,45,10)
#0C2408
(12,36,8)
#0B1B06
(11,27,6)
#0A1204
(10,18,4)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #136316

#136316
(19,99,22)
#28712B
(40,113,43)
#3D7F40
(61,127,64)
#528D55
(82,141,85)
#679B6A
(103,155,106)
#7CA97F
(124,169,127)
#91B794
(145,183,148)
#A6C5A9
(166,197,169)
#BBD3BE
(187,211,190)
#D0E1D3
(208,225,211)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136316; }

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

This text font color is #136316.


Background Color

.myBgColor { background-color: #136316; }

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

This div background color is #136316.


Border color

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

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

This div border color is #136316.


Opacity

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

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

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

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

This text has shadow with #136316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136316 on black background.


Color preview on white background

This text has color #136316 on white background.



Black color preview on #136316 background

This text has black color on #136316 background.


White color preview on #136316 background

This text has white color on #136316 background.