COLOR #137E5A

HEX: #137E5A
RGB: (19,126,90)

Color info

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

RGB color model

#137E5A color RGB value is (19,126,90).

  • red value is 19;
  • green value is 126;
  • blue value is 90.
RGB:
(19,126,90)
(7%,49%,35%)

RGB channels and saturation

R 19 of 255 = 7%
G 126 of 255 = 49%
B 90 of 255 = 35%

19
126
90

R + G + B ~ 30%. #137E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 126 + 90 = 235 (100%)
R 19 of 235 ~ 8.09%
G 126 of 235 ~ 53.62%
B 90 of 235 ~ 38.3%

%53.62
%38.3

CMYK color model

#137E5A color CMYK value is (85,0,29,51).

  • cyan value is 84.92%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 50.59%
CMYK:
(85,0,29,51)
C85M0Y29K51 
(85%,0%,29%,51%)
(0.85/0.00/0.29/0.51)	

CMYK percentages

%84.92
%0
%28.57
%50.59

Codes

Color #137E5A in popluar color models

137E5A
RGB1912690
HSL160°73.79%28.43%
HSB/HSV160°84.92%49.41%
CMYK84.92%0.00%28.57%
50.59%

Color #137E5A in popluar number systems.

HEX137E5A
Decimal1912690
Binary1001111111101011010
Octal23176132

Shades and tints

Shades of #137E5A

#137E5A
(19,126,90)
#127352
(18,115,82)
#11684A
(17,104,74)
#105D42
(16,93,66)
#0F523A
(15,82,58)
#0E4732
(14,71,50)
#0D3C2A
(13,60,42)
#0C3122
(12,49,34)
#0B261A
(11,38,26)
#0A1B12
(10,27,18)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #137E5A

#137E5A
(19,126,90)
#288969
(40,137,105)
#3D9478
(61,148,120)
#529F87
(82,159,135)
#67AA96
(103,170,150)
#7CB5A5
(124,181,165)
#91C0B4
(145,192,180)
#A6CBC3
(166,203,195)
#BBD6D2
(187,214,210)
#D0E1E1
(208,225,225)
#E5ECF0
(229,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137E5A color. Also use rgb(19,126,90) instead hex code.

Text Font Color

.myTextColor { color: #137E5A; }

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

This text font color is #137E5A.


Background Color

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

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

This div background color is #137E5A.


Border color

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

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

This div border color is #137E5A.


Opacity

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

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

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

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

This text has shadow with #137E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137E5A on black background.


Color preview on white background

This text has color #137E5A on white background.



Black color preview on #137E5A background

This text has black color on #137E5A background.


White color preview on #137E5A background

This text has white color on #137E5A background.