COLOR #739D8D

HEX: #739D8D
RGB: (115,157,141)

Color info

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

RGB color model

#739D8D color RGB value is (115,157,141).

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

RGB channels and saturation

R 115 of 255 = 45%
G 157 of 255 = 62%
B 141 of 255 = 55%

115
157
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 157 + 141 = 413 (100%)
R 115 of 413 ~ 27.85%
G 157 of 413 ~ 38.01%
B 141 of 413 ~ 34.14%

%27.85
%38.01
%34.14

CMYK color model

#739D8D color CMYK value is (27,0,10,38).

  • cyan value is 26.75%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 38.43%
CMYK:
(27,0,10,38)
C27M0Y10K38 
(27%,0%,10%,38%)
(0.27/0.00/0.10/0.38)	

CMYK percentages

%26.75
%0
%10.19
%38.43

Codes

Color #739D8D in popluar color models

739D8D
RGB115157141
HSL157°17.65%53.33%
HSB/HSV157°26.75%61.57%
CMYK26.75%0.00%10.19%
38.43%

Color #739D8D in popluar number systems.

HEX739D8D
Decimal115157141
Binary11100111001110110001101
Octal163235215

Shades and tints

Shades of #739D8D

#739D8D
(115,157,141)
#698F81
(105,143,129)
#5F8175
(95,129,117)
#557369
(85,115,105)
#4B655D
(75,101,93)
#415751
(65,87,81)
#374945
(55,73,69)
#2D3B39
(45,59,57)
#232D2D
(35,45,45)
#191F21
(25,31,33)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #739D8D

#739D8D
(115,157,141)
#7FA597
(127,165,151)
#8BADA1
(139,173,161)
#97B5AB
(151,181,171)
#A3BDB5
(163,189,181)
#AFC5BF
(175,197,191)
#BBCDC9
(187,205,201)
#C7D5D3
(199,213,211)
#D3DDDD
(211,221,221)
#DFE5E7
(223,229,231)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739D8D; }

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

This text font color is #739D8D.


Background Color

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

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

This div background color is #739D8D.


Border color

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

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

This div border color is #739D8D.


Opacity

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

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

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

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

This text has shadow with #739D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739D8D on black background.


Color preview on white background

This text has color #739D8D on white background.



Black color preview on #739D8D background

This text has black color on #739D8D background.


White color preview on #739D8D background

This text has white color on #739D8D background.