COLOR #136A76

HEX: #136A76
RGB: (19,106,118)

Color info

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

RGB color model

#136A76 color RGB value is (19,106,118).

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

RGB channels and saturation

R 19 of 255 = 7%
G 106 of 255 = 42%
B 118 of 255 = 46%

19
106
118

R + G + B ~ 32%. #136A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 106 + 118 = 243 (100%)
R 19 of 243 ~ 7.82%
G 106 of 243 ~ 43.62%
B 118 of 243 ~ 48.56%

%43.62
%48.56

CMYK color model

#136A76 color CMYK value is (84,10,0,54).

  • cyan value is 83.90%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(84,10,0,54)
C84M10Y0K54 
(84%,10%,0%,54%)
(0.84/0.10/0.00/0.54)	

CMYK percentages

%83.9
%10.17
%0
%53.73

Codes

Color #136A76 in popluar color models

136A76
RGB19106118
HSL187°72.26%26.86%
HSB/HSV187°83.90%46.27%
CMYK83.90%10.17%0.00%
53.73%

Color #136A76 in popluar number systems.

HEX136A76
Decimal19106118
Binary1001111010101110110
Octal23152166

Shades and tints

Shades of #136A76

#136A76
(19,106,118)
#12616C
(18,97,108)
#115862
(17,88,98)
#104F58
(16,79,88)
#0F464E
(15,70,78)
#0E3D44
(14,61,68)
#0D343A
(13,52,58)
#0C2B30
(12,43,48)
#0B2226
(11,34,38)
#0A191C
(10,25,28)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #136A76

#136A76
(19,106,118)
#287782
(40,119,130)
#3D848E
(61,132,142)
#52919A
(82,145,154)
#679EA6
(103,158,166)
#7CABB2
(124,171,178)
#91B8BE
(145,184,190)
#A6C5CA
(166,197,202)
#BBD2D6
(187,210,214)
#D0DFE2
(208,223,226)
#E5ECEE
(229,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136A76; }

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

This text font color is #136A76.


Background Color

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

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

This div background color is #136A76.


Border color

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

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

This div border color is #136A76.


Opacity

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

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

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

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

This text has shadow with #136A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136A76 on black background.


Color preview on white background

This text has color #136A76 on white background.



Black color preview on #136A76 background

This text has black color on #136A76 background.


White color preview on #136A76 background

This text has white color on #136A76 background.