COLOR #739488

HEX: #739488
RGB: (115,148,136)

Color info

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

RGB color model

#739488 color RGB value is (115,148,136).

  • red value is 115;
  • green value is 148;
  • blue value is 136.
RGB:
(115,148,136)
(45%,58%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 136 of 255 = 53%

115
148
136

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

Portions of RGB colors in percentages

R + G + B =
115 + 148 + 136 = 399 (100%)
R 115 of 399 ~ 28.82%
G 148 of 399 ~ 37.09%
B 136 of 399 ~ 34.09%

%28.82
%37.09
%34.09

CMYK color model

#739488 color CMYK value is (22,0,8,42).

  • cyan value is 22.30%
  • magenta value is 0.00%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(22,0,8,42)
C22M0Y8K42 
(22%,0%,8%,42%)
(0.22/0.00/0.08/0.42)	

CMYK percentages

%22.3
%0
%8.11
%41.96

Codes

Color #739488 in popluar color models

739488
RGB115148136
HSL158°13.36%51.57%
HSB/HSV158°22.30%58.04%
CMYK22.30%0.00%8.11%
41.96%

Color #739488 in popluar number systems.

HEX739488
Decimal115148136
Binary11100111001010010001000
Octal163224210

Shades and tints

Shades of #739488

#739488
(115,148,136)
#69877C
(105,135,124)
#5F7A70
(95,122,112)
#556D64
(85,109,100)
#4B6058
(75,96,88)
#41534C
(65,83,76)
#374640
(55,70,64)
#2D3934
(45,57,52)
#232C28
(35,44,40)
#191F1C
(25,31,28)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #739488

#739488
(115,148,136)
#7F9D92
(127,157,146)
#8BA69C
(139,166,156)
#97AFA6
(151,175,166)
#A3B8B0
(163,184,176)
#AFC1BA
(175,193,186)
#BBCAC4
(187,202,196)
#C7D3CE
(199,211,206)
#D3DCD8
(211,220,216)
#DFE5E2
(223,229,226)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739488 color. Also use rgb(115,148,136) instead hex code.

Text Font Color

.myTextColor { color: #739488; }

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

This text font color is #739488.


Background Color

.myBgColor { background-color: #739488; }

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

This div background color is #739488.


Border color

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

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

This div border color is #739488.


Opacity

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

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

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

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

This text has shadow with #739488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739488 on black background.


Color preview on white background

This text has color #739488 on white background.



Black color preview on #739488 background

This text has black color on #739488 background.


White color preview on #739488 background

This text has white color on #739488 background.