COLOR #744D57

HEX: #744D57
RGB: (116,77,87)

Color info

#744D57 contains red, green and blue colors in about the same proportion. Web safe color of #744D57 is #663366 (or #636).

RGB color model

#744D57 color RGB value is (116,77,87).

  • red value is 116;
  • green value is 77;
  • blue value is 87.
RGB:
(116,77,87)
(45%,30%,34%)

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 87 of 255 = 34%

116
77
87

R + G + B ~ 36%. #744D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 77 + 87 = 280 (100%)
R 116 of 280 ~ 41.43%
G 77 of 280 ~ 27.5%
B 87 of 280 ~ 31.07%

%41.43
%27.5
%31.07

CMYK color model

#744D57 color CMYK value is (0,34,25,55).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 25.00%
  • key color value is 54.51%
CMYK:
(0,34,25,55)
C0M34Y25K55 
(0%,34%,25%,55%)
(0.00/0.34/0.25/0.55)	

CMYK percentages

%0
%33.62
%25
%54.51

Codes

Color #744D57 in popluar color models

744D57
RGB1167787
HSL345°20.21%37.84%
HSB/HSV345°33.62%45.49%
CMYK0.00%33.62%25.00%
54.51%

Color #744D57 in popluar number systems.

HEX744D57
Decimal1167787
Binary111010010011011010111
Octal164115127

Shades and tints

Shades of #744D57

#744D57
(116,77,87)
#6A4650
(106,70,80)
#603F49
(96,63,73)
#563842
(86,56,66)
#4C313B
(76,49,59)
#422A34
(66,42,52)
#38232D
(56,35,45)
#2E1C26
(46,28,38)
#24151F
(36,21,31)
#1A0E18
(26,14,24)
#100711
(16,7,17)
#000000
(0,0,0)

Tints of #744D57

#744D57
(116,77,87)
#805D66
(128,93,102)
#8C6D75
(140,109,117)
#987D84
(152,125,132)
#A48D93
(164,141,147)
#B09DA2
(176,157,162)
#BCADB1
(188,173,177)
#C8BDC0
(200,189,192)
#D4CDCF
(212,205,207)
#E0DDDE
(224,221,222)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744D57 color. Also use rgb(116,77,87) instead hex code.

Text Font Color

.myTextColor { color: #744D57; }

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

This text font color is #744D57.


Background Color

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

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

This div background color is #744D57.


Border color

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

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

This div border color is #744D57.


Opacity

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

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

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

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

This text has shadow with #744D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744D57 on black background.


Color preview on white background

This text has color #744D57 on white background.



Black color preview on #744D57 background

This text has black color on #744D57 background.


White color preview on #744D57 background

This text has white color on #744D57 background.