COLOR #746082

HEX: #746082
RGB: (116,96,130)

Color info

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

RGB color model

#746082 color RGB value is (116,96,130).

  • red value is 116;
  • green value is 96;
  • blue value is 130.
RGB:
(116,96,130)
(45%,38%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 130 of 255 = 51%

116
96
130

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

Portions of RGB colors in percentages

R + G + B =
116 + 96 + 130 = 342 (100%)
R 116 of 342 ~ 33.92%
G 96 of 342 ~ 28.07%
B 130 of 342 ~ 38.01%

%33.92
%28.07
%38.01

CMYK color model

#746082 color CMYK value is (11,26,0,49).

  • cyan value is 10.77%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(11,26,0,49)
C11M26Y0K49 
(11%,26%,0%,49%)
(0.11/0.26/0.00/0.49)	

CMYK percentages

%10.77
%26.15
%0
%49.02

Codes

Color #746082 in popluar color models

746082
RGB11696130
HSL275°15.04%44.31%
HSB/HSV275°26.15%50.98%
CMYK10.77%26.15%0.00%
49.02%

Color #746082 in popluar number systems.

HEX746082
Decimal11696130
Binary1110100110000010000010
Octal164140202

Shades and tints

Shades of #746082

#746082
(116,96,130)
#6A5877
(106,88,119)
#60506C
(96,80,108)
#564861
(86,72,97)
#4C4056
(76,64,86)
#42384B
(66,56,75)
#383040
(56,48,64)
#2E2835
(46,40,53)
#24202A
(36,32,42)
#1A181F
(26,24,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #746082

#746082
(116,96,130)
#806E8D
(128,110,141)
#8C7C98
(140,124,152)
#988AA3
(152,138,163)
#A498AE
(164,152,174)
#B0A6B9
(176,166,185)
#BCB4C4
(188,180,196)
#C8C2CF
(200,194,207)
#D4D0DA
(212,208,218)
#E0DEE5
(224,222,229)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746082 color. Also use rgb(116,96,130) instead hex code.

Text Font Color

.myTextColor { color: #746082; }

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

This text font color is #746082.


Background Color

.myBgColor { background-color: #746082; }

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

This div background color is #746082.


Border color

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

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

This div border color is #746082.


Opacity

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

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

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

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

This text has shadow with #746082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746082 on black background.


Color preview on white background

This text has color #746082 on white background.



Black color preview on #746082 background

This text has black color on #746082 background.


White color preview on #746082 background

This text has white color on #746082 background.