COLOR #749E86

HEX: #749E86
RGB: (116,158,134)

Color info

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

RGB color model

#749E86 color RGB value is (116,158,134).

  • red value is 116;
  • green value is 158;
  • blue value is 134.
RGB:
(116,158,134)
(45%,62%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 158 of 255 = 62%
B 134 of 255 = 53%

116
158
134

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

Portions of RGB colors in percentages

R + G + B =
116 + 158 + 134 = 408 (100%)
R 116 of 408 ~ 28.43%
G 158 of 408 ~ 38.73%
B 134 of 408 ~ 32.84%

%28.43
%38.73
%32.84

CMYK color model

#749E86 color CMYK value is (27,0,15,38).

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 15.19%
  • key color value is 38.04%
CMYK:
(27,0,15,38)
C27M0Y15K38 
(27%,0%,15%,38%)
(0.27/0.00/0.15/0.38)	

CMYK percentages

%26.58
%0
%15.19
%38.04

Codes

Color #749E86 in popluar color models

749E86
RGB116158134
HSL146°17.80%53.73%
HSB/HSV146°26.58%61.96%
CMYK26.58%0.00%15.19%
38.04%

Color #749E86 in popluar number systems.

HEX749E86
Decimal116158134
Binary11101001001111010000110
Octal164236206

Shades and tints

Shades of #749E86

#749E86
(116,158,134)
#6A907A
(106,144,122)
#60826E
(96,130,110)
#567462
(86,116,98)
#4C6656
(76,102,86)
#42584A
(66,88,74)
#384A3E
(56,74,62)
#2E3C32
(46,60,50)
#242E26
(36,46,38)
#1A201A
(26,32,26)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #749E86

#749E86
(116,158,134)
#80A691
(128,166,145)
#8CAE9C
(140,174,156)
#98B6A7
(152,182,167)
#A4BEB2
(164,190,178)
#B0C6BD
(176,198,189)
#BCCEC8
(188,206,200)
#C8D6D3
(200,214,211)
#D4DEDE
(212,222,222)
#E0E6E9
(224,230,233)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749E86 color. Also use rgb(116,158,134) instead hex code.

Text Font Color

.myTextColor { color: #749E86; }

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

This text font color is #749E86.


Background Color

.myBgColor { background-color: #749E86; }

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

This div background color is #749E86.


Border color

.myBorderColor { border: 1px solid #749E86; }

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

This div border color is #749E86.


Opacity

.myOpacity80 { color: #749E86; opacity: 0.8; }

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

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

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

This text has shadow with #749E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749E86 on black background.


Color preview on white background

This text has color #749E86 on white background.



Black color preview on #749E86 background

This text has black color on #749E86 background.


White color preview on #749E86 background

This text has white color on #749E86 background.