COLOR #739684

HEX: #739684
RGB: (115,150,132)

Color info

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

RGB color model

#739684 color RGB value is (115,150,132).

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

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 132 of 255 = 52%

115
150
132

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

Portions of RGB colors in percentages

R + G + B =
115 + 150 + 132 = 397 (100%)
R 115 of 397 ~ 28.97%
G 150 of 397 ~ 37.78%
B 132 of 397 ~ 33.25%

%28.97
%37.78
%33.25

CMYK color model

#739684 color CMYK value is (23,0,12,41).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(23,0,12,41)
C23M0Y12K41 
(23%,0%,12%,41%)
(0.23/0.00/0.12/0.41)	

CMYK percentages

%23.33
%0
%12
%41.18

Codes

Color #739684 in popluar color models

739684
RGB115150132
HSL149°14.29%51.96%
HSB/HSV149°23.33%58.82%
CMYK23.33%0.00%12.00%
41.18%

Color #739684 in popluar number systems.

HEX739684
Decimal115150132
Binary11100111001011010000100
Octal163226204

Shades and tints

Shades of #739684

#739684
(115,150,132)
#698978
(105,137,120)
#5F7C6C
(95,124,108)
#556F60
(85,111,96)
#4B6254
(75,98,84)
#415548
(65,85,72)
#37483C
(55,72,60)
#2D3B30
(45,59,48)
#232E24
(35,46,36)
#192118
(25,33,24)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #739684

#739684
(115,150,132)
#7F9F8F
(127,159,143)
#8BA89A
(139,168,154)
#97B1A5
(151,177,165)
#A3BAB0
(163,186,176)
#AFC3BB
(175,195,187)
#BBCCC6
(187,204,198)
#C7D5D1
(199,213,209)
#D3DEDC
(211,222,220)
#DFE7E7
(223,231,231)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739684; }

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

This text font color is #739684.


Background Color

.myBgColor { background-color: #739684; }

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

This div background color is #739684.


Border color

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

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

This div border color is #739684.


Opacity

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

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

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

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

This text has shadow with #739684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739684 on black background.


Color preview on white background

This text has color #739684 on white background.



Black color preview on #739684 background

This text has black color on #739684 background.


White color preview on #739684 background

This text has white color on #739684 background.