COLOR #739E88

HEX: #739E88
RGB: (115,158,136)

Color info

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

RGB color model

#739E88 color RGB value is (115,158,136).

  • red value is 115;
  • green value is 158;
  • blue value is 136.
RGB:
(115,158,136)
(45%,62%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 158 of 255 = 62%
B 136 of 255 = 53%

115
158
136

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

Portions of RGB colors in percentages

R + G + B =
115 + 158 + 136 = 409 (100%)
R 115 of 409 ~ 28.12%
G 158 of 409 ~ 38.63%
B 136 of 409 ~ 33.25%

%28.12
%38.63
%33.25

CMYK color model

#739E88 color CMYK value is (27,0,14,38).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%
CMYK:
(27,0,14,38)
C27M0Y14K38 
(27%,0%,14%,38%)
(0.27/0.00/0.14/0.38)	

CMYK percentages

%27.22
%0
%13.92
%38.04

Codes

Color #739E88 in popluar color models

739E88
RGB115158136
HSL149°18.14%53.53%
HSB/HSV149°27.22%61.96%
CMYK27.22%0.00%13.92%
38.04%

Color #739E88 in popluar number systems.

HEX739E88
Decimal115158136
Binary11100111001111010001000
Octal163236210

Shades and tints

Shades of #739E88

#739E88
(115,158,136)
#69907C
(105,144,124)
#5F8270
(95,130,112)
#557464
(85,116,100)
#4B6658
(75,102,88)
#41584C
(65,88,76)
#374A40
(55,74,64)
#2D3C34
(45,60,52)
#232E28
(35,46,40)
#19201C
(25,32,28)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #739E88

#739E88
(115,158,136)
#7FA692
(127,166,146)
#8BAE9C
(139,174,156)
#97B6A6
(151,182,166)
#A3BEB0
(163,190,176)
#AFC6BA
(175,198,186)
#BBCEC4
(187,206,196)
#C7D6CE
(199,214,206)
#D3DED8
(211,222,216)
#DFE6E2
(223,230,226)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739E88 color. Also use rgb(115,158,136) instead hex code.

Text Font Color

.myTextColor { color: #739E88; }

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

This text font color is #739E88.


Background Color

.myBgColor { background-color: #739E88; }

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

This div background color is #739E88.


Border color

.myBorderColor { border: 1px solid #739E88; }

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

This div border color is #739E88.


Opacity

.myOpacity80 { color: #739E88; opacity: 0.8; }

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

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

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

This text has shadow with #739E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739E88 on black background.


Color preview on white background

This text has color #739E88 on white background.



Black color preview on #739E88 background

This text has black color on #739E88 background.


White color preview on #739E88 background

This text has white color on #739E88 background.