COLOR #748E85

HEX: #748E85
RGB: (116,142,133)

Color info

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

RGB color model

#748E85 color RGB value is (116,142,133).

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

RGB channels and saturation

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

116
142
133

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

Portions of RGB colors in percentages

R + G + B =
116 + 142 + 133 = 391 (100%)
R 116 of 391 ~ 29.67%
G 142 of 391 ~ 36.32%
B 133 of 391 ~ 34.02%

%29.67
%36.32
%34.02

CMYK color model

#748E85 color CMYK value is (18,0,6,44).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 44.31%
CMYK:
(18,0,6,44)
C18M0Y6K44 
(18%,0%,6%,44%)
(0.18/0.00/0.06/0.44)	

CMYK percentages

%18.31
%0
%6.34
%44.31

Codes

Color #748E85 in popluar color models

748E85
RGB116142133
HSL159°10.32%50.59%
HSB/HSV159°18.31%55.69%
CMYK18.31%0.00%6.34%
44.31%

Color #748E85 in popluar number systems.

HEX748E85
Decimal116142133
Binary11101001000111010000101
Octal164216205

Shades and tints

Shades of #748E85

#748E85
(116,142,133)
#6A8279
(106,130,121)
#60766D
(96,118,109)
#566A61
(86,106,97)
#4C5E55
(76,94,85)
#425249
(66,82,73)
#38463D
(56,70,61)
#2E3A31
(46,58,49)
#242E25
(36,46,37)
#1A2219
(26,34,25)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #748E85

#748E85
(116,142,133)
#809890
(128,152,144)
#8CA29B
(140,162,155)
#98ACA6
(152,172,166)
#A4B6B1
(164,182,177)
#B0C0BC
(176,192,188)
#BCCAC7
(188,202,199)
#C8D4D2
(200,212,210)
#D4DEDD
(212,222,221)
#E0E8E8
(224,232,232)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748E85; }

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

This text font color is #748E85.


Background Color

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

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

This div background color is #748E85.


Border color

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

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

This div border color is #748E85.


Opacity

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

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

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

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

This text has shadow with #748E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748E85 on black background.


Color preview on white background

This text has color #748E85 on white background.



Black color preview on #748E85 background

This text has black color on #748E85 background.


White color preview on #748E85 background

This text has white color on #748E85 background.