COLOR #137F61

HEX: #137F61
RGB: (19,127,97)

Color info

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

RGB color model

#137F61 color RGB value is (19,127,97).

  • red value is 19;
  • green value is 127;
  • blue value is 97.
RGB:
(19,127,97)
(7%,50%,38%)

RGB channels and saturation

R 19 of 255 = 7%
G 127 of 255 = 50%
B 97 of 255 = 38%

19
127
97

R + G + B ~ 32%. #137F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 127 + 97 = 243 (100%)
R 19 of 243 ~ 7.82%
G 127 of 243 ~ 52.26%
B 97 of 243 ~ 39.92%

%52.26
%39.92

CMYK color model

#137F61 color CMYK value is (85,0,24,50).

  • cyan value is 85.04%
  • magenta value is 0.00%
  • yellow value is 23.62%
  • key color value is 50.20%
CMYK:
(85,0,24,50)
C85M0Y24K50 
(85%,0%,24%,50%)
(0.85/0.00/0.24/0.50)	

CMYK percentages

%85.04
%0
%23.62
%50.2

Codes

Color #137F61 in popluar color models

137F61
RGB1912797
HSL163°73.97%28.63%
HSB/HSV163°85.04%49.80%
CMYK85.04%0.00%23.62%
50.20%

Color #137F61 in popluar number systems.

HEX137F61
Decimal1912797
Binary1001111111111100001
Octal23177141

Shades and tints

Shades of #137F61

#137F61
(19,127,97)
#127459
(18,116,89)
#116951
(17,105,81)
#105E49
(16,94,73)
#0F5341
(15,83,65)
#0E4839
(14,72,57)
#0D3D31
(13,61,49)
#0C3229
(12,50,41)
#0B2721
(11,39,33)
#0A1C19
(10,28,25)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #137F61

#137F61
(19,127,97)
#288A6F
(40,138,111)
#3D957D
(61,149,125)
#52A08B
(82,160,139)
#67AB99
(103,171,153)
#7CB6A7
(124,182,167)
#91C1B5
(145,193,181)
#A6CCC3
(166,204,195)
#BBD7D1
(187,215,209)
#D0E2DF
(208,226,223)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137F61 color. Also use rgb(19,127,97) instead hex code.

Text Font Color

.myTextColor { color: #137F61; }

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

This text font color is #137F61.


Background Color

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

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

This div background color is #137F61.


Border color

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

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

This div border color is #137F61.


Opacity

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

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

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

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

This text has shadow with #137F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137F61 on black background.


Color preview on white background

This text has color #137F61 on white background.



Black color preview on #137F61 background

This text has black color on #137F61 background.


White color preview on #137F61 background

This text has white color on #137F61 background.