COLOR #137D56

HEX: #137D56
RGB: (19,125,86)

Color info

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

RGB color model

#137D56 color RGB value is (19,125,86).

  • red value is 19;
  • green value is 125;
  • blue value is 86.
RGB:
(19,125,86)
(7%,49%,34%)

RGB channels and saturation

R 19 of 255 = 7%
G 125 of 255 = 49%
B 86 of 255 = 34%

19
125
86

R + G + B ~ 30%. #137D56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 125 + 86 = 230 (100%)
R 19 of 230 ~ 8.26%
G 125 of 230 ~ 54.35%
B 86 of 230 ~ 37.39%

%54.35
%37.39

CMYK color model

#137D56 color CMYK value is (85,0,31,51).

  • cyan value is 84.80%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(85,0,31,51)
C85M0Y31K51 
(85%,0%,31%,51%)
(0.85/0.00/0.31/0.51)	

CMYK percentages

%84.8
%0
%31.2
%50.98

Codes

Color #137D56 in popluar color models

137D56
RGB1912586
HSL158°73.61%28.24%
HSB/HSV158°84.80%49.02%
CMYK84.80%0.00%31.20%
50.98%

Color #137D56 in popluar number systems.

HEX137D56
Decimal1912586
Binary1001111111011010110
Octal23175126

Shades and tints

Shades of #137D56

#137D56
(19,125,86)
#12724F
(18,114,79)
#116748
(17,103,72)
#105C41
(16,92,65)
#0F513A
(15,81,58)
#0E4633
(14,70,51)
#0D3B2C
(13,59,44)
#0C3025
(12,48,37)
#0B251E
(11,37,30)
#0A1A17
(10,26,23)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #137D56

#137D56
(19,125,86)
#288865
(40,136,101)
#3D9374
(61,147,116)
#529E83
(82,158,131)
#67A992
(103,169,146)
#7CB4A1
(124,180,161)
#91BFB0
(145,191,176)
#A6CABF
(166,202,191)
#BBD5CE
(187,213,206)
#D0E0DD
(208,224,221)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #137D56 color. Also use rgb(19,125,86) instead hex code.

Text Font Color

.myTextColor { color: #137D56; }

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

This text font color is #137D56.


Background Color

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

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

This div background color is #137D56.


Border color

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

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

This div border color is #137D56.


Opacity

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

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

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

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

This text has shadow with #137D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137D56 on black background.


Color preview on white background

This text has color #137D56 on white background.



Black color preview on #137D56 background

This text has black color on #137D56 background.


White color preview on #137D56 background

This text has white color on #137D56 background.