COLOR #739E8B

HEX: #739E8B
RGB: (115,158,139)

Color info

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

RGB color model

#739E8B color RGB value is (115,158,139).

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

RGB channels and saturation

R 115 of 255 = 45%
G 158 of 255 = 62%
B 139 of 255 = 55%

115
158
139

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

Portions of RGB colors in percentages

R + G + B =
115 + 158 + 139 = 412 (100%)
R 115 of 412 ~ 27.91%
G 158 of 412 ~ 38.35%
B 139 of 412 ~ 33.74%

%27.91
%38.35
%33.74

CMYK color model

#739E8B color CMYK value is (27,0,12,38).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 38.04%
CMYK:
(27,0,12,38)
C27M0Y12K38 
(27%,0%,12%,38%)
(0.27/0.00/0.12/0.38)	

CMYK percentages

%27.22
%0
%12.03
%38.04

Codes

Color #739E8B in popluar color models

739E8B
RGB115158139
HSL153°18.14%53.53%
HSB/HSV153°27.22%61.96%
CMYK27.22%0.00%12.03%
38.04%

Color #739E8B in popluar number systems.

HEX739E8B
Decimal115158139
Binary11100111001111010001011
Octal163236213

Shades and tints

Shades of #739E8B

#739E8B
(115,158,139)
#69907F
(105,144,127)
#5F8273
(95,130,115)
#557467
(85,116,103)
#4B665B
(75,102,91)
#41584F
(65,88,79)
#374A43
(55,74,67)
#2D3C37
(45,60,55)
#232E2B
(35,46,43)
#19201F
(25,32,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #739E8B

#739E8B
(115,158,139)
#7FA695
(127,166,149)
#8BAE9F
(139,174,159)
#97B6A9
(151,182,169)
#A3BEB3
(163,190,179)
#AFC6BD
(175,198,189)
#BBCEC7
(187,206,199)
#C7D6D1
(199,214,209)
#D3DEDB
(211,222,219)
#DFE6E5
(223,230,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739E8B; }

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

This text font color is #739E8B.


Background Color

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

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

This div background color is #739E8B.


Border color

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

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

This div border color is #739E8B.


Opacity

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

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

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

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

This text has shadow with #739E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739E8B on black background.


Color preview on white background

This text has color #739E8B on white background.



Black color preview on #739E8B background

This text has black color on #739E8B background.


White color preview on #739E8B background

This text has white color on #739E8B background.