COLOR #137B78

HEX: #137B78 RGB: (19,123,120)

Color info

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

RGB color model

#137B78 color RGB value is (19,123,120).

RGB: (19,123,120) (7%, 48%, 47%)

RGB channels and saturation

R 19 of 255 = 7%
G 123 of 255 = 48%
B 120 of 255 = 47%

19
123
120

R + G + B ~ 34%. #137B78 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 123 + 120 = 262 (100%)
R 19 of 262 ~ 7.25%
G 123 of 262 ~ 46.95%
B 120 of 262 ~ 45.8'%

%46.95
%45.8

CMYK color model

#137B78 color CMYK value is (85,0,2,52).

  • cyan value is 84.55%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 51.76%

CMYK: (85,0,2,52)
C85M0Y2K52 (85%, 0%, 2%, 52%)
(0.85 / 0.00 / 0.02 / 0.52)

CMYK percentages

%84.55
%0
%2.44
%51.76

Codes

Color #137B78 in popluar color models

13 7B 78
RGB 19 123 120
HSL 178° 73.24% 27.84%
HSB/HSV 178° 84.55% 48.24%
CMYK 84.55% 0.00% 2.44%
51.76%

Color #137B78 in popluar number systems.

HEX 13 7B 78
Decimal 19 123 120
Binary 10011 1111011 1111000
Octal 23 173 170

Shades and tints

Shades of #137B78

#137B78
(19,123,120)
#12706E
(18,112,110)
#116564
(17,101,100)
#105A5A
(16,90,90)
#0F4F50
(15,79,80)
#0E4446
(14,68,70)
#0D393C
(13,57,60)
#0C2E32
(12,46,50)
#0B2328
(11,35,40)
#0A181E
(10,24,30)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #137B78

#137B78
(19,123,120)
#288784
(40,135,132)
#3D9390
(61,147,144)
#529F9C
(82,159,156)
#67ABA8
(103,171,168)
#7CB7B4
(124,183,180)
#91C3C0
(145,195,192)
#A6CFCC
(166,207,204)
#BBDBD8
(187,219,216)
#D0E7E4
(208,231,228)
#E5F3F0
(229,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137B78 color. Also use rgb(19,123,120) instead hex code.

Text Font Color

.myTextColor { color: #137B78; }

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

This text font color is #137B78.

Background Color

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

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

This div background color is #137B78.

Border color

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

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

This div border color is #137B78.

Opacity

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

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

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

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

This text has shadow with #137B78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #137B78.

Preview

Color preview on black background

This text has color #137B78 on black background.


Color preview on white background

This text has color #137B78 on white background.


Black color preview on #137B78 background

This text has black color on #137B78 background.


White color preview on #137B78 background

This text has white color on #137B78 background.


Related colors

Complementary color

Complementary color for #hex is #EC8487.


I love getcolorcode.com

Triadic colors

1 #78137B and #7B7813 with #137B78 are triadic colors.

2 #787B13 and #7B1378 with #137B78 are triadic colors.