COLOR #745D8B

HEX: #745D8B
RGB: (116,93,139)

Color info

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

RGB color model

#745D8B color RGB value is (116,93,139).

  • red value is 116;
  • green value is 93;
  • blue value is 139.
RGB:
(116,93,139)
(45%,36%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 93 of 255 = 36%
B 139 of 255 = 55%

116
93
139

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

Portions of RGB colors in percentages

R + G + B =
116 + 93 + 139 = 348 (100%)
R 116 of 348 ~ 33.33%
G 93 of 348 ~ 26.72%
B 139 of 348 ~ 39.94%

%33.33
%26.72
%39.94

CMYK color model

#745D8B color CMYK value is (17,33,0,45).

  • cyan value is 16.55%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(17,33,0,45)
C17M33Y0K45 
(17%,33%,0%,45%)
(0.17/0.33/0.00/0.45)	

CMYK percentages

%16.55
%33.09
%0
%45.49

Codes

Color #745D8B in popluar color models

745D8B
RGB11693139
HSL270°19.83%45.49%
HSB/HSV270°33.09%54.51%
CMYK16.55%33.09%0.00%
45.49%

Color #745D8B in popluar number systems.

HEX745D8B
Decimal11693139
Binary1110100101110110001011
Octal164135213

Shades and tints

Shades of #745D8B

#745D8B
(116,93,139)
#6A557F
(106,85,127)
#604D73
(96,77,115)
#564567
(86,69,103)
#4C3D5B
(76,61,91)
#42354F
(66,53,79)
#382D43
(56,45,67)
#2E2537
(46,37,55)
#241D2B
(36,29,43)
#1A151F
(26,21,31)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #745D8B

#745D8B
(116,93,139)
#806B95
(128,107,149)
#8C799F
(140,121,159)
#9887A9
(152,135,169)
#A495B3
(164,149,179)
#B0A3BD
(176,163,189)
#BCB1C7
(188,177,199)
#C8BFD1
(200,191,209)
#D4CDDB
(212,205,219)
#E0DBE5
(224,219,229)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745D8B color. Also use rgb(116,93,139) instead hex code.

Text Font Color

.myTextColor { color: #745D8B; }

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

This text font color is #745D8B.


Background Color

.myBgColor { background-color: #745D8B; }

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

This div background color is #745D8B.


Border color

.myBorderColor { border: 1px solid #745D8B; }

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

This div border color is #745D8B.


Opacity

.myOpacity80 { color: #745D8B; opacity: 0.8; }

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

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

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

This text has shadow with #745D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745D8B on black background.


Color preview on white background

This text has color #745D8B on white background.



Black color preview on #745D8B background

This text has black color on #745D8B background.


White color preview on #745D8B background

This text has white color on #745D8B background.