COLOR #739B99

HEX: #739B99
RGB: (115,155,153)

Color info

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

RGB color model

#739B99 color RGB value is (115,155,153).

  • red value is 115;
  • green value is 155;
  • blue value is 153.
RGB:
(115,155,153)
(45%,61%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 155 of 255 = 61%
B 153 of 255 = 60%

115
155
153

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

Portions of RGB colors in percentages

R + G + B =
115 + 155 + 153 = 423 (100%)
R 115 of 423 ~ 27.19%
G 155 of 423 ~ 36.64%
B 153 of 423 ~ 36.17%

%27.19
%36.64
%36.17

CMYK color model

#739B99 color CMYK value is (26,0,1,39).

  • cyan value is 25.81%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(26,0,1,39)
C26M0Y1K39 
(26%,0%,1%,39%)
(0.26/0.00/0.01/0.39)	

CMYK percentages

%25.81
%0
%1.29
%39.22

Codes

Color #739B99 in popluar color models

739B99
RGB115155153
HSL177°16.67%52.94%
HSB/HSV177°25.81%60.78%
CMYK25.81%0.00%1.29%
39.22%

Color #739B99 in popluar number systems.

HEX739B99
Decimal115155153
Binary11100111001101110011001
Octal163233231

Shades and tints

Shades of #739B99

#739B99
(115,155,153)
#698D8C
(105,141,140)
#5F7F7F
(95,127,127)
#557172
(85,113,114)
#4B6365
(75,99,101)
#415558
(65,85,88)
#37474B
(55,71,75)
#2D393E
(45,57,62)
#232B31
(35,43,49)
#191D24
(25,29,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #739B99

#739B99
(115,155,153)
#7FA4A2
(127,164,162)
#8BADAB
(139,173,171)
#97B6B4
(151,182,180)
#A3BFBD
(163,191,189)
#AFC8C6
(175,200,198)
#BBD1CF
(187,209,207)
#C7DAD8
(199,218,216)
#D3E3E1
(211,227,225)
#DFECEA
(223,236,234)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739B99 color. Also use rgb(115,155,153) instead hex code.

Text Font Color

.myTextColor { color: #739B99; }

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

This text font color is #739B99.


Background Color

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

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

This div background color is #739B99.


Border color

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

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

This div border color is #739B99.


Opacity

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

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

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

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

This text has shadow with #739B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739B99 on black background.


Color preview on white background

This text has color #739B99 on white background.



Black color preview on #739B99 background

This text has black color on #739B99 background.


White color preview on #739B99 background

This text has white color on #739B99 background.