COLOR #136C48

HEX: #136C48
RGB: (19,108,72)

Color info

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

RGB color model

#136C48 color RGB value is (19,108,72).

  • red value is 19;
  • green value is 108;
  • blue value is 72.
RGB:
(19,108,72)
(7%,42%,28%)

RGB channels and saturation

R 19 of 255 = 7%
G 108 of 255 = 42%
B 72 of 255 = 28%

19
108
72

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

Portions of RGB colors in percentages

R + G + B =
19 + 108 + 72 = 199 (100%)
R 19 of 199 ~ 9.55%
G 108 of 199 ~ 54.27%
B 72 of 199 ~ 36.18%

%9.55
%54.27
%36.18

CMYK color model

#136C48 color CMYK value is (82,0,33,58).

  • cyan value is 82.41%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 57.65%
CMYK:
(82,0,33,58)
C82M0Y33K58 
(82%,0%,33%,58%)
(0.82/0.00/0.33/0.58)	

CMYK percentages

%82.41
%0
%33.33
%57.65

Codes

Color #136C48 in popluar color models

136C48
RGB1910872
HSL156°70.08%24.90%
HSB/HSV156°82.41%42.35%
CMYK82.41%0.00%33.33%
57.65%

Color #136C48 in popluar number systems.

HEX136C48
Decimal1910872
Binary1001111011001001000
Octal23154110

Shades and tints

Shades of #136C48

#136C48
(19,108,72)
#126342
(18,99,66)
#115A3C
(17,90,60)
#105136
(16,81,54)
#0F4830
(15,72,48)
#0E3F2A
(14,63,42)
#0D3624
(13,54,36)
#0C2D1E
(12,45,30)
#0B2418
(11,36,24)
#0A1B12
(10,27,18)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #136C48

#136C48
(19,108,72)
#287958
(40,121,88)
#3D8668
(61,134,104)
#529378
(82,147,120)
#67A088
(103,160,136)
#7CAD98
(124,173,152)
#91BAA8
(145,186,168)
#A6C7B8
(166,199,184)
#BBD4C8
(187,212,200)
#D0E1D8
(208,225,216)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136C48 color. Also use rgb(19,108,72) instead hex code.

Text Font Color

.myTextColor { color: #136C48; }

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

This text font color is #136C48.


Background Color

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

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

This div background color is #136C48.


Border color

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

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

This div border color is #136C48.


Opacity

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

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

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

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

This text has shadow with #136C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136C48 on black background.


Color preview on white background

This text has color #136C48 on white background.



Black color preview on #136C48 background

This text has black color on #136C48 background.


White color preview on #136C48 background

This text has white color on #136C48 background.