COLOR #748E84

HEX: #748E84
RGB: (116,142,132)

Color info

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

RGB color model

#748E84 color RGB value is (116,142,132).

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

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 132 of 255 = 52%

116
142
132

R + G + B ~ 51%. #748E84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 142 + 132 = 390 (100%)
R 116 of 390 ~ 29.74%
G 142 of 390 ~ 36.41%
B 132 of 390 ~ 33.85%

%29.74
%36.41
%33.85

CMYK color model

#748E84 color CMYK value is (18,0,7,44).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 7.04%
  • key color value is 44.31%
CMYK:
(18,0,7,44)
C18M0Y7K44 
(18%,0%,7%,44%)
(0.18/0.00/0.07/0.44)	

CMYK percentages

%18.31
%0
%7.04
%44.31

Codes

Color #748E84 in popluar color models

748E84
RGB116142132
HSL157°10.32%50.59%
HSB/HSV157°18.31%55.69%
CMYK18.31%0.00%7.04%
44.31%

Color #748E84 in popluar number systems.

HEX748E84
Decimal116142132
Binary11101001000111010000100
Octal164216204

Shades and tints

Shades of #748E84

#748E84
(116,142,132)
#6A8278
(106,130,120)
#60766C
(96,118,108)
#566A60
(86,106,96)
#4C5E54
(76,94,84)
#425248
(66,82,72)
#38463C
(56,70,60)
#2E3A30
(46,58,48)
#242E24
(36,46,36)
#1A2218
(26,34,24)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #748E84

#748E84
(116,142,132)
#80988F
(128,152,143)
#8CA29A
(140,162,154)
#98ACA5
(152,172,165)
#A4B6B0
(164,182,176)
#B0C0BB
(176,192,187)
#BCCAC6
(188,202,198)
#C8D4D1
(200,212,209)
#D4DEDC
(212,222,220)
#E0E8E7
(224,232,231)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748E84 color. Also use rgb(116,142,132) instead hex code.

Text Font Color

.myTextColor { color: #748E84; }

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

This text font color is #748E84.


Background Color

.myBgColor { background-color: #748E84; }

<div style="background-color:#748E84">Inner text</div>

This div background color is #748E84.


Border color

.myBorderColor { border: 1px solid #748E84; }

<div style="border:3px solid #748E84">Div</div>

This div border color is #748E84.


Opacity

.myOpacity80 { color: #748E84; opacity: 0.8; }

<p style="color:#748E84;opacity:0.8;">80%</p>

Text with #748E84 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 #748E84;}

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

This text has shadow with #748E84 color.

.textShadow {text-shadow: 3px 3px 1px #748E84, 3px 3px 1px red;}

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

This text has shadow with #748E84 primary color and red secondary color.


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

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

This text has shadow with #748E84 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748E84 on black background.


Color preview on white background

This text has color #748E84 on white background.



Black color preview on #748E84 background

This text has black color on #748E84 background.


White color preview on #748E84 background

This text has white color on #748E84 background.