COLOR #748E97

HEX: #748E97
RGB: (116,142,151)

Color info

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

RGB color model

#748E97 color RGB value is (116,142,151).

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

RGB channels and saturation

R 116 of 255 = 45%
G 142 of 255 = 56%
B 151 of 255 = 59%

116
142
151

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

Portions of RGB colors in percentages

R + G + B =
116 + 142 + 151 = 409 (100%)
R 116 of 409 ~ 28.36%
G 142 of 409 ~ 34.72%
B 151 of 409 ~ 36.92%

%28.36
%34.72
%36.92

CMYK color model

#748E97 color CMYK value is (23,6,0,41).

  • cyan value is 23.18%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,6,0,41)
C23M6Y0K41 
(23%,6%,0%,41%)
(0.23/0.06/0.00/0.41)	

CMYK percentages

%23.18
%5.96
%0
%40.78

Codes

Color #748E97 in popluar color models

748E97
RGB116142151
HSL195°14.40%52.35%
HSB/HSV195°23.18%59.22%
CMYK23.18%5.96%0.00%
40.78%

Color #748E97 in popluar number systems.

HEX748E97
Decimal116142151
Binary11101001000111010010111
Octal164216227

Shades and tints

Shades of #748E97

#748E97
(116,142,151)
#6A828A
(106,130,138)
#60767D
(96,118,125)
#566A70
(86,106,112)
#4C5E63
(76,94,99)
#425256
(66,82,86)
#384649
(56,70,73)
#2E3A3C
(46,58,60)
#242E2F
(36,46,47)
#1A2222
(26,34,34)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #748E97

#748E97
(116,142,151)
#8098A0
(128,152,160)
#8CA2A9
(140,162,169)
#98ACB2
(152,172,178)
#A4B6BB
(164,182,187)
#B0C0C4
(176,192,196)
#BCCACD
(188,202,205)
#C8D4D6
(200,212,214)
#D4DEDF
(212,222,223)
#E0E8E8
(224,232,232)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748E97; }

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

This text font color is #748E97.


Background Color

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

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

This div background color is #748E97.


Border color

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

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

This div border color is #748E97.


Opacity

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

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

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

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

This text has shadow with #748E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748E97 on black background.


Color preview on white background

This text has color #748E97 on white background.



Black color preview on #748E97 background

This text has black color on #748E97 background.


White color preview on #748E97 background

This text has white color on #748E97 background.