COLOR #136D1B

HEX: #136D1B
RGB: (19,109,27)

Color info

#136D1B contains mainly green color. Web safe color of #136D1B is #006633 (or #063).

RGB color model

#136D1B color RGB value is (19,109,27).

  • red value is 19;
  • green value is 109;
  • blue value is 27.
RGB:
(19,109,27)
(7%,43%,11%)

RGB channels and saturation

R 19 of 255 = 7%
G 109 of 255 = 43%
B 27 of 255 = 11%

19
109
27

R + G + B ~ 20%. #136D1B is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 109 + 27 = 155 (100%)
R 19 of 155 ~ 12.26%
G 109 of 155 ~ 70.32%
B 27 of 155 ~ 17.42%

%12.26
%70.32
%17.42

CMYK color model

#136D1B color CMYK value is (83,0,75,57).

  • cyan value is 82.57%
  • magenta value is 0.00%
  • yellow value is 75.23%
  • key color value is 57.25%
CMYK:
(83,0,75,57)
C83M0Y75K57 
(83%,0%,75%,57%)
(0.83/0.00/0.75/0.57)	

CMYK percentages

%82.57
%0
%75.23
%57.25

Codes

Color #136D1B in popluar color models

136D1B
RGB1910927
HSL125°70.31%25.10%
HSB/HSV125°82.57%42.75%
CMYK82.57%0.00%75.23%
57.25%

Color #136D1B in popluar number systems.

HEX136D1B
Decimal1910927
Binary10011110110111011
Octal2315533

Shades and tints

Shades of #136D1B

#136D1B
(19,109,27)
#126419
(18,100,25)
#115B17
(17,91,23)
#105215
(16,82,21)
#0F4913
(15,73,19)
#0E4011
(14,64,17)
#0D370F
(13,55,15)
#0C2E0D
(12,46,13)
#0B250B
(11,37,11)
#0A1C09
(10,28,9)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #136D1B

#136D1B
(19,109,27)
#287A2F
(40,122,47)
#3D8743
(61,135,67)
#529457
(82,148,87)
#67A16B
(103,161,107)
#7CAE7F
(124,174,127)
#91BB93
(145,187,147)
#A6C8A7
(166,200,167)
#BBD5BB
(187,213,187)
#D0E2CF
(208,226,207)
#E5EFE3
(229,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136D1B color. Also use rgb(19,109,27) instead hex code.

Text Font Color

.myTextColor { color: #136D1B; }

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

This text font color is #136D1B.


Background Color

.myBgColor { background-color: #136D1B; }

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

This div background color is #136D1B.


Border color

.myBorderColor { border: 1px solid #136D1B; }

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

This div border color is #136D1B.


Opacity

.myOpacity80 { color: #136D1B; opacity: 0.8; }

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

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

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

This text has shadow with #136D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136D1B on black background.


Color preview on white background

This text has color #136D1B on white background.



Black color preview on #136D1B background

This text has black color on #136D1B background.


White color preview on #136D1B background

This text has white color on #136D1B background.