COLOR #137565

HEX: #137565
RGB: (19,117,101)

Color info

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

RGB color model

#137565 color RGB value is (19,117,101).

  • red value is 19;
  • green value is 117;
  • blue value is 101.
RGB:
(19,117,101)
(7%,46%,40%)

RGB channels and saturation

R 19 of 255 = 7%
G 117 of 255 = 46%
B 101 of 255 = 40%

19
117
101

R + G + B ~ 31%. #137565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 117 + 101 = 237 (100%)
R 19 of 237 ~ 8.02%
G 117 of 237 ~ 49.37%
B 101 of 237 ~ 42.62%

%49.37
%42.62

CMYK color model

#137565 color CMYK value is (84,0,14,54).

  • cyan value is 83.76%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(84,0,14,54)
C84M0Y14K54 
(84%,0%,14%,54%)
(0.84/0.00/0.14/0.54)	

CMYK percentages

%83.76
%0
%13.68
%54.12

Codes

Color #137565 in popluar color models

137565
RGB19117101
HSL170°72.06%26.67%
HSB/HSV170°83.76%45.88%
CMYK83.76%0.00%13.68%
54.12%

Color #137565 in popluar number systems.

HEX137565
Decimal19117101
Binary1001111101011100101
Octal23165145

Shades and tints

Shades of #137565

#137565
(19,117,101)
#126B5C
(18,107,92)
#116153
(17,97,83)
#10574A
(16,87,74)
#0F4D41
(15,77,65)
#0E4338
(14,67,56)
#0D392F
(13,57,47)
#0C2F26
(12,47,38)
#0B251D
(11,37,29)
#0A1B14
(10,27,20)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #137565

#137565
(19,117,101)
#288173
(40,129,115)
#3D8D81
(61,141,129)
#52998F
(82,153,143)
#67A59D
(103,165,157)
#7CB1AB
(124,177,171)
#91BDB9
(145,189,185)
#A6C9C7
(166,201,199)
#BBD5D5
(187,213,213)
#D0E1E3
(208,225,227)
#E5EDF1
(229,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137565 color. Also use rgb(19,117,101) instead hex code.

Text Font Color

.myTextColor { color: #137565; }

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

This text font color is #137565.


Background Color

.myBgColor { background-color: #137565; }

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

This div background color is #137565.


Border color

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

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

This div border color is #137565.


Opacity

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

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

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

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

This text has shadow with #137565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137565 on black background.


Color preview on white background

This text has color #137565 on white background.



Black color preview on #137565 background

This text has black color on #137565 background.


White color preview on #137565 background

This text has white color on #137565 background.