COLOR #136512

HEX: #136512
RGB: (19,101,18)

Color info

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

RGB color model

#136512 color RGB value is (19,101,18).

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

RGB channels and saturation

R 19 of 255 = 7%
G 101 of 255 = 40%
B 18 of 255 = 7%

19
101
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 101 + 18 = 138 (100%)
R 19 of 138 ~ 13.77%
G 101 of 138 ~ 73.19%
B 18 of 138 ~ 13.04%

%13.77
%73.19
%13.04

CMYK color model

#136512 color CMYK value is (81,0,82,60).

  • cyan value is 81.19%
  • magenta value is 0.00%
  • yellow value is 82.18%
  • key color value is 60.39%
CMYK:
(81,0,82,60)
C81M0Y82K60 
(81%,0%,82%,60%)
(0.81/0.00/0.82/0.60)	

CMYK percentages

%81.19
%0
%82.18
%60.39

Codes

Color #136512 in popluar color models

136512
RGB1910118
HSL119°69.75%23.33%
HSB/HSV119°82.18%39.61%
CMYK81.19%0.00%82.18%
60.39%

Color #136512 in popluar number systems.

HEX136512
Decimal1910118
Binary10011110010110010
Octal2314522

Shades and tints

Shades of #136512

#136512
(19,101,18)
#125C11
(18,92,17)
#115310
(17,83,16)
#104A0F
(16,74,15)
#0F410E
(15,65,14)
#0E380D
(14,56,13)
#0D2F0C
(13,47,12)
#0C260B
(12,38,11)
#0B1D0A
(11,29,10)
#0A1409
(10,20,9)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #136512

#136512
(19,101,18)
#287327
(40,115,39)
#3D813C
(61,129,60)
#528F51
(82,143,81)
#679D66
(103,157,102)
#7CAB7B
(124,171,123)
#91B990
(145,185,144)
#A6C7A5
(166,199,165)
#BBD5BA
(187,213,186)
#D0E3CF
(208,227,207)
#E5F1E4
(229,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136512; }

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

This text font color is #136512.


Background Color

.myBgColor { background-color: #136512; }

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

This div background color is #136512.


Border color

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

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

This div border color is #136512.


Opacity

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

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

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

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

This text has shadow with #136512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136512 on black background.


Color preview on white background

This text has color #136512 on white background.



Black color preview on #136512 background

This text has black color on #136512 background.


White color preview on #136512 background

This text has white color on #136512 background.