COLOR #746386

HEX: #746386
RGB: (116,99,134)

Color info

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

RGB color model

#746386 color RGB value is (116,99,134).

  • red value is 116;
  • green value is 99;
  • blue value is 134.
RGB:
(116,99,134)
(45%,39%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 134 of 255 = 53%

116
99
134

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

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 134 = 349 (100%)
R 116 of 349 ~ 33.24%
G 99 of 349 ~ 28.37%
B 134 of 349 ~ 38.4%

%33.24
%28.37
%38.4

CMYK color model

#746386 color CMYK value is (13,26,0,47).

  • cyan value is 13.43%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(13,26,0,47)
C13M26Y0K47 
(13%,26%,0%,47%)
(0.13/0.26/0.00/0.47)	

CMYK percentages

%13.43
%26.12
%0
%47.45

Codes

Color #746386 in popluar color models

746386
RGB11699134
HSL269°15.02%45.69%
HSB/HSV269°26.12%52.55%
CMYK13.43%26.12%0.00%
47.45%

Color #746386 in popluar number systems.

HEX746386
Decimal11699134
Binary1110100110001110000110
Octal164143206

Shades and tints

Shades of #746386

#746386
(116,99,134)
#6A5A7A
(106,90,122)
#60516E
(96,81,110)
#564862
(86,72,98)
#4C3F56
(76,63,86)
#42364A
(66,54,74)
#382D3E
(56,45,62)
#2E2432
(46,36,50)
#241B26
(36,27,38)
#1A121A
(26,18,26)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #746386

#746386
(116,99,134)
#807191
(128,113,145)
#8C7F9C
(140,127,156)
#988DA7
(152,141,167)
#A49BB2
(164,155,178)
#B0A9BD
(176,169,189)
#BCB7C8
(188,183,200)
#C8C5D3
(200,197,211)
#D4D3DE
(212,211,222)
#E0E1E9
(224,225,233)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746386 color. Also use rgb(116,99,134) instead hex code.

Text Font Color

.myTextColor { color: #746386; }

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

This text font color is #746386.


Background Color

.myBgColor { background-color: #746386; }

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

This div background color is #746386.


Border color

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

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

This div border color is #746386.


Opacity

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

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

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

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

This text has shadow with #746386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746386 on black background.


Color preview on white background

This text has color #746386 on white background.



Black color preview on #746386 background

This text has black color on #746386 background.


White color preview on #746386 background

This text has white color on #746386 background.