COLOR #136B3D

HEX: #136B3D
RGB: (19,107,61)

Color info

#136B3D contains mainly green and blue colors. Web safe color of #136B3D is #006633 (or #063).

RGB color model

#136B3D color RGB value is (19,107,61).

  • red value is 19;
  • green value is 107;
  • blue value is 61.
RGB:
(19,107,61)
(7%,42%,24%)

RGB channels and saturation

R 19 of 255 = 7%
G 107 of 255 = 42%
B 61 of 255 = 24%

19
107
61

R + G + B ~ 24%. #136B3D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 107 + 61 = 187 (100%)
R 19 of 187 ~ 10.16%
G 107 of 187 ~ 57.22%
B 61 of 187 ~ 32.62%

%10.16
%57.22
%32.62

CMYK color model

#136B3D color CMYK value is (82,0,43,58).

  • cyan value is 82.24%
  • magenta value is 0.00%
  • yellow value is 42.99%
  • key color value is 58.04%
CMYK:
(82,0,43,58)
C82M0Y43K58 
(82%,0%,43%,58%)
(0.82/0.00/0.43/0.58)	

CMYK percentages

%82.24
%0
%42.99
%58.04

Codes

Color #136B3D in popluar color models

136B3D
RGB1910761
HSL149°69.84%24.71%
HSB/HSV149°82.24%41.96%
CMYK82.24%0.00%42.99%
58.04%

Color #136B3D in popluar number systems.

HEX136B3D
Decimal1910761
Binary100111101011111101
Octal2315375

Shades and tints

Shades of #136B3D

#136B3D
(19,107,61)
#126238
(18,98,56)
#115933
(17,89,51)
#10502E
(16,80,46)
#0F4729
(15,71,41)
#0E3E24
(14,62,36)
#0D351F
(13,53,31)
#0C2C1A
(12,44,26)
#0B2315
(11,35,21)
#0A1A10
(10,26,16)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #136B3D

#136B3D
(19,107,61)
#28784E
(40,120,78)
#3D855F
(61,133,95)
#529270
(82,146,112)
#679F81
(103,159,129)
#7CAC92
(124,172,146)
#91B9A3
(145,185,163)
#A6C6B4
(166,198,180)
#BBD3C5
(187,211,197)
#D0E0D6
(208,224,214)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136B3D color. Also use rgb(19,107,61) instead hex code.

Text Font Color

.myTextColor { color: #136B3D; }

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

This text font color is #136B3D.


Background Color

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

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

This div background color is #136B3D.


Border color

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

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

This div border color is #136B3D.


Opacity

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

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

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

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

This text has shadow with #136B3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136B3D on black background.


Color preview on white background

This text has color #136B3D on white background.



Black color preview on #136B3D background

This text has black color on #136B3D background.


White color preview on #136B3D background

This text has white color on #136B3D background.