COLOR #748490

HEX: #748490
RGB: (116,132,144)

Color info

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

RGB color model

#748490 color RGB value is (116,132,144).

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

RGB channels and saturation

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

116
132
144

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

Portions of RGB colors in percentages

R + G + B =
116 + 132 + 144 = 392 (100%)
R 116 of 392 ~ 29.59%
G 132 of 392 ~ 33.67%
B 144 of 392 ~ 36.73%

%29.59
%33.67
%36.73

CMYK color model

#748490 color CMYK value is (19,8,0,44).

  • cyan value is 19.44%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,8,0,44)
C19M8Y0K44 
(19%,8%,0%,44%)
(0.19/0.08/0.00/0.44)	

CMYK percentages

%19.44
%8.33
%0
%43.53

Codes

Color #748490 in popluar color models

748490
RGB116132144
HSL206°11.20%50.98%
HSB/HSV206°19.44%56.47%
CMYK19.44%8.33%0.00%
43.53%

Color #748490 in popluar number systems.

HEX748490
Decimal116132144
Binary11101001000010010010000
Octal164204220

Shades and tints

Shades of #748490

#748490
(116,132,144)
#6A7883
(106,120,131)
#606C76
(96,108,118)
#566069
(86,96,105)
#4C545C
(76,84,92)
#42484F
(66,72,79)
#383C42
(56,60,66)
#2E3035
(46,48,53)
#242428
(36,36,40)
#1A181B
(26,24,27)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #748490

#748490
(116,132,144)
#808F9A
(128,143,154)
#8C9AA4
(140,154,164)
#98A5AE
(152,165,174)
#A4B0B8
(164,176,184)
#B0BBC2
(176,187,194)
#BCC6CC
(188,198,204)
#C8D1D6
(200,209,214)
#D4DCE0
(212,220,224)
#E0E7EA
(224,231,234)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748490; }

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

This text font color is #748490.


Background Color

.myBgColor { background-color: #748490; }

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

This div background color is #748490.


Border color

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

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

This div border color is #748490.


Opacity

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

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

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

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

This text has shadow with #748490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748490 on black background.


Color preview on white background

This text has color #748490 on white background.



Black color preview on #748490 background

This text has black color on #748490 background.


White color preview on #748490 background

This text has white color on #748490 background.