COLOR #739BA8

HEX: #739BA8
RGB: (115,155,168)

Color info

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

RGB color model

#739BA8 color RGB value is (115,155,168).

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

RGB channels and saturation

R 115 of 255 = 45%
G 155 of 255 = 61%
B 168 of 255 = 66%

115
155
168

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

Portions of RGB colors in percentages

R + G + B =
115 + 155 + 168 = 438 (100%)
R 115 of 438 ~ 26.26%
G 155 of 438 ~ 35.39%
B 168 of 438 ~ 38.36%

%26.26
%35.39
%38.36

CMYK color model

#739BA8 color CMYK value is (32,8,0,34).

  • cyan value is 31.55%
  • magenta value is 7.74%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(32,8,0,34)
C32M8Y0K34 
(32%,8%,0%,34%)
(0.32/0.08/0.00/0.34)	

CMYK percentages

%31.55
%7.74
%0
%34.12

Codes

Color #739BA8 in popluar color models

739BA8
RGB115155168
HSL195°23.35%55.49%
HSB/HSV195°31.55%65.88%
CMYK31.55%7.74%0.00%
34.12%

Color #739BA8 in popluar number systems.

HEX739BA8
Decimal115155168
Binary11100111001101110101000
Octal163233250

Shades and tints

Shades of #739BA8

#739BA8
(115,155,168)
#698D99
(105,141,153)
#5F7F8A
(95,127,138)
#55717B
(85,113,123)
#4B636C
(75,99,108)
#41555D
(65,85,93)
#37474E
(55,71,78)
#2D393F
(45,57,63)
#232B30
(35,43,48)
#191D21
(25,29,33)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #739BA8

#739BA8
(115,155,168)
#7FA4AF
(127,164,175)
#8BADB6
(139,173,182)
#97B6BD
(151,182,189)
#A3BFC4
(163,191,196)
#AFC8CB
(175,200,203)
#BBD1D2
(187,209,210)
#C7DAD9
(199,218,217)
#D3E3E0
(211,227,224)
#DFECE7
(223,236,231)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739BA8; }

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

This text font color is #739BA8.


Background Color

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

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

This div background color is #739BA8.


Border color

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

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

This div border color is #739BA8.


Opacity

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

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

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

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

This text has shadow with #739BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739BA8 on black background.


Color preview on white background

This text has color #739BA8 on white background.



Black color preview on #739BA8 background

This text has black color on #739BA8 background.


White color preview on #739BA8 background

This text has white color on #739BA8 background.