COLOR #739E79

HEX: #739E79
RGB: (115,158,121)

Color info

#739E79 contains red, green and blue colors in about the same proportion. Web safe color of #739E79 is #669966 (or #696).

RGB color model

#739E79 color RGB value is (115,158,121).

  • red value is 115;
  • green value is 158;
  • blue value is 121.
RGB:
(115,158,121)
(45%,62%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 158 of 255 = 62%
B 121 of 255 = 47%

115
158
121

R + G + B ~ 51%. #739E79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 158 + 121 = 394 (100%)
R 115 of 394 ~ 29.19%
G 158 of 394 ~ 40.1%
B 121 of 394 ~ 30.71%

%29.19
%40.1
%30.71

CMYK color model

#739E79 color CMYK value is (27,0,23,38).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 38.04%
CMYK:
(27,0,23,38)
C27M0Y23K38 
(27%,0%,23%,38%)
(0.27/0.00/0.23/0.38)	

CMYK percentages

%27.22
%0
%23.42
%38.04

Codes

Color #739E79 in popluar color models

739E79
RGB115158121
HSL128°18.14%53.53%
HSB/HSV128°27.22%61.96%
CMYK27.22%0.00%23.42%
38.04%

Color #739E79 in popluar number systems.

HEX739E79
Decimal115158121
Binary1110011100111101111001
Octal163236171

Shades and tints

Shades of #739E79

#739E79
(115,158,121)
#69906E
(105,144,110)
#5F8263
(95,130,99)
#557458
(85,116,88)
#4B664D
(75,102,77)
#415842
(65,88,66)
#374A37
(55,74,55)
#2D3C2C
(45,60,44)
#232E21
(35,46,33)
#192016
(25,32,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #739E79

#739E79
(115,158,121)
#7FA685
(127,166,133)
#8BAE91
(139,174,145)
#97B69D
(151,182,157)
#A3BEA9
(163,190,169)
#AFC6B5
(175,198,181)
#BBCEC1
(187,206,193)
#C7D6CD
(199,214,205)
#D3DED9
(211,222,217)
#DFE6E5
(223,230,229)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739E79 color. Also use rgb(115,158,121) instead hex code.

Text Font Color

.myTextColor { color: #739E79; }

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

This text font color is #739E79.


Background Color

.myBgColor { background-color: #739E79; }

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

This div background color is #739E79.


Border color

.myBorderColor { border: 1px solid #739E79; }

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

This div border color is #739E79.


Opacity

.myOpacity80 { color: #739E79; opacity: 0.8; }

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

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

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

This text has shadow with #739E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739E79 on black background.


Color preview on white background

This text has color #739E79 on white background.



Black color preview on #739E79 background

This text has black color on #739E79 background.


White color preview on #739E79 background

This text has white color on #739E79 background.