COLOR #739A95

HEX: #739A95
RGB: (115,154,149)

Color info

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

RGB color model

#739A95 color RGB value is (115,154,149).

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

RGB channels and saturation

R 115 of 255 = 45%
G 154 of 255 = 60%
B 149 of 255 = 58%

115
154
149

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

Portions of RGB colors in percentages

R + G + B =
115 + 154 + 149 = 418 (100%)
R 115 of 418 ~ 27.51%
G 154 of 418 ~ 36.84%
B 149 of 418 ~ 35.65%

%27.51
%36.84
%35.65

CMYK color model

#739A95 color CMYK value is (25,0,3,40).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 39.61%
CMYK:
(25,0,3,40)
C25M0Y3K40 
(25%,0%,3%,40%)
(0.25/0.00/0.03/0.40)	

CMYK percentages

%25.32
%0
%3.25
%39.61

Codes

Color #739A95 in popluar color models

739A95
RGB115154149
HSL172°16.18%52.75%
HSB/HSV172°25.32%60.39%
CMYK25.32%0.00%3.25%
39.61%

Color #739A95 in popluar number systems.

HEX739A95
Decimal115154149
Binary11100111001101010010101
Octal163232225

Shades and tints

Shades of #739A95

#739A95
(115,154,149)
#698C88
(105,140,136)
#5F7E7B
(95,126,123)
#55706E
(85,112,110)
#4B6261
(75,98,97)
#415454
(65,84,84)
#374647
(55,70,71)
#2D383A
(45,56,58)
#232A2D
(35,42,45)
#191C20
(25,28,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #739A95

#739A95
(115,154,149)
#7FA39E
(127,163,158)
#8BACA7
(139,172,167)
#97B5B0
(151,181,176)
#A3BEB9
(163,190,185)
#AFC7C2
(175,199,194)
#BBD0CB
(187,208,203)
#C7D9D4
(199,217,212)
#D3E2DD
(211,226,221)
#DFEBE6
(223,235,230)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739A95; }

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

This text font color is #739A95.


Background Color

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

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

This div background color is #739A95.


Border color

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

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

This div border color is #739A95.


Opacity

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

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

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

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

This text has shadow with #739A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739A95 on black background.


Color preview on white background

This text has color #739A95 on white background.



Black color preview on #739A95 background

This text has black color on #739A95 background.


White color preview on #739A95 background

This text has white color on #739A95 background.