COLOR #136E3F

HEX: #136E3F
RGB: (19,110,63)

Color info

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

RGB color model

#136E3F color RGB value is (19,110,63).

  • red value is 19;
  • green value is 110;
  • blue value is 63.
RGB:
(19,110,63)
(7%,43%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 110 of 255 = 43%
B 63 of 255 = 25%

19
110
63

R + G + B ~ 25%. #136E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 110 + 63 = 192 (100%)
R 19 of 192 ~ 9.9%
G 110 of 192 ~ 57.29%
B 63 of 192 ~ 32.81%

%9.9
%57.29
%32.81

CMYK color model

#136E3F color CMYK value is (83,0,43,57).

  • cyan value is 82.73%
  • magenta value is 0.00%
  • yellow value is 42.73%
  • key color value is 56.86%
CMYK:
(83,0,43,57)
C83M0Y43K57 
(83%,0%,43%,57%)
(0.83/0.00/0.43/0.57)	

CMYK percentages

%82.73
%0
%42.73
%56.86

Codes

Color #136E3F in popluar color models

136E3F
RGB1911063
HSL149°70.54%25.29%
HSB/HSV149°82.73%43.14%
CMYK82.73%0.00%42.73%
56.86%

Color #136E3F in popluar number systems.

HEX136E3F
Decimal1911063
Binary100111101110111111
Octal2315677

Shades and tints

Shades of #136E3F

#136E3F
(19,110,63)
#12643A
(18,100,58)
#115A35
(17,90,53)
#105030
(16,80,48)
#0F462B
(15,70,43)
#0E3C26
(14,60,38)
#0D3221
(13,50,33)
#0C281C
(12,40,28)
#0B1E17
(11,30,23)
#0A1412
(10,20,18)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #136E3F

#136E3F
(19,110,63)
#287B50
(40,123,80)
#3D8861
(61,136,97)
#529572
(82,149,114)
#67A283
(103,162,131)
#7CAF94
(124,175,148)
#91BCA5
(145,188,165)
#A6C9B6
(166,201,182)
#BBD6C7
(187,214,199)
#D0E3D8
(208,227,216)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136E3F color. Also use rgb(19,110,63) instead hex code.

Text Font Color

.myTextColor { color: #136E3F; }

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

This text font color is #136E3F.


Background Color

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

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

This div background color is #136E3F.


Border color

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

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

This div border color is #136E3F.


Opacity

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

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

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

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

This text has shadow with #136E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136E3F on black background.


Color preview on white background

This text has color #136E3F on white background.



Black color preview on #136E3F background

This text has black color on #136E3F background.


White color preview on #136E3F background

This text has white color on #136E3F background.