COLOR #746982

HEX: #746982
RGB: (116,105,130)

Color info

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

RGB color model

#746982 color RGB value is (116,105,130).

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

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 130 of 255 = 51%

116
105
130

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

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 130 = 351 (100%)
R 116 of 351 ~ 33.05%
G 105 of 351 ~ 29.91%
B 130 of 351 ~ 37.04%

%33.05
%29.91
%37.04

CMYK color model

#746982 color CMYK value is (11,19,0,49).

  • cyan value is 10.77%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(11,19,0,49)
C11M19Y0K49 
(11%,19%,0%,49%)
(0.11/0.19/0.00/0.49)	

CMYK percentages

%10.77
%19.23
%0
%49.02

Codes

Color #746982 in popluar color models

746982
RGB116105130
HSL266°10.64%46.08%
HSB/HSV266°19.23%50.98%
CMYK10.77%19.23%0.00%
49.02%

Color #746982 in popluar number systems.

HEX746982
Decimal116105130
Binary1110100110100110000010
Octal164151202

Shades and tints

Shades of #746982

#746982
(116,105,130)
#6A6077
(106,96,119)
#60576C
(96,87,108)
#564E61
(86,78,97)
#4C4556
(76,69,86)
#423C4B
(66,60,75)
#383340
(56,51,64)
#2E2A35
(46,42,53)
#24212A
(36,33,42)
#1A181F
(26,24,31)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #746982

#746982
(116,105,130)
#80768D
(128,118,141)
#8C8398
(140,131,152)
#9890A3
(152,144,163)
#A49DAE
(164,157,174)
#B0AAB9
(176,170,185)
#BCB7C4
(188,183,196)
#C8C4CF
(200,196,207)
#D4D1DA
(212,209,218)
#E0DEE5
(224,222,229)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746982; }

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

This text font color is #746982.


Background Color

.myBgColor { background-color: #746982; }

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

This div background color is #746982.


Border color

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

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

This div border color is #746982.


Opacity

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

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

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

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

This text has shadow with #746982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746982 on black background.


Color preview on white background

This text has color #746982 on white background.



Black color preview on #746982 background

This text has black color on #746982 background.


White color preview on #746982 background

This text has white color on #746982 background.