COLOR #748497

HEX: #748497
RGB: (116,132,151)

Color info

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

RGB color model

#748497 color RGB value is (116,132,151).

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

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 151 of 255 = 59%

116
132
151

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

Portions of RGB colors in percentages

R + G + B =
116 + 132 + 151 = 399 (100%)
R 116 of 399 ~ 29.07%
G 132 of 399 ~ 33.08%
B 151 of 399 ~ 37.84%

%29.07
%33.08
%37.84

CMYK color model

#748497 color CMYK value is (23,13,0,41).

  • cyan value is 23.18%
  • magenta value is 12.58%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(23,13,0,41)
C23M13Y0K41 
(23%,13%,0%,41%)
(0.23/0.13/0.00/0.41)	

CMYK percentages

%23.18
%12.58
%0
%40.78

Codes

Color #748497 in popluar color models

748497
RGB116132151
HSL213°14.40%52.35%
HSB/HSV213°23.18%59.22%
CMYK23.18%12.58%0.00%
40.78%

Color #748497 in popluar number systems.

HEX748497
Decimal116132151
Binary11101001000010010010111
Octal164204227

Shades and tints

Shades of #748497

#748497
(116,132,151)
#6A788A
(106,120,138)
#606C7D
(96,108,125)
#566070
(86,96,112)
#4C5463
(76,84,99)
#424856
(66,72,86)
#383C49
(56,60,73)
#2E303C
(46,48,60)
#24242F
(36,36,47)
#1A1822
(26,24,34)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #748497

#748497
(116,132,151)
#808FA0
(128,143,160)
#8C9AA9
(140,154,169)
#98A5B2
(152,165,178)
#A4B0BB
(164,176,187)
#B0BBC4
(176,187,196)
#BCC6CD
(188,198,205)
#C8D1D6
(200,209,214)
#D4DCDF
(212,220,223)
#E0E7E8
(224,231,232)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748497; }

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

This text font color is #748497.


Background Color

.myBgColor { background-color: #748497; }

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

This div background color is #748497.


Border color

.myBorderColor { border: 1px solid #748497; }

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

This div border color is #748497.


Opacity

.myOpacity80 { color: #748497; opacity: 0.8; }

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

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

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

This text has shadow with #748497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748497 on black background.


Color preview on white background

This text has color #748497 on white background.



Black color preview on #748497 background

This text has black color on #748497 background.


White color preview on #748497 background

This text has white color on #748497 background.