COLOR #739AA7

HEX: #739AA7
RGB: (115,154,167)

Color info

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

RGB color model

#739AA7 color RGB value is (115,154,167).

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

RGB channels and saturation

R 115 of 255 = 45%
G 154 of 255 = 60%
B 167 of 255 = 65%

115
154
167

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

Portions of RGB colors in percentages

R + G + B =
115 + 154 + 167 = 436 (100%)
R 115 of 436 ~ 26.38%
G 154 of 436 ~ 35.32%
B 167 of 436 ~ 38.3%

%26.38
%35.32
%38.3

CMYK color model

#739AA7 color CMYK value is (31,8,0,35).

  • cyan value is 31.14%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,8,0,35)
C31M8Y0K35 
(31%,8%,0%,35%)
(0.31/0.08/0.00/0.35)	

CMYK percentages

%31.14
%7.78
%0
%34.51

Codes

Color #739AA7 in popluar color models

739AA7
RGB115154167
HSL195°22.81%55.29%
HSB/HSV195°31.14%65.49%
CMYK31.14%7.78%0.00%
34.51%

Color #739AA7 in popluar number systems.

HEX739AA7
Decimal115154167
Binary11100111001101010100111
Octal163232247

Shades and tints

Shades of #739AA7

#739AA7
(115,154,167)
#698C98
(105,140,152)
#5F7E89
(95,126,137)
#55707A
(85,112,122)
#4B626B
(75,98,107)
#41545C
(65,84,92)
#37464D
(55,70,77)
#2D383E
(45,56,62)
#232A2F
(35,42,47)
#191C20
(25,28,32)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #739AA7

#739AA7
(115,154,167)
#7FA3AF
(127,163,175)
#8BACB7
(139,172,183)
#97B5BF
(151,181,191)
#A3BEC7
(163,190,199)
#AFC7CF
(175,199,207)
#BBD0D7
(187,208,215)
#C7D9DF
(199,217,223)
#D3E2E7
(211,226,231)
#DFEBEF
(223,235,239)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739AA7; }

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

This text font color is #739AA7.


Background Color

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

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

This div background color is #739AA7.


Border color

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

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

This div border color is #739AA7.


Opacity

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

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

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

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

This text has shadow with #739AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739AA7 on black background.


Color preview on white background

This text has color #739AA7 on white background.



Black color preview on #739AA7 background

This text has black color on #739AA7 background.


White color preview on #739AA7 background

This text has white color on #739AA7 background.