COLOR #747292

HEX: #747292
RGB: (116,114,146)

Color info

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

RGB color model

#747292 color RGB value is (116,114,146).

  • red value is 116;
  • green value is 114;
  • blue value is 146.
RGB:
(116,114,146)
(45%,45%,57%)

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 146 of 255 = 57%

116
114
146

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

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 146 = 376 (100%)
R 116 of 376 ~ 30.85%
G 114 of 376 ~ 30.32%
B 146 of 376 ~ 38.83%

%30.85
%30.32
%38.83

CMYK color model

#747292 color CMYK value is (21,22,0,43).

  • cyan value is 20.55%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(21,22,0,43)
C21M22Y0K43 
(21%,22%,0%,43%)
(0.21/0.22/0.00/0.43)	

CMYK percentages

%20.55
%21.92
%0
%42.75

Codes

Color #747292 in popluar color models

747292
RGB116114146
HSL244°12.80%50.98%
HSB/HSV244°21.92%57.25%
CMYK20.55%21.92%0.00%
42.75%

Color #747292 in popluar number systems.

HEX747292
Decimal116114146
Binary1110100111001010010010
Octal164162222

Shades and tints

Shades of #747292

#747292
(116,114,146)
#6A6885
(106,104,133)
#605E78
(96,94,120)
#56546B
(86,84,107)
#4C4A5E
(76,74,94)
#424051
(66,64,81)
#383644
(56,54,68)
#2E2C37
(46,44,55)
#24222A
(36,34,42)
#1A181D
(26,24,29)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #747292

#747292
(116,114,146)
#807E9B
(128,126,155)
#8C8AA4
(140,138,164)
#9896AD
(152,150,173)
#A4A2B6
(164,162,182)
#B0AEBF
(176,174,191)
#BCBAC8
(188,186,200)
#C8C6D1
(200,198,209)
#D4D2DA
(212,210,218)
#E0DEE3
(224,222,227)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747292 color. Also use rgb(116,114,146) instead hex code.

Text Font Color

.myTextColor { color: #747292; }

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

This text font color is #747292.


Background Color

.myBgColor { background-color: #747292; }

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

This div background color is #747292.


Border color

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

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

This div border color is #747292.


Opacity

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

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

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

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

This text has shadow with #747292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747292 on black background.


Color preview on white background

This text has color #747292 on white background.



Black color preview on #747292 background

This text has black color on #747292 background.


White color preview on #747292 background

This text has white color on #747292 background.