COLOR #744E41

HEX: #744E41
RGB: (116,78,65)

Color info

#744E41 contains red, green and blue colors in about the same proportion. Web safe color of #744E41 is #666633 (or #663).

RGB color model

#744E41 color RGB value is (116,78,65).

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

RGB channels and saturation

R 116 of 255 = 45%
G 78 of 255 = 31%
B 65 of 255 = 25%

116
78
65

R + G + B ~ 34%. #744E41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 78 + 65 = 259 (100%)
R 116 of 259 ~ 44.79%
G 78 of 259 ~ 30.12%
B 65 of 259 ~ 25.1%

%44.79
%30.12
%25.1

CMYK color model

#744E41 color CMYK value is (0,33,44,55).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 43.97%
  • key color value is 54.51%
CMYK:
(0,33,44,55)
C0M33Y44K55 
(0%,33%,44%,55%)
(0.00/0.33/0.44/0.55)	

CMYK percentages

%0
%32.76
%43.97
%54.51

Codes

Color #744E41 in popluar color models

744E41
RGB1167865
HSL15°28.18%35.49%
HSB/HSV15°43.97%45.49%
CMYK0.00%32.76%43.97%
54.51%

Color #744E41 in popluar number systems.

HEX744E41
Decimal1167865
Binary111010010011101000001
Octal164116101

Shades and tints

Shades of #744E41

#744E41
(116,78,65)
#6A473C
(106,71,60)
#604037
(96,64,55)
#563932
(86,57,50)
#4C322D
(76,50,45)
#422B28
(66,43,40)
#382423
(56,36,35)
#2E1D1E
(46,29,30)
#241619
(36,22,25)
#1A0F14
(26,15,20)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #744E41

#744E41
(116,78,65)
#805E52
(128,94,82)
#8C6E63
(140,110,99)
#987E74
(152,126,116)
#A48E85
(164,142,133)
#B09E96
(176,158,150)
#BCAEA7
(188,174,167)
#C8BEB8
(200,190,184)
#D4CEC9
(212,206,201)
#E0DEDA
(224,222,218)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744E41; }

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

This text font color is #744E41.


Background Color

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

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

This div background color is #744E41.


Border color

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

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

This div border color is #744E41.


Opacity

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

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

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

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

This text has shadow with #744E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744E41 on black background.


Color preview on white background

This text has color #744E41 on white background.



Black color preview on #744E41 background

This text has black color on #744E41 background.


White color preview on #744E41 background

This text has white color on #744E41 background.