COLOR #136C62

HEX: #136C62
RGB: (19,108,98)

Color info

#136C62 contains mainly green and blue colors. Web safe color of #136C62 is #006666 (or #066).

RGB color model

#136C62 color RGB value is (19,108,98).

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

RGB channels and saturation

R 19 of 255 = 7%
G 108 of 255 = 42%
B 98 of 255 = 38%

19
108
98

R + G + B ~ 29%. #136C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 108 + 98 = 225 (100%)
R 19 of 225 ~ 8.44%
G 108 of 225 ~ 48%
B 98 of 225 ~ 43.56%

%48
%43.56

CMYK color model

#136C62 color CMYK value is (82,0,9,58).

  • cyan value is 82.41%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 57.65%
CMYK:
(82,0,9,58)
C82M0Y9K58 
(82%,0%,9%,58%)
(0.82/0.00/0.09/0.58)	

CMYK percentages

%82.41
%0
%9.26
%57.65

Codes

Color #136C62 in popluar color models

136C62
RGB1910898
HSL173°70.08%24.90%
HSB/HSV173°82.41%42.35%
CMYK82.41%0.00%9.26%
57.65%

Color #136C62 in popluar number systems.

HEX136C62
Decimal1910898
Binary1001111011001100010
Octal23154142

Shades and tints

Shades of #136C62

#136C62
(19,108,98)
#12635A
(18,99,90)
#115A52
(17,90,82)
#10514A
(16,81,74)
#0F4842
(15,72,66)
#0E3F3A
(14,63,58)
#0D3632
(13,54,50)
#0C2D2A
(12,45,42)
#0B2422
(11,36,34)
#0A1B1A
(10,27,26)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #136C62

#136C62
(19,108,98)
#287970
(40,121,112)
#3D867E
(61,134,126)
#52938C
(82,147,140)
#67A09A
(103,160,154)
#7CADA8
(124,173,168)
#91BAB6
(145,186,182)
#A6C7C4
(166,199,196)
#BBD4D2
(187,212,210)
#D0E1E0
(208,225,224)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136C62; }

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

This text font color is #136C62.


Background Color

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

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

This div background color is #136C62.


Border color

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

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

This div border color is #136C62.


Opacity

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

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

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

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

This text has shadow with #136C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136C62 on black background.


Color preview on white background

This text has color #136C62 on white background.



Black color preview on #136C62 background

This text has black color on #136C62 background.


White color preview on #136C62 background

This text has white color on #136C62 background.