COLOR #747596

HEX: #747596
RGB: (116,117,150)

Color info

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

RGB color model

#747596 color RGB value is (116,117,150).

  • red value is 116;
  • green value is 117;
  • blue value is 150.
RGB:
(116,117,150)
(45%,46%,59%)

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 150 of 255 = 59%

116
117
150

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

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 150 = 383 (100%)
R 116 of 383 ~ 30.29%
G 117 of 383 ~ 30.55%
B 150 of 383 ~ 39.16%

%30.29
%30.55
%39.16

CMYK color model

#747596 color CMYK value is (23,22,0,41).

  • cyan value is 22.67%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(23,22,0,41)
C23M22Y0K41 
(23%,22%,0%,41%)
(0.23/0.22/0.00/0.41)	

CMYK percentages

%22.67
%22
%0
%41.18

Codes

Color #747596 in popluar color models

747596
RGB116117150
HSL238°13.93%52.16%
HSB/HSV238°22.67%58.82%
CMYK22.67%22.00%0.00%
41.18%

Color #747596 in popluar number systems.

HEX747596
Decimal116117150
Binary1110100111010110010110
Octal164165226

Shades and tints

Shades of #747596

#747596
(116,117,150)
#6A6B89
(106,107,137)
#60617C
(96,97,124)
#56576F
(86,87,111)
#4C4D62
(76,77,98)
#424355
(66,67,85)
#383948
(56,57,72)
#2E2F3B
(46,47,59)
#24252E
(36,37,46)
#1A1B21
(26,27,33)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #747596

#747596
(116,117,150)
#80819F
(128,129,159)
#8C8DA8
(140,141,168)
#9899B1
(152,153,177)
#A4A5BA
(164,165,186)
#B0B1C3
(176,177,195)
#BCBDCC
(188,189,204)
#C8C9D5
(200,201,213)
#D4D5DE
(212,213,222)
#E0E1E7
(224,225,231)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747596 color. Also use rgb(116,117,150) instead hex code.

Text Font Color

.myTextColor { color: #747596; }

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

This text font color is #747596.


Background Color

.myBgColor { background-color: #747596; }

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

This div background color is #747596.


Border color

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

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

This div border color is #747596.


Opacity

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

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

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

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

This text has shadow with #747596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747596 on black background.


Color preview on white background

This text has color #747596 on white background.



Black color preview on #747596 background

This text has black color on #747596 background.


White color preview on #747596 background

This text has white color on #747596 background.