COLOR #749D84

HEX: #749D84
RGB: (116,157,132)

Color info

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

RGB color model

#749D84 color RGB value is (116,157,132).

  • red value is 116;
  • green value is 157;
  • blue value is 132.
RGB:
(116,157,132)
(45%,62%,52%)

RGB channels and saturation

R 116 of 255 = 45%
G 157 of 255 = 62%
B 132 of 255 = 52%

116
157
132

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

Portions of RGB colors in percentages

R + G + B =
116 + 157 + 132 = 405 (100%)
R 116 of 405 ~ 28.64%
G 157 of 405 ~ 38.77%
B 132 of 405 ~ 32.59%

%28.64
%38.77
%32.59

CMYK color model

#749D84 color CMYK value is (26,0,16,38).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 15.92%
  • key color value is 38.43%
CMYK:
(26,0,16,38)
C26M0Y16K38 
(26%,0%,16%,38%)
(0.26/0.00/0.16/0.38)	

CMYK percentages

%26.11
%0
%15.92
%38.43

Codes

Color #749D84 in popluar color models

749D84
RGB116157132
HSL143°17.30%53.53%
HSB/HSV143°26.11%61.57%
CMYK26.11%0.00%15.92%
38.43%

Color #749D84 in popluar number systems.

HEX749D84
Decimal116157132
Binary11101001001110110000100
Octal164235204

Shades and tints

Shades of #749D84

#749D84
(116,157,132)
#6A8F78
(106,143,120)
#60816C
(96,129,108)
#567360
(86,115,96)
#4C6554
(76,101,84)
#425748
(66,87,72)
#38493C
(56,73,60)
#2E3B30
(46,59,48)
#242D24
(36,45,36)
#1A1F18
(26,31,24)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #749D84

#749D84
(116,157,132)
#80A58F
(128,165,143)
#8CAD9A
(140,173,154)
#98B5A5
(152,181,165)
#A4BDB0
(164,189,176)
#B0C5BB
(176,197,187)
#BCCDC6
(188,205,198)
#C8D5D1
(200,213,209)
#D4DDDC
(212,221,220)
#E0E5E7
(224,229,231)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749D84 color. Also use rgb(116,157,132) instead hex code.

Text Font Color

.myTextColor { color: #749D84; }

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

This text font color is #749D84.


Background Color

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

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

This div background color is #749D84.


Border color

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

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

This div border color is #749D84.


Opacity

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

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

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

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

This text has shadow with #749D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749D84 on black background.


Color preview on white background

This text has color #749D84 on white background.



Black color preview on #749D84 background

This text has black color on #749D84 background.


White color preview on #749D84 background

This text has white color on #749D84 background.