COLOR #136D44

HEX: #136D44
RGB: (19,109,68)

Color info

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

RGB color model

#136D44 color RGB value is (19,109,68).

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

RGB channels and saturation

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

19
109
68

R + G + B ~ 26%. #136D44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 109 + 68 = 196 (100%)
R 19 of 196 ~ 9.69%
G 109 of 196 ~ 55.61%
B 68 of 196 ~ 34.69%

%9.69
%55.61
%34.69

CMYK color model

#136D44 color CMYK value is (83,0,38,57).

  • cyan value is 82.57%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 57.25%
CMYK:
(83,0,38,57)
C83M0Y38K57 
(83%,0%,38%,57%)
(0.83/0.00/0.38/0.57)	

CMYK percentages

%82.57
%0
%37.61
%57.25

Codes

Color #136D44 in popluar color models

136D44
RGB1910968
HSL153°70.31%25.10%
HSB/HSV153°82.57%42.75%
CMYK82.57%0.00%37.61%
57.25%

Color #136D44 in popluar number systems.

HEX136D44
Decimal1910968
Binary1001111011011000100
Octal23155104

Shades and tints

Shades of #136D44

#136D44
(19,109,68)
#12643E
(18,100,62)
#115B38
(17,91,56)
#105232
(16,82,50)
#0F492C
(15,73,44)
#0E4026
(14,64,38)
#0D3720
(13,55,32)
#0C2E1A
(12,46,26)
#0B2514
(11,37,20)
#0A1C0E
(10,28,14)
#091308
(9,19,8)
#000000
(0,0,0)

Tints of #136D44

#136D44
(19,109,68)
#287A55
(40,122,85)
#3D8766
(61,135,102)
#529477
(82,148,119)
#67A188
(103,161,136)
#7CAE99
(124,174,153)
#91BBAA
(145,187,170)
#A6C8BB
(166,200,187)
#BBD5CC
(187,213,204)
#D0E2DD
(208,226,221)
#E5EFEE
(229,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136D44; }

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

This text font color is #136D44.


Background Color

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

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

This div background color is #136D44.


Border color

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

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

This div border color is #136D44.


Opacity

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

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

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

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

This text has shadow with #136D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136D44 on black background.


Color preview on white background

This text has color #136D44 on white background.



Black color preview on #136D44 background

This text has black color on #136D44 background.


White color preview on #136D44 background

This text has white color on #136D44 background.