COLOR #746183

HEX: #746183
RGB: (116,97,131)

Color info

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

RGB color model

#746183 color RGB value is (116,97,131).

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

RGB channels and saturation

R 116 of 255 = 45%
G 97 of 255 = 38%
B 131 of 255 = 51%

116
97
131

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

Portions of RGB colors in percentages

R + G + B =
116 + 97 + 131 = 344 (100%)
R 116 of 344 ~ 33.72%
G 97 of 344 ~ 28.2%
B 131 of 344 ~ 38.08%

%33.72
%28.2
%38.08

CMYK color model

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

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

CMYK percentages

%11.45
%25.95
%0
%48.63

Codes

Color #746183 in popluar color models

746183
RGB11697131
HSL274°14.91%44.71%
HSB/HSV274°25.95%51.37%
CMYK11.45%25.95%0.00%
48.63%

Color #746183 in popluar number systems.

HEX746183
Decimal11697131
Binary1110100110000110000011
Octal164141203

Shades and tints

Shades of #746183

#746183
(116,97,131)
#6A5978
(106,89,120)
#60516D
(96,81,109)
#564962
(86,73,98)
#4C4157
(76,65,87)
#42394C
(66,57,76)
#383141
(56,49,65)
#2E2936
(46,41,54)
#24212B
(36,33,43)
#1A1920
(26,25,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #746183

#746183
(116,97,131)
#806F8E
(128,111,142)
#8C7D99
(140,125,153)
#988BA4
(152,139,164)
#A499AF
(164,153,175)
#B0A7BA
(176,167,186)
#BCB5C5
(188,181,197)
#C8C3D0
(200,195,208)
#D4D1DB
(212,209,219)
#E0DFE6
(224,223,230)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746183 color. Also use rgb(116,97,131) instead hex code.

Text Font Color

.myTextColor { color: #746183; }

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

This text font color is #746183.


Background Color

.myBgColor { background-color: #746183; }

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

This div background color is #746183.


Border color

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

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

This div border color is #746183.


Opacity

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

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

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

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

This text has shadow with #746183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746183 on black background.


Color preview on white background

This text has color #746183 on white background.



Black color preview on #746183 background

This text has black color on #746183 background.


White color preview on #746183 background

This text has white color on #746183 background.