COLOR #749A84

HEX: #749A84
RGB: (116,154,132)

Color info

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

RGB color model

#749A84 color RGB value is (116,154,132).

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

RGB channels and saturation

R 116 of 255 = 45%
G 154 of 255 = 60%
B 132 of 255 = 52%

116
154
132

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

Portions of RGB colors in percentages

R + G + B =
116 + 154 + 132 = 402 (100%)
R 116 of 402 ~ 28.86%
G 154 of 402 ~ 38.31%
B 132 of 402 ~ 32.84%

%28.86
%38.31
%32.84

CMYK color model

#749A84 color CMYK value is (25,0,14,40).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 39.61%
CMYK:
(25,0,14,40)
C25M0Y14K40 
(25%,0%,14%,40%)
(0.25/0.00/0.14/0.40)	

CMYK percentages

%24.68
%0
%14.29
%39.61

Codes

Color #749A84 in popluar color models

749A84
RGB116154132
HSL145°15.83%52.94%
HSB/HSV145°24.68%60.39%
CMYK24.68%0.00%14.29%
39.61%

Color #749A84 in popluar number systems.

HEX749A84
Decimal116154132
Binary11101001001101010000100
Octal164232204

Shades and tints

Shades of #749A84

#749A84
(116,154,132)
#6A8C78
(106,140,120)
#607E6C
(96,126,108)
#567060
(86,112,96)
#4C6254
(76,98,84)
#425448
(66,84,72)
#38463C
(56,70,60)
#2E3830
(46,56,48)
#242A24
(36,42,36)
#1A1C18
(26,28,24)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #749A84

#749A84
(116,154,132)
#80A38F
(128,163,143)
#8CAC9A
(140,172,154)
#98B5A5
(152,181,165)
#A4BEB0
(164,190,176)
#B0C7BB
(176,199,187)
#BCD0C6
(188,208,198)
#C8D9D1
(200,217,209)
#D4E2DC
(212,226,220)
#E0EBE7
(224,235,231)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749A84; }

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

This text font color is #749A84.


Background Color

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

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

This div background color is #749A84.


Border color

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

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

This div border color is #749A84.


Opacity

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

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

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

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

This text has shadow with #749A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749A84 on black background.


Color preview on white background

This text has color #749A84 on white background.



Black color preview on #749A84 background

This text has black color on #749A84 background.


White color preview on #749A84 background

This text has white color on #749A84 background.