COLOR #746085

HEX: #746085
RGB: (116,96,133)

Color info

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

RGB color model

#746085 color RGB value is (116,96,133).

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

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 133 of 255 = 52%

116
96
133

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

Portions of RGB colors in percentages

R + G + B =
116 + 96 + 133 = 345 (100%)
R 116 of 345 ~ 33.62%
G 96 of 345 ~ 27.83%
B 133 of 345 ~ 38.55%

%33.62
%27.83
%38.55

CMYK color model

#746085 color CMYK value is (13,28,0,48).

  • cyan value is 12.78%
  • magenta value is 27.82%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(13,28,0,48)
C13M28Y0K48 
(13%,28%,0%,48%)
(0.13/0.28/0.00/0.48)	

CMYK percentages

%12.78
%27.82
%0
%47.84

Codes

Color #746085 in popluar color models

746085
RGB11696133
HSL272°16.16%44.90%
HSB/HSV272°27.82%52.16%
CMYK12.78%27.82%0.00%
47.84%

Color #746085 in popluar number systems.

HEX746085
Decimal11696133
Binary1110100110000010000101
Octal164140205

Shades and tints

Shades of #746085

#746085
(116,96,133)
#6A5879
(106,88,121)
#60506D
(96,80,109)
#564861
(86,72,97)
#4C4055
(76,64,85)
#423849
(66,56,73)
#38303D
(56,48,61)
#2E2831
(46,40,49)
#242025
(36,32,37)
#1A1819
(26,24,25)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #746085

#746085
(116,96,133)
#806E90
(128,110,144)
#8C7C9B
(140,124,155)
#988AA6
(152,138,166)
#A498B1
(164,152,177)
#B0A6BC
(176,166,188)
#BCB4C7
(188,180,199)
#C8C2D2
(200,194,210)
#D4D0DD
(212,208,221)
#E0DEE8
(224,222,232)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746085; }

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

This text font color is #746085.


Background Color

.myBgColor { background-color: #746085; }

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

This div background color is #746085.


Border color

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

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

This div border color is #746085.


Opacity

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

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

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

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

This text has shadow with #746085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746085 on black background.


Color preview on white background

This text has color #746085 on white background.



Black color preview on #746085 background

This text has black color on #746085 background.


White color preview on #746085 background

This text has white color on #746085 background.