COLOR #136516

HEX: #136516
RGB: (19,101,22)

Color info

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

RGB color model

#136516 color RGB value is (19,101,22).

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

RGB channels and saturation

R 19 of 255 = 7%
G 101 of 255 = 40%
B 22 of 255 = 9%

19
101
22

R + G + B ~ 19%. #136516 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 101 + 22 = 142 (100%)
R 19 of 142 ~ 13.38%
G 101 of 142 ~ 71.13%
B 22 of 142 ~ 15.49%

%13.38
%71.13
%15.49

CMYK color model

#136516 color CMYK value is (81,0,78,60).

  • cyan value is 81.19%
  • magenta value is 0.00%
  • yellow value is 78.22%
  • key color value is 60.39%
CMYK:
(81,0,78,60)
C81M0Y78K60 
(81%,0%,78%,60%)
(0.81/0.00/0.78/0.60)	

CMYK percentages

%81.19
%0
%78.22
%60.39

Codes

Color #136516 in popluar color models

136516
RGB1910122
HSL122°68.33%23.53%
HSB/HSV122°81.19%39.61%
CMYK81.19%0.00%78.22%
60.39%

Color #136516 in popluar number systems.

HEX136516
Decimal1910122
Binary10011110010110110
Octal2314526

Shades and tints

Shades of #136516

#136516
(19,101,22)
#125C14
(18,92,20)
#115312
(17,83,18)
#104A10
(16,74,16)
#0F410E
(15,65,14)
#0E380C
(14,56,12)
#0D2F0A
(13,47,10)
#0C2608
(12,38,8)
#0B1D06
(11,29,6)
#0A1404
(10,20,4)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #136516

#136516
(19,101,22)
#28732B
(40,115,43)
#3D8140
(61,129,64)
#528F55
(82,143,85)
#679D6A
(103,157,106)
#7CAB7F
(124,171,127)
#91B994
(145,185,148)
#A6C7A9
(166,199,169)
#BBD5BE
(187,213,190)
#D0E3D3
(208,227,211)
#E5F1E8
(229,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136516; }

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

This text font color is #136516.


Background Color

.myBgColor { background-color: #136516; }

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

This div background color is #136516.


Border color

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

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

This div border color is #136516.


Opacity

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

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

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

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

This text has shadow with #136516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136516 on black background.


Color preview on white background

This text has color #136516 on white background.



Black color preview on #136516 background

This text has black color on #136516 background.


White color preview on #136516 background

This text has white color on #136516 background.