COLOR #136A55

HEX: #136A55
RGB: (19,106,85)

Color info

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

RGB color model

#136A55 color RGB value is (19,106,85).

  • red value is 19;
  • green value is 106;
  • blue value is 85.
RGB:
(19,106,85)
(7%,42%,33%)

RGB channels and saturation

R 19 of 255 = 7%
G 106 of 255 = 42%
B 85 of 255 = 33%

19
106
85

R + G + B ~ 27%. #136A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 106 + 85 = 210 (100%)
R 19 of 210 ~ 9.05%
G 106 of 210 ~ 50.48%
B 85 of 210 ~ 40.48%

%50.48
%40.48

CMYK color model

#136A55 color CMYK value is (82,0,20,58).

  • cyan value is 82.08%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 58.43%
CMYK:
(82,0,20,58)
C82M0Y20K58 
(82%,0%,20%,58%)
(0.82/0.00/0.20/0.58)	

CMYK percentages

%82.08
%0
%19.81
%58.43

Codes

Color #136A55 in popluar color models

136A55
RGB1910685
HSL166°69.60%24.51%
HSB/HSV166°82.08%41.57%
CMYK82.08%0.00%19.81%
58.43%

Color #136A55 in popluar number systems.

HEX136A55
Decimal1910685
Binary1001111010101010101
Octal23152125

Shades and tints

Shades of #136A55

#136A55
(19,106,85)
#12614E
(18,97,78)
#115847
(17,88,71)
#104F40
(16,79,64)
#0F4639
(15,70,57)
#0E3D32
(14,61,50)
#0D342B
(13,52,43)
#0C2B24
(12,43,36)
#0B221D
(11,34,29)
#0A1916
(10,25,22)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #136A55

#136A55
(19,106,85)
#287764
(40,119,100)
#3D8473
(61,132,115)
#529182
(82,145,130)
#679E91
(103,158,145)
#7CABA0
(124,171,160)
#91B8AF
(145,184,175)
#A6C5BE
(166,197,190)
#BBD2CD
(187,210,205)
#D0DFDC
(208,223,220)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136A55 color. Also use rgb(19,106,85) instead hex code.

Text Font Color

.myTextColor { color: #136A55; }

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

This text font color is #136A55.


Background Color

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

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

This div background color is #136A55.


Border color

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

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

This div border color is #136A55.


Opacity

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

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

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

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

This text has shadow with #136A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136A55 on black background.


Color preview on white background

This text has color #136A55 on white background.



Black color preview on #136A55 background

This text has black color on #136A55 background.


White color preview on #136A55 background

This text has white color on #136A55 background.