COLOR #739E8E

HEX: #739E8E
RGB: (115,158,142)

Color info

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

RGB color model

#739E8E color RGB value is (115,158,142).

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

RGB channels and saturation

R 115 of 255 = 45%
G 158 of 255 = 62%
B 142 of 255 = 56%

115
158
142

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

Portions of RGB colors in percentages

R + G + B =
115 + 158 + 142 = 415 (100%)
R 115 of 415 ~ 27.71%
G 158 of 415 ~ 38.07%
B 142 of 415 ~ 34.22%

%27.71
%38.07
%34.22

CMYK color model

#739E8E color CMYK value is (27,0,10,38).

  • cyan value is 27.22%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK:
(27,0,10,38)
C27M0Y10K38 
(27%,0%,10%,38%)
(0.27/0.00/0.10/0.38)	

CMYK percentages

%27.22
%0
%10.13
%38.04

Codes

Color #739E8E in popluar color models

739E8E
RGB115158142
HSL158°18.14%53.53%
HSB/HSV158°27.22%61.96%
CMYK27.22%0.00%10.13%
38.04%

Color #739E8E in popluar number systems.

HEX739E8E
Decimal115158142
Binary11100111001111010001110
Octal163236216

Shades and tints

Shades of #739E8E

#739E8E
(115,158,142)
#699082
(105,144,130)
#5F8276
(95,130,118)
#55746A
(85,116,106)
#4B665E
(75,102,94)
#415852
(65,88,82)
#374A46
(55,74,70)
#2D3C3A
(45,60,58)
#232E2E
(35,46,46)
#192022
(25,32,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #739E8E

#739E8E
(115,158,142)
#7FA698
(127,166,152)
#8BAEA2
(139,174,162)
#97B6AC
(151,182,172)
#A3BEB6
(163,190,182)
#AFC6C0
(175,198,192)
#BBCECA
(187,206,202)
#C7D6D4
(199,214,212)
#D3DEDE
(211,222,222)
#DFE6E8
(223,230,232)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #739E8E; }

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

This text font color is #739E8E.


Background Color

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

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

This div background color is #739E8E.


Border color

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

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

This div border color is #739E8E.


Opacity

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

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

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

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

This text has shadow with #739E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739E8E on black background.


Color preview on white background

This text has color #739E8E on white background.



Black color preview on #739E8E background

This text has black color on #739E8E background.


White color preview on #739E8E background

This text has white color on #739E8E background.