COLOR #137755

HEX: #137755
RGB: (19,119,85)

Color info

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

RGB color model

#137755 color RGB value is (19,119,85).

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

RGB channels and saturation

R 19 of 255 = 7%
G 119 of 255 = 47%
B 85 of 255 = 33%

19
119
85

R + G + B ~ 29%. #137755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 119 + 85 = 223 (100%)
R 19 of 223 ~ 8.52%
G 119 of 223 ~ 53.36%
B 85 of 223 ~ 38.12%

%53.36
%38.12

CMYK color model

#137755 color CMYK value is (84,0,29,53).

  • cyan value is 84.03%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 53.33%
CMYK:
(84,0,29,53)
C84M0Y29K53 
(84%,0%,29%,53%)
(0.84/0.00/0.29/0.53)	

CMYK percentages

%84.03
%0
%28.57
%53.33

Codes

Color #137755 in popluar color models

137755
RGB1911985
HSL160°72.46%27.06%
HSB/HSV160°84.03%46.67%
CMYK84.03%0.00%28.57%
53.33%

Color #137755 in popluar number systems.

HEX137755
Decimal1911985
Binary1001111101111010101
Octal23167125

Shades and tints

Shades of #137755

#137755
(19,119,85)
#126D4E
(18,109,78)
#116347
(17,99,71)
#105940
(16,89,64)
#0F4F39
(15,79,57)
#0E4532
(14,69,50)
#0D3B2B
(13,59,43)
#0C3124
(12,49,36)
#0B271D
(11,39,29)
#0A1D16
(10,29,22)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #137755

#137755
(19,119,85)
#288364
(40,131,100)
#3D8F73
(61,143,115)
#529B82
(82,155,130)
#67A791
(103,167,145)
#7CB3A0
(124,179,160)
#91BFAF
(145,191,175)
#A6CBBE
(166,203,190)
#BBD7CD
(187,215,205)
#D0E3DC
(208,227,220)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #137755; }

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

This text font color is #137755.


Background Color

.myBgColor { background-color: #137755; }

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

This div background color is #137755.


Border color

.myBorderColor { border: 1px solid #137755; }

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

This div border color is #137755.


Opacity

.myOpacity80 { color: #137755; opacity: 0.8; }

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

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

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

This text has shadow with #137755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137755 on black background.


Color preview on white background

This text has color #137755 on white background.



Black color preview on #137755 background

This text has black color on #137755 background.


White color preview on #137755 background

This text has white color on #137755 background.