COLOR #747893

HEX: #747893
RGB: (116,120,147)

Color info

#747893 contains red, green and blue colors in about the same proportion. Web safe color of #747893 is #666699 (or #669).

RGB color model

#747893 color RGB value is (116,120,147).

  • red value is 116;
  • green value is 120;
  • blue value is 147.
RGB:
(116,120,147)
(45%,47%,58%)

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 147 of 255 = 58%

116
120
147

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

Portions of RGB colors in percentages

R + G + B =
116 + 120 + 147 = 383 (100%)
R 116 of 383 ~ 30.29%
G 120 of 383 ~ 31.33%
B 147 of 383 ~ 38.38%

%30.29
%31.33
%38.38

CMYK color model

#747893 color CMYK value is (21,18,0,42).

  • cyan value is 21.09%
  • magenta value is 18.37%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(21,18,0,42)
C21M18Y0K42 
(21%,18%,0%,42%)
(0.21/0.18/0.00/0.42)	

CMYK percentages

%21.09
%18.37
%0
%42.35

Codes

Color #747893 in popluar color models

747893
RGB116120147
HSL232°12.55%51.57%
HSB/HSV232°21.09%57.65%
CMYK21.09%18.37%0.00%
42.35%

Color #747893 in popluar number systems.

HEX747893
Decimal116120147
Binary1110100111100010010011
Octal164170223

Shades and tints

Shades of #747893

#747893
(116,120,147)
#6A6E86
(106,110,134)
#606479
(96,100,121)
#565A6C
(86,90,108)
#4C505F
(76,80,95)
#424652
(66,70,82)
#383C45
(56,60,69)
#2E3238
(46,50,56)
#24282B
(36,40,43)
#1A1E1E
(26,30,30)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #747893

#747893
(116,120,147)
#80849C
(128,132,156)
#8C90A5
(140,144,165)
#989CAE
(152,156,174)
#A4A8B7
(164,168,183)
#B0B4C0
(176,180,192)
#BCC0C9
(188,192,201)
#C8CCD2
(200,204,210)
#D4D8DB
(212,216,219)
#E0E4E4
(224,228,228)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747893 color. Also use rgb(116,120,147) instead hex code.

Text Font Color

.myTextColor { color: #747893; }

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

This text font color is #747893.


Background Color

.myBgColor { background-color: #747893; }

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

This div background color is #747893.


Border color

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

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

This div border color is #747893.


Opacity

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

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

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

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

This text has shadow with #747893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747893 on black background.


Color preview on white background

This text has color #747893 on white background.



Black color preview on #747893 background

This text has black color on #747893 background.


White color preview on #747893 background

This text has white color on #747893 background.