COLOR #739D97

HEX: #739D97
RGB: (115,157,151)

Color info

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

RGB color model

#739D97 color RGB value is (115,157,151).

  • red value is 115;
  • green value is 157;
  • blue value is 151.
RGB:
(115,157,151)
(45%,62%,59%)

RGB channels and saturation

R 115 of 255 = 45%
G 157 of 255 = 62%
B 151 of 255 = 59%

115
157
151

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

Portions of RGB colors in percentages

R + G + B =
115 + 157 + 151 = 423 (100%)
R 115 of 423 ~ 27.19%
G 157 of 423 ~ 37.12%
B 151 of 423 ~ 35.7%

%27.19
%37.12
%35.7

CMYK color model

#739D97 color CMYK value is (27,0,4,38).

  • cyan value is 26.75%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 38.43%
CMYK:
(27,0,4,38)
C27M0Y4K38 
(27%,0%,4%,38%)
(0.27/0.00/0.04/0.38)	

CMYK percentages

%26.75
%0
%3.82
%38.43

Codes

Color #739D97 in popluar color models

739D97
RGB115157151
HSL171°17.65%53.33%
HSB/HSV171°26.75%61.57%
CMYK26.75%0.00%3.82%
38.43%

Color #739D97 in popluar number systems.

HEX739D97
Decimal115157151
Binary11100111001110110010111
Octal163235227

Shades and tints

Shades of #739D97

#739D97
(115,157,151)
#698F8A
(105,143,138)
#5F817D
(95,129,125)
#557370
(85,115,112)
#4B6563
(75,101,99)
#415756
(65,87,86)
#374949
(55,73,73)
#2D3B3C
(45,59,60)
#232D2F
(35,45,47)
#191F22
(25,31,34)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #739D97

#739D97
(115,157,151)
#7FA5A0
(127,165,160)
#8BADA9
(139,173,169)
#97B5B2
(151,181,178)
#A3BDBB
(163,189,187)
#AFC5C4
(175,197,196)
#BBCDCD
(187,205,205)
#C7D5D6
(199,213,214)
#D3DDDF
(211,221,223)
#DFE5E8
(223,229,232)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739D97 color. Also use rgb(115,157,151) instead hex code.

Text Font Color

.myTextColor { color: #739D97; }

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

This text font color is #739D97.


Background Color

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

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

This div background color is #739D97.


Border color

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

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

This div border color is #739D97.


Opacity

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

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

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

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

This text has shadow with #739D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739D97 on black background.


Color preview on white background

This text has color #739D97 on white background.



Black color preview on #739D97 background

This text has black color on #739D97 background.


White color preview on #739D97 background

This text has white color on #739D97 background.