COLOR #744D4D

HEX: #744D4D RGB: (116,77,77)

Color info

#744D4D contains red, green and blue colors in about the same proportion. Web safe color of #744D4D is #663333 (or #633).

RGB color model

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

RGB: (116,77,77) (45%, 30%, 30%)

RGB channels and saturation

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

116
77
77

R + G + B ~ 35%. #744D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 77 + 77 = 270 (100%)
R 116 of 270 ~ 42.96%
G 77 of 270 ~ 28.52%
B 77 of 270 ~ 28.52'%

%42.96
%28.52
%28.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 33.62%
  • key color value is 54.51%

CMYK: (0,34,34,55)
C0M34Y34K55 (0%, 34%, 34%, 55%)
(0.00 / 0.34 / 0.34 / 0.55)

CMYK percentages

%0
%33.62
%33.62
%54.51

Codes

Color #744D4D in popluar color models

74 4D 4D
RGB 116 77 77
HSL 20.21% 37.84%
HSB/HSV 33.62% 45.49%
CMYK 0.00% 33.62% 33.62%
54.51%

Color #744D4D in popluar number systems.

HEX 74 4D 4D
Decimal 116 77 77
Binary 1110100 1001101 1001101
Octal 164 115 115

Shades and tints

Shades of #744D4D

#744D4D
(116,77,77)
#6A4646
(106,70,70)
#603F3F
(96,63,63)
#563838
(86,56,56)
#4C3131
(76,49,49)
#422A2A
(66,42,42)
#382323
(56,35,35)
#2E1C1C
(46,28,28)
#241515
(36,21,21)
#1A0E0E
(26,14,14)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #744D4D

#744D4D
(116,77,77)
#805D5D
(128,93,93)
#8C6D6D
(140,109,109)
#987D7D
(152,125,125)
#A48D8D
(164,141,141)
#B09D9D
(176,157,157)
#BCADAD
(188,173,173)
#C8BDBD
(200,189,189)
#D4CDCD
(212,205,205)
#E0DDDD
(224,221,221)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744D4D; }

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

This text font color is #744D4D.

Background Color

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

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

This div background color is #744D4D.

Border color

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

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

This div border color is #744D4D.

Opacity

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

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

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

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

This text has shadow with #744D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744D4D.

Preview

Color preview on black background

This text has color #744D4D on black background.


Color preview on white background

This text has color #744D4D on white background.


Black color preview on #744D4D background

This text has black color on #744D4D background.


White color preview on #744D4D background

This text has white color on #744D4D background.


Related colors

Complementary color

Complementary color for #hex is #8BB2B2.


I love getcolorcode.com