COLOR #739EAF

HEX: #739EAF
RGB: (115,158,175)

Color info

#739EAF contains mainly green and blue colors. Web safe color of #739EAF is #669999 (or #699).

RGB color model

#739EAF color RGB value is (115,158,175).

  • red value is 115;
  • green value is 158;
  • blue value is 175.
RGB:
(115,158,175)
(45%,62%,69%)

RGB channels and saturation

R 115 of 255 = 45%
G 158 of 255 = 62%
B 175 of 255 = 69%

115
158
175

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

Portions of RGB colors in percentages

R + G + B =
115 + 158 + 175 = 448 (100%)
R 115 of 448 ~ 25.67%
G 158 of 448 ~ 35.27%
B 175 of 448 ~ 39.06%

%25.67
%35.27
%39.06

CMYK color model

#739EAF color CMYK value is (34,10,0,31).

  • cyan value is 34.29%
  • magenta value is 9.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(34,10,0,31)
C34M10Y0K31 
(34%,10%,0%,31%)
(0.34/0.10/0.00/0.31)	

CMYK percentages

%34.29
%9.71
%0
%31.37

Codes

Color #739EAF in popluar color models

739EAF
RGB115158175
HSL197°27.27%56.86%
HSB/HSV197°34.29%68.63%
CMYK34.29%9.71%0.00%
31.37%

Color #739EAF in popluar number systems.

HEX739EAF
Decimal115158175
Binary11100111001111010101111
Octal163236257

Shades and tints

Shades of #739EAF

#739EAF
(115,158,175)
#6990A0
(105,144,160)
#5F8291
(95,130,145)
#557482
(85,116,130)
#4B6673
(75,102,115)
#415864
(65,88,100)
#374A55
(55,74,85)
#2D3C46
(45,60,70)
#232E37
(35,46,55)
#192028
(25,32,40)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #739EAF

#739EAF
(115,158,175)
#7FA6B6
(127,166,182)
#8BAEBD
(139,174,189)
#97B6C4
(151,182,196)
#A3BECB
(163,190,203)
#AFC6D2
(175,198,210)
#BBCED9
(187,206,217)
#C7D6E0
(199,214,224)
#D3DEE7
(211,222,231)
#DFE6EE
(223,230,238)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739EAF color. Also use rgb(115,158,175) instead hex code.

Text Font Color

.myTextColor { color: #739EAF; }

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

This text font color is #739EAF.


Background Color

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

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

This div background color is #739EAF.


Border color

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

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

This div border color is #739EAF.


Opacity

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

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

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

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

This text has shadow with #739EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739EAF on black background.


Color preview on white background

This text has color #739EAF on white background.



Black color preview on #739EAF background

This text has black color on #739EAF background.


White color preview on #739EAF background

This text has white color on #739EAF background.