COLOR #744F83

HEX: #744F83
RGB: (116,79,131)

Color info

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

RGB color model

#744F83 color RGB value is (116,79,131).

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

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 131 of 255 = 51%

116
79
131

R + G + B ~ 42%. #744F83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 79 + 131 = 326 (100%)
R 116 of 326 ~ 35.58%
G 79 of 326 ~ 24.23%
B 131 of 326 ~ 40.18%

%35.58
%24.23
%40.18

CMYK color model

#744F83 color CMYK value is (11,40,0,49).

  • cyan value is 11.45%
  • magenta value is 39.69%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,40,0,49)
C11M40Y0K49 
(11%,40%,0%,49%)
(0.11/0.40/0.00/0.49)	

CMYK percentages

%11.45
%39.69
%0
%48.63

Codes

Color #744F83 in popluar color models

744F83
RGB11679131
HSL283°24.76%41.18%
HSB/HSV283°39.69%51.37%
CMYK11.45%39.69%0.00%
48.63%

Color #744F83 in popluar number systems.

HEX744F83
Decimal11679131
Binary1110100100111110000011
Octal164117203

Shades and tints

Shades of #744F83

#744F83
(116,79,131)
#6A4878
(106,72,120)
#60416D
(96,65,109)
#563A62
(86,58,98)
#4C3357
(76,51,87)
#422C4C
(66,44,76)
#382541
(56,37,65)
#2E1E36
(46,30,54)
#24172B
(36,23,43)
#1A1020
(26,16,32)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #744F83

#744F83
(116,79,131)
#805F8E
(128,95,142)
#8C6F99
(140,111,153)
#987FA4
(152,127,164)
#A48FAF
(164,143,175)
#B09FBA
(176,159,186)
#BCAFC5
(188,175,197)
#C8BFD0
(200,191,208)
#D4CFDB
(212,207,219)
#E0DFE6
(224,223,230)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744F83; }

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

This text font color is #744F83.


Background Color

.myBgColor { background-color: #744F83; }

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

This div background color is #744F83.


Border color

.myBorderColor { border: 1px solid #744F83; }

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

This div border color is #744F83.


Opacity

.myOpacity80 { color: #744F83; opacity: 0.8; }

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

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

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

This text has shadow with #744F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744F83 on black background.


Color preview on white background

This text has color #744F83 on white background.



Black color preview on #744F83 background

This text has black color on #744F83 background.


White color preview on #744F83 background

This text has white color on #744F83 background.