COLOR #739495

HEX: #739495
RGB: (115,148,149)

Color info

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

RGB color model

#739495 color RGB value is (115,148,149).

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

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 149 of 255 = 58%

115
148
149

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

Portions of RGB colors in percentages

R + G + B =
115 + 148 + 149 = 412 (100%)
R 115 of 412 ~ 27.91%
G 148 of 412 ~ 35.92%
B 149 of 412 ~ 36.17%

%27.91
%35.92
%36.17

CMYK color model

#739495 color CMYK value is (23,1,0,42).

  • cyan value is 22.82%
  • magenta value is 0.67%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(23,1,0,42)
C23M1Y0K42 
(23%,1%,0%,42%)
(0.23/0.01/0.00/0.42)	

CMYK percentages

%22.82
%0.67
%0
%41.57

Codes

Color #739495 in popluar color models

739495
RGB115148149
HSL182°13.82%51.76%
HSB/HSV182°22.82%58.43%
CMYK22.82%0.67%0.00%
41.57%

Color #739495 in popluar number systems.

HEX739495
Decimal115148149
Binary11100111001010010010101
Octal163224225

Shades and tints

Shades of #739495

#739495
(115,148,149)
#698788
(105,135,136)
#5F7A7B
(95,122,123)
#556D6E
(85,109,110)
#4B6061
(75,96,97)
#415354
(65,83,84)
#374647
(55,70,71)
#2D393A
(45,57,58)
#232C2D
(35,44,45)
#191F20
(25,31,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #739495

#739495
(115,148,149)
#7F9D9E
(127,157,158)
#8BA6A7
(139,166,167)
#97AFB0
(151,175,176)
#A3B8B9
(163,184,185)
#AFC1C2
(175,193,194)
#BBCACB
(187,202,203)
#C7D3D4
(199,211,212)
#D3DCDD
(211,220,221)
#DFE5E6
(223,229,230)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739495; }

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

This text font color is #739495.


Background Color

.myBgColor { background-color: #739495; }

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

This div background color is #739495.


Border color

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

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

This div border color is #739495.


Opacity

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

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

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

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

This text has shadow with #739495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739495 on black background.


Color preview on white background

This text has color #739495 on white background.



Black color preview on #739495 background

This text has black color on #739495 background.


White color preview on #739495 background

This text has white color on #739495 background.