COLOR #744E68

HEX: #744E68
RGB: (116,78,104)

Color info

#744E68 contains red, green and blue colors in about the same proportion. Web safe color of #744E68 is #666666 (or #666).

RGB color model

#744E68 color RGB value is (116,78,104).

  • red value is 116;
  • green value is 78;
  • blue value is 104.
RGB:
(116,78,104)
(45%,31%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 78 of 255 = 31%
B 104 of 255 = 41%

116
78
104

R + G + B ~ 39%. #744E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 78 + 104 = 298 (100%)
R 116 of 298 ~ 38.93%
G 78 of 298 ~ 26.17%
B 104 of 298 ~ 34.9%

%38.93
%26.17
%34.9

CMYK color model

#744E68 color CMYK value is (0,33,10,55).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(0,33,10,55)
C0M33Y10K55 
(0%,33%,10%,55%)
(0.00/0.33/0.10/0.55)	

CMYK percentages

%0
%32.76
%10.34
%54.51

Codes

Color #744E68 in popluar color models

744E68
RGB11678104
HSL319°19.59%38.04%
HSB/HSV319°32.76%45.49%
CMYK0.00%32.76%10.34%
54.51%

Color #744E68 in popluar number systems.

HEX744E68
Decimal11678104
Binary111010010011101101000
Octal164116150

Shades and tints

Shades of #744E68

#744E68
(116,78,104)
#6A475F
(106,71,95)
#604056
(96,64,86)
#56394D
(86,57,77)
#4C3244
(76,50,68)
#422B3B
(66,43,59)
#382432
(56,36,50)
#2E1D29
(46,29,41)
#241620
(36,22,32)
#1A0F17
(26,15,23)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #744E68

#744E68
(116,78,104)
#805E75
(128,94,117)
#8C6E82
(140,110,130)
#987E8F
(152,126,143)
#A48E9C
(164,142,156)
#B09EA9
(176,158,169)
#BCAEB6
(188,174,182)
#C8BEC3
(200,190,195)
#D4CED0
(212,206,208)
#E0DEDD
(224,222,221)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744E68 color. Also use rgb(116,78,104) instead hex code.

Text Font Color

.myTextColor { color: #744E68; }

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

This text font color is #744E68.


Background Color

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

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

This div background color is #744E68.


Border color

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

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

This div border color is #744E68.


Opacity

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

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

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

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

This text has shadow with #744E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744E68 on black background.


Color preview on white background

This text has color #744E68 on white background.



Black color preview on #744E68 background

This text has black color on #744E68 background.


White color preview on #744E68 background

This text has white color on #744E68 background.