COLOR #137575

HEX: #137575
RGB: (19,117,117)

Color info

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

RGB color model

#137575 color RGB value is (19,117,117).

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

RGB channels and saturation

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

19
117
117

R + G + B ~ 33%. #137575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 117 + 117 = 253 (100%)
R 19 of 253 ~ 7.51%
G 117 of 253 ~ 46.25%
B 117 of 253 ~ 46.25%

%46.25
%46.25

CMYK color model

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

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

CMYK percentages

%83.76
%0
%0
%54.12

Codes

Color #137575 in popluar color models

137575
RGB19117117
HSL180°72.06%26.67%
HSB/HSV180°83.76%45.88%
CMYK83.76%0.00%0.00%
54.12%

Color #137575 in popluar number systems.

HEX137575
Decimal19117117
Binary1001111101011110101
Octal23165165

Shades and tints

Shades of #137575

#137575
(19,117,117)
#126B6B
(18,107,107)
#116161
(17,97,97)
#105757
(16,87,87)
#0F4D4D
(15,77,77)
#0E4343
(14,67,67)
#0D3939
(13,57,57)
#0C2F2F
(12,47,47)
#0B2525
(11,37,37)
#0A1B1B
(10,27,27)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #137575

#137575
(19,117,117)
#288181
(40,129,129)
#3D8D8D
(61,141,141)
#529999
(82,153,153)
#67A5A5
(103,165,165)
#7CB1B1
(124,177,177)
#91BDBD
(145,189,189)
#A6C9C9
(166,201,201)
#BBD5D5
(187,213,213)
#D0E1E1
(208,225,225)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #137575; }

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

This text font color is #137575.


Background Color

.myBgColor { background-color: #137575; }

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

This div background color is #137575.


Border color

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

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

This div border color is #137575.


Opacity

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

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

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

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

This text has shadow with #137575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137575 on black background.


Color preview on white background

This text has color #137575 on white background.



Black color preview on #137575 background

This text has black color on #137575 background.


White color preview on #137575 background

This text has white color on #137575 background.