COLOR #739689

HEX: #739689
RGB: (115,150,137)

Color info

#739689 contains red, green and blue colors in about the same proportion. Web safe color of #739689 is #669999 (or #699).

RGB color model

#739689 color RGB value is (115,150,137).

  • red value is 115;
  • green value is 150;
  • blue value is 137.
RGB: (115,150,137) (45%,59%,54%)

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 137 of 255 = 54%

115
150
137

R + G + B ~ 53%. #739689 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 150 + 137 = 402 (100%)
R 115 of 402 ~ 28.61%
G 150 of 402 ~ 37.31%
B 137 of 402 ~ 34.08%

%28.61
%37.31
%34.08

CMYK color model

#739689 color CMYK value is (23,0,9,41).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK: (23,0,9,41) C23M0Y9K41 (23%,0%,9%,41%) (0.23/0.00/0.09/0.41)

CMYK percentages

%23.33
%0
%8.67
%41.18

Codes

Color #739689 in popluar color models

739689
RGB115150137
HSL158°14.29%51.96%
HSB/HSV158°23.33%58.82%
CMYK23.33%0.00%8.67%
41.18%

Color #739689 in popluar number systems.

HEX739689
Decimal115150137
Binary11100111001011010001001
Octal163226211

Shades and tints

Shades of #739689

#739689
(115,150,137)
#69897D
(105,137,125)
#5F7C71
(95,124,113)
#556F65
(85,111,101)
#4B6259
(75,98,89)
#41554D
(65,85,77)
#374841
(55,72,65)
#2D3B35
(45,59,53)
#232E29
(35,46,41)
#19211D
(25,33,29)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #739689

#739689
(115,150,137)
#7F9F93
(127,159,147)
#8BA89D
(139,168,157)
#97B1A7
(151,177,167)
#A3BAB1
(163,186,177)
#AFC3BB
(175,195,187)
#BBCCC5
(187,204,197)
#C7D5CF
(199,213,207)
#D3DED9
(211,222,217)
#DFE7E3
(223,231,227)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739689 color. Also use rgb(115,150,137) instead hex code.

Text Font Color

.myTextColor { color: #739689; }

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

This text font color is #739689.


Background Color

.myBgColor { background-color: #739689; }

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

This div background color is #739689.


Border color

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

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

This div border color is #739689.


Opacity

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

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

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

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

This text has shadow with #739689 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #739689 on black background.


Color preview on white background

This text has color #739689 on white background.



Black color preview on #739689 background

This text has black color on #739689 background.


White color preview on #739689 background

This text has white color on #739689 background.