COLOR #136749

HEX: #136749
RGB: (19,103,73)

Color info

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

RGB color model

#136749 color RGB value is (19,103,73).

  • red value is 19;
  • green value is 103;
  • blue value is 73.
RGB:
(19,103,73)
(7%,40%,29%)

RGB channels and saturation

R 19 of 255 = 7%
G 103 of 255 = 40%
B 73 of 255 = 29%

19
103
73

R + G + B ~ 25%. #136749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 103 + 73 = 195 (100%)
R 19 of 195 ~ 9.74%
G 103 of 195 ~ 52.82%
B 73 of 195 ~ 37.44%

%9.74
%52.82
%37.44

CMYK color model

#136749 color CMYK value is (82,0,29,60).

  • cyan value is 81.55%
  • magenta value is 0.00%
  • yellow value is 29.13%
  • key color value is 59.61%
CMYK:
(82,0,29,60)
C82M0Y29K60 
(82%,0%,29%,60%)
(0.82/0.00/0.29/0.60)	

CMYK percentages

%81.55
%0
%29.13
%59.61

Codes

Color #136749 in popluar color models

136749
RGB1910373
HSL159°68.85%23.92%
HSB/HSV159°81.55%40.39%
CMYK81.55%0.00%29.13%
59.61%

Color #136749 in popluar number systems.

HEX136749
Decimal1910373
Binary1001111001111001001
Octal23147111

Shades and tints

Shades of #136749

#136749
(19,103,73)
#125E43
(18,94,67)
#11553D
(17,85,61)
#104C37
(16,76,55)
#0F4331
(15,67,49)
#0E3A2B
(14,58,43)
#0D3125
(13,49,37)
#0C281F
(12,40,31)
#0B1F19
(11,31,25)
#0A1613
(10,22,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #136749

#136749
(19,103,73)
#287459
(40,116,89)
#3D8169
(61,129,105)
#528E79
(82,142,121)
#679B89
(103,155,137)
#7CA899
(124,168,153)
#91B5A9
(145,181,169)
#A6C2B9
(166,194,185)
#BBCFC9
(187,207,201)
#D0DCD9
(208,220,217)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #136749; }

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

This text font color is #136749.


Background Color

.myBgColor { background-color: #136749; }

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

This div background color is #136749.


Border color

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

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

This div border color is #136749.


Opacity

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

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

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

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

This text has shadow with #136749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136749 on black background.


Color preview on white background

This text has color #136749 on white background.



Black color preview on #136749 background

This text has black color on #136749 background.


White color preview on #136749 background

This text has white color on #136749 background.