COLOR #739BA1

HEX: #739BA1
RGB: (115,155,161)

Color info

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

RGB color model

#739BA1 color RGB value is (115,155,161).

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

RGB channels and saturation

R 115 of 255 = 45%
G 155 of 255 = 61%
B 161 of 255 = 63%

115
155
161

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

Portions of RGB colors in percentages

R + G + B =
115 + 155 + 161 = 431 (100%)
R 115 of 431 ~ 26.68%
G 155 of 431 ~ 35.96%
B 161 of 431 ~ 37.35%

%26.68
%35.96
%37.35

CMYK color model

#739BA1 color CMYK value is (29,4,0,37).

  • cyan value is 28.57%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(29,4,0,37)
C29M4Y0K37 
(29%,4%,0%,37%)
(0.29/0.04/0.00/0.37)	

CMYK percentages

%28.57
%3.73
%0
%36.86

Codes

Color #739BA1 in popluar color models

739BA1
RGB115155161
HSL188°19.66%54.12%
HSB/HSV188°28.57%63.14%
CMYK28.57%3.73%0.00%
36.86%

Color #739BA1 in popluar number systems.

HEX739BA1
Decimal115155161
Binary11100111001101110100001
Octal163233241

Shades and tints

Shades of #739BA1

#739BA1
(115,155,161)
#698D93
(105,141,147)
#5F7F85
(95,127,133)
#557177
(85,113,119)
#4B6369
(75,99,105)
#41555B
(65,85,91)
#37474D
(55,71,77)
#2D393F
(45,57,63)
#232B31
(35,43,49)
#191D23
(25,29,35)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #739BA1

#739BA1
(115,155,161)
#7FA4A9
(127,164,169)
#8BADB1
(139,173,177)
#97B6B9
(151,182,185)
#A3BFC1
(163,191,193)
#AFC8C9
(175,200,201)
#BBD1D1
(187,209,209)
#C7DAD9
(199,218,217)
#D3E3E1
(211,227,225)
#DFECE9
(223,236,233)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739BA1; }

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

This text font color is #739BA1.


Background Color

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

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

This div background color is #739BA1.


Border color

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

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

This div border color is #739BA1.


Opacity

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

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

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

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

This text has shadow with #739BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739BA1 on black background.


Color preview on white background

This text has color #739BA1 on white background.



Black color preview on #739BA1 background

This text has black color on #739BA1 background.


White color preview on #739BA1 background

This text has white color on #739BA1 background.