COLOR #137648

HEX: #137648
RGB: (19,118,72)

Color info

#137648 contains mainly green and blue colors. Web safe color of #137648 is #006633 (or #063).

RGB color model

#137648 color RGB value is (19,118,72).

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

RGB channels and saturation

R 19 of 255 = 7%
G 118 of 255 = 46%
B 72 of 255 = 28%

19
118
72

R + G + B ~ 27%. #137648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 118 + 72 = 209 (100%)
R 19 of 209 ~ 9.09%
G 118 of 209 ~ 56.46%
B 72 of 209 ~ 34.45%

%56.46
%34.45

CMYK color model

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

  • cyan value is 83.90%
  • magenta value is 0.00%
  • yellow value is 38.98%
  • key color value is 53.73%
CMYK:
(84,0,39,54)
C84M0Y39K54 
(84%,0%,39%,54%)
(0.84/0.00/0.39/0.54)	

CMYK percentages

%83.9
%0
%38.98
%53.73

Codes

Color #137648 in popluar color models

137648
RGB1911872
HSL152°72.26%26.86%
HSB/HSV152°83.90%46.27%
CMYK83.90%0.00%38.98%
53.73%

Color #137648 in popluar number systems.

HEX137648
Decimal1911872
Binary1001111101101001000
Octal23166110

Shades and tints

Shades of #137648

#137648
(19,118,72)
#126C42
(18,108,66)
#11623C
(17,98,60)
#105836
(16,88,54)
#0F4E30
(15,78,48)
#0E442A
(14,68,42)
#0D3A24
(13,58,36)
#0C301E
(12,48,30)
#0B2618
(11,38,24)
#0A1C12
(10,28,18)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #137648

#137648
(19,118,72)
#288258
(40,130,88)
#3D8E68
(61,142,104)
#529A78
(82,154,120)
#67A688
(103,166,136)
#7CB298
(124,178,152)
#91BEA8
(145,190,168)
#A6CAB8
(166,202,184)
#BBD6C8
(187,214,200)
#D0E2D8
(208,226,216)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #137648; }

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

This text font color is #137648.


Background Color

.myBgColor { background-color: #137648; }

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

This div background color is #137648.


Border color

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

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

This div border color is #137648.


Opacity

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

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

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

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

This text has shadow with #137648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #137648 on black background.


Color preview on white background

This text has color #137648 on white background.



Black color preview on #137648 background

This text has black color on #137648 background.


White color preview on #137648 background

This text has white color on #137648 background.