COLOR #749A86

HEX: #749A86
RGB: (116,154,134)

Color info

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

RGB color model

#749A86 color RGB value is (116,154,134).

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

RGB channels and saturation

R 116 of 255 = 45%
G 154 of 255 = 60%
B 134 of 255 = 53%

116
154
134

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

Portions of RGB colors in percentages

R + G + B =
116 + 154 + 134 = 404 (100%)
R 116 of 404 ~ 28.71%
G 154 of 404 ~ 38.12%
B 134 of 404 ~ 33.17%

%28.71
%38.12
%33.17

CMYK color model

#749A86 color CMYK value is (25,0,13,40).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 39.61%
CMYK: (25,0,13,40) C25M0Y13K40 (25%,0%,13%,40%) (0.25/0.00/0.13/0.40)

CMYK percentages

%24.68
%0
%12.99
%39.61

Codes

Color #749A86 in popluar color models

749A86
RGB116154134
HSL148°15.83%52.94%
HSB/HSV148°24.68%60.39%
CMYK24.68%0.00%12.99%
39.61%

Color #749A86 in popluar number systems.

HEX749A86
Decimal116154134
Binary11101001001101010000110
Octal164232206

Shades and tints

Shades of #749A86

#749A86
(116,154,134)
#6A8C7A
(106,140,122)
#607E6E
(96,126,110)
#567062
(86,112,98)
#4C6256
(76,98,86)
#42544A
(66,84,74)
#38463E
(56,70,62)
#2E3832
(46,56,50)
#242A26
(36,42,38)
#1A1C1A
(26,28,26)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #749A86

#749A86
(116,154,134)
#80A391
(128,163,145)
#8CAC9C
(140,172,156)
#98B5A7
(152,181,167)
#A4BEB2
(164,190,178)
#B0C7BD
(176,199,189)
#BCD0C8
(188,208,200)
#C8D9D3
(200,217,211)
#D4E2DE
(212,226,222)
#E0EBE9
(224,235,233)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749A86; }

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

This text font color is #749A86.


Background Color

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

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

This div background color is #749A86.


Border color

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

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

This div border color is #749A86.


Opacity

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

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

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

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

This text has shadow with #749A86 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #749A86 on black background.


Color preview on white background

This text has color #749A86 on white background.



Black color preview on #749A86 background

This text has black color on #749A86 background.


White color preview on #749A86 background

This text has white color on #749A86 background.