COLOR #739392

HEX: #739392
RGB: (115,147,146)

Color info

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

RGB color model

#739392 color RGB value is (115,147,146).

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

RGB channels and saturation

R 115 of 255 = 45%
G 147 of 255 = 58%
B 146 of 255 = 57%

115
147
146

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

Portions of RGB colors in percentages

R + G + B =
115 + 147 + 146 = 408 (100%)
R 115 of 408 ~ 28.19%
G 147 of 408 ~ 36.03%
B 146 of 408 ~ 35.78%

%28.19
%36.03
%35.78

CMYK color model

#739392 color CMYK value is (22,0,1,42).

  • cyan value is 21.77%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 42.35%
CMYK:
(22,0,1,42)
C22M0Y1K42 
(22%,0%,1%,42%)
(0.22/0.00/0.01/0.42)	

CMYK percentages

%21.77
%0
%0.68
%42.35

Codes

Color #739392 in popluar color models

739392
RGB115147146
HSL178°12.90%51.37%
HSB/HSV178°21.77%57.65%
CMYK21.77%0.00%0.68%
42.35%

Color #739392 in popluar number systems.

HEX739392
Decimal115147146
Binary11100111001001110010010
Octal163223222

Shades and tints

Shades of #739392

#739392
(115,147,146)
#698685
(105,134,133)
#5F7978
(95,121,120)
#556C6B
(85,108,107)
#4B5F5E
(75,95,94)
#415251
(65,82,81)
#374544
(55,69,68)
#2D3837
(45,56,55)
#232B2A
(35,43,42)
#191E1D
(25,30,29)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #739392

#739392
(115,147,146)
#7F9C9B
(127,156,155)
#8BA5A4
(139,165,164)
#97AEAD
(151,174,173)
#A3B7B6
(163,183,182)
#AFC0BF
(175,192,191)
#BBC9C8
(187,201,200)
#C7D2D1
(199,210,209)
#D3DBDA
(211,219,218)
#DFE4E3
(223,228,227)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739392; }

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

This text font color is #739392.


Background Color

.myBgColor { background-color: #739392; }

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

This div background color is #739392.


Border color

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

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

This div border color is #739392.


Opacity

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

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

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

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

This text has shadow with #739392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739392 on black background.


Color preview on white background

This text has color #739392 on white background.



Black color preview on #739392 background

This text has black color on #739392 background.


White color preview on #739392 background

This text has white color on #739392 background.