COLOR #739589

HEX: #739589
RGB: (115,149,137)

Color info

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

RGB color model

#739589 color RGB value is (115,149,137).

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

RGB channels and saturation

R 115 of 255 = 45%
G 149 of 255 = 58%
B 137 of 255 = 54%

115
149
137

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

Portions of RGB colors in percentages

R + G + B =
115 + 149 + 137 = 401 (100%)
R 115 of 401 ~ 28.68%
G 149 of 401 ~ 37.16%
B 137 of 401 ~ 34.16%

%28.68
%37.16
%34.16

CMYK color model

#739589 color CMYK value is (23,0,8,42).

  • cyan value is 22.82%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(23,0,8,42)
C23M0Y8K42 
(23%,0%,8%,42%)
(0.23/0.00/0.08/0.42)	

CMYK percentages

%22.82
%0
%8.05
%41.57

Codes

Color #739589 in popluar color models

739589
RGB115149137
HSL159°13.82%51.76%
HSB/HSV159°22.82%58.43%
CMYK22.82%0.00%8.05%
41.57%

Color #739589 in popluar number systems.

HEX739589
Decimal115149137
Binary11100111001010110001001
Octal163225211

Shades and tints

Shades of #739589

#739589
(115,149,137)
#69887D
(105,136,125)
#5F7B71
(95,123,113)
#556E65
(85,110,101)
#4B6159
(75,97,89)
#41544D
(65,84,77)
#374741
(55,71,65)
#2D3A35
(45,58,53)
#232D29
(35,45,41)
#19201D
(25,32,29)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #739589

#739589
(115,149,137)
#7F9E93
(127,158,147)
#8BA79D
(139,167,157)
#97B0A7
(151,176,167)
#A3B9B1
(163,185,177)
#AFC2BB
(175,194,187)
#BBCBC5
(187,203,197)
#C7D4CF
(199,212,207)
#D3DDD9
(211,221,217)
#DFE6E3
(223,230,227)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739589; }

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

This text font color is #739589.


Background Color

.myBgColor { background-color: #739589; }

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

This div background color is #739589.


Border color

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

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

This div border color is #739589.


Opacity

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

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

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

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

This text has shadow with #739589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739589 on black background.


Color preview on white background

This text has color #739589 on white background.



Black color preview on #739589 background

This text has black color on #739589 background.


White color preview on #739589 background

This text has white color on #739589 background.