COLOR #137C78

HEX: #137C78
RGB: (19,124,120)

Color info

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

RGB color model

#137C78 color RGB value is (19,124,120).

  • red value is 19;
  • green value is 124;
  • blue value is 120.
RGB:
(19,124,120)
(7%,49%,47%)

RGB channels and saturation

R 19 of 255 = 7%
G 124 of 255 = 49%
B 120 of 255 = 47%

19
124
120

R + G + B ~ 34%. #137C78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 124 + 120 = 263 (100%)
R 19 of 263 ~ 7.22%
G 124 of 263 ~ 47.15%
B 120 of 263 ~ 45.63%

%47.15
%45.63

CMYK color model

#137C78 color CMYK value is (85,0,3,51).

  • cyan value is 84.68%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 51.37%
CMYK:
(85,0,3,51)
C85M0Y3K51 
(85%,0%,3%,51%)
(0.85/0.00/0.03/0.51)	

CMYK percentages

%84.68
%0
%3.23
%51.37

Codes

Color #137C78 in popluar color models

137C78
RGB19124120
HSL178°73.43%28.04%
HSB/HSV178°84.68%48.63%
CMYK84.68%0.00%3.23%
51.37%

Color #137C78 in popluar number systems.

HEX137C78
Decimal19124120
Binary1001111111001111000
Octal23174170

Shades and tints

Shades of #137C78

#137C78
(19,124,120)
#12716E
(18,113,110)
#116664
(17,102,100)
#105B5A
(16,91,90)
#0F5050
(15,80,80)
#0E4546
(14,69,70)
#0D3A3C
(13,58,60)
#0C2F32
(12,47,50)
#0B2428
(11,36,40)
#0A191E
(10,25,30)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #137C78

#137C78
(19,124,120)
#288784
(40,135,132)
#3D9290
(61,146,144)
#529D9C
(82,157,156)
#67A8A8
(103,168,168)
#7CB3B4
(124,179,180)
#91BEC0
(145,190,192)
#A6C9CC
(166,201,204)
#BBD4D8
(187,212,216)
#D0DFE4
(208,223,228)
#E5EAF0
(229,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137C78 color. Also use rgb(19,124,120) instead hex code.

Text Font Color

.myTextColor { color: #137C78; }

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

This text font color is #137C78.


Background Color

.myBgColor { background-color: #137C78; }

<div style="background-color:#137C78">Inner text</div>

This div background color is #137C78.


Border color

.myBorderColor { border: 1px solid #137C78; }

<div style="border:3px solid #137C78">Div</div>

This div border color is #137C78.


Opacity

.myOpacity80 { color: #137C78; opacity: 0.8; }

<p style="color:#137C78;opacity:0.8;">80%</p>

Text with #137C78 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 #137C78;}

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

This text has shadow with #137C78 color.

.textShadow {text-shadow: 3px 3px 1px #137C78, 3px 3px 1px red;}

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

This text has shadow with #137C78 primary color and red secondary color.


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

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

This text has shadow with #137C78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137C78 on black background.


Color preview on white background

This text has color #137C78 on white background.



Black color preview on #137C78 background

This text has black color on #137C78 background.


White color preview on #137C78 background

This text has white color on #137C78 background.