COLOR #747295

HEX: #747295
RGB: (116,114,149)

Color info

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

RGB color model

#747295 color RGB value is (116,114,149).

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

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 149 of 255 = 58%

116
114
149

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

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 149 = 379 (100%)
R 116 of 379 ~ 30.61%
G 114 of 379 ~ 30.08%
B 149 of 379 ~ 39.31%

%30.61
%30.08
%39.31

CMYK color model

#747295 color CMYK value is (22,23,0,42).

  • cyan value is 22.15%
  • magenta value is 23.49%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(22,23,0,42)
C22M23Y0K42 
(22%,23%,0%,42%)
(0.22/0.23/0.00/0.42)	

CMYK percentages

%22.15
%23.49
%0
%41.57

Codes

Color #747295 in popluar color models

747295
RGB116114149
HSL243°14.17%51.57%
HSB/HSV243°23.49%58.43%
CMYK22.15%23.49%0.00%
41.57%

Color #747295 in popluar number systems.

HEX747295
Decimal116114149
Binary1110100111001010010101
Octal164162225

Shades and tints

Shades of #747295

#747295
(116,114,149)
#6A6888
(106,104,136)
#605E7B
(96,94,123)
#56546E
(86,84,110)
#4C4A61
(76,74,97)
#424054
(66,64,84)
#383647
(56,54,71)
#2E2C3A
(46,44,58)
#24222D
(36,34,45)
#1A1820
(26,24,32)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #747295

#747295
(116,114,149)
#807E9E
(128,126,158)
#8C8AA7
(140,138,167)
#9896B0
(152,150,176)
#A4A2B9
(164,162,185)
#B0AEC2
(176,174,194)
#BCBACB
(188,186,203)
#C8C6D4
(200,198,212)
#D4D2DD
(212,210,221)
#E0DEE6
(224,222,230)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747295; }

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

This text font color is #747295.


Background Color

.myBgColor { background-color: #747295; }

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

This div background color is #747295.


Border color

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

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

This div border color is #747295.


Opacity

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

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

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

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

This text has shadow with #747295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747295 on black background.


Color preview on white background

This text has color #747295 on white background.



Black color preview on #747295 background

This text has black color on #747295 background.


White color preview on #747295 background

This text has white color on #747295 background.