COLOR #136F2F

HEX: #136F2F
RGB: (19,111,47)

Color info

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

RGB color model

#136F2F color RGB value is (19,111,47).

  • red value is 19;
  • green value is 111;
  • blue value is 47.
RGB:
(19,111,47)
(7%,44%,18%)

RGB channels and saturation

R 19 of 255 = 7%
G 111 of 255 = 44%
B 47 of 255 = 18%

19
111
47

R + G + B ~ 23%. #136F2F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 111 + 47 = 177 (100%)
R 19 of 177 ~ 10.73%
G 111 of 177 ~ 62.71%
B 47 of 177 ~ 26.55%

%10.73
%62.71
%26.55

CMYK color model

#136F2F color CMYK value is (83,0,58,56).

  • cyan value is 82.88%
  • magenta value is 0.00%
  • yellow value is 57.66%
  • key color value is 56.47%
CMYK:
(83,0,58,56)
C83M0Y58K56 
(83%,0%,58%,56%)
(0.83/0.00/0.58/0.56)	

CMYK percentages

%82.88
%0
%57.66
%56.47

Codes

Color #136F2F in popluar color models

136F2F
RGB1911147
HSL138°70.77%25.49%
HSB/HSV138°82.88%43.53%
CMYK82.88%0.00%57.66%
56.47%

Color #136F2F in popluar number systems.

HEX136F2F
Decimal1911147
Binary100111101111101111
Octal2315757

Shades and tints

Shades of #136F2F

#136F2F
(19,111,47)
#12652B
(18,101,43)
#115B27
(17,91,39)
#105123
(16,81,35)
#0F471F
(15,71,31)
#0E3D1B
(14,61,27)
#0D3317
(13,51,23)
#0C2913
(12,41,19)
#0B1F0F
(11,31,15)
#0A150B
(10,21,11)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #136F2F

#136F2F
(19,111,47)
#287C41
(40,124,65)
#3D8953
(61,137,83)
#529665
(82,150,101)
#67A377
(103,163,119)
#7CB089
(124,176,137)
#91BD9B
(145,189,155)
#A6CAAD
(166,202,173)
#BBD7BF
(187,215,191)
#D0E4D1
(208,228,209)
#E5F1E3
(229,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136F2F color. Also use rgb(19,111,47) instead hex code.

Text Font Color

.myTextColor { color: #136F2F; }

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

This text font color is #136F2F.


Background Color

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

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

This div background color is #136F2F.


Border color

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

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

This div border color is #136F2F.


Opacity

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

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

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

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

This text has shadow with #136F2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136F2F on black background.


Color preview on white background

This text has color #136F2F on white background.



Black color preview on #136F2F background

This text has black color on #136F2F background.


White color preview on #136F2F background

This text has white color on #136F2F background.