COLOR #739296

HEX: #739296
RGB: (115,146,150)

Color info

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

RGB color model

#739296 color RGB value is (115,146,150).

  • red value is 115;
  • green value is 146;
  • blue value is 150.
RGB:
(115,146,150)
(45%,57%,59%)

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 150 of 255 = 59%

115
146
150

R + G + B ~ 54%. #739296 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 146 + 150 = 411 (100%)
R 115 of 411 ~ 27.98%
G 146 of 411 ~ 35.52%
B 150 of 411 ~ 36.5%

%27.98
%35.52
%36.5

CMYK color model

#739296 color CMYK value is (23,3,0,41).

  • cyan value is 23.33%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(23,3,0,41)
C23M3Y0K41 
(23%,3%,0%,41%)
(0.23/0.03/0.00/0.41)	

CMYK percentages

%23.33
%2.67
%0
%41.18

Codes

Color #739296 in popluar color models

739296
RGB115146150
HSL187°14.29%51.96%
HSB/HSV187°23.33%58.82%
CMYK23.33%2.67%0.00%
41.18%

Color #739296 in popluar number systems.

HEX739296
Decimal115146150
Binary11100111001001010010110
Octal163222226

Shades and tints

Shades of #739296

#739296
(115,146,150)
#698589
(105,133,137)
#5F787C
(95,120,124)
#556B6F
(85,107,111)
#4B5E62
(75,94,98)
#415155
(65,81,85)
#374448
(55,68,72)
#2D373B
(45,55,59)
#232A2E
(35,42,46)
#191D21
(25,29,33)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #739296

#739296
(115,146,150)
#7F9B9F
(127,155,159)
#8BA4A8
(139,164,168)
#97ADB1
(151,173,177)
#A3B6BA
(163,182,186)
#AFBFC3
(175,191,195)
#BBC8CC
(187,200,204)
#C7D1D5
(199,209,213)
#D3DADE
(211,218,222)
#DFE3E7
(223,227,231)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739296 color. Also use rgb(115,146,150) instead hex code.

Text Font Color

.myTextColor { color: #739296; }

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

This text font color is #739296.


Background Color

.myBgColor { background-color: #739296; }

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

This div background color is #739296.


Border color

.myBorderColor { border: 1px solid #739296; }

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

This div border color is #739296.


Opacity

.myOpacity80 { color: #739296; opacity: 0.8; }

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

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

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

This text has shadow with #739296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739296 on black background.


Color preview on white background

This text has color #739296 on white background.



Black color preview on #739296 background

This text has black color on #739296 background.


White color preview on #739296 background

This text has white color on #739296 background.