COLOR #744A41

HEX: #744A41
RGB: (116,74,65)

Color info

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

RGB color model

#744A41 color RGB value is (116,74,65).

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

RGB channels and saturation

R 116 of 255 = 45%
G 74 of 255 = 29%
B 65 of 255 = 25%

116
74
65

R + G + B ~ 33%. #744A41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 74 + 65 = 255 (100%)
R 116 of 255 ~ 45.49%
G 74 of 255 ~ 29.02%
B 65 of 255 ~ 25.49%

%45.49
%29.02
%25.49

CMYK color model

#744A41 color CMYK value is (0,36,44,55).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 43.97%
  • key color value is 54.51%
CMYK:
(0,36,44,55)
C0M36Y44K55 
(0%,36%,44%,55%)
(0.00/0.36/0.44/0.55)	

CMYK percentages

%0
%36.21
%43.97
%54.51

Codes

Color #744A41 in popluar color models

744A41
RGB1167465
HSL11°28.18%35.49%
HSB/HSV11°43.97%45.49%
CMYK0.00%36.21%43.97%
54.51%

Color #744A41 in popluar number systems.

HEX744A41
Decimal1167465
Binary111010010010101000001
Octal164112101

Shades and tints

Shades of #744A41

#744A41
(116,74,65)
#6A443C
(106,68,60)
#603E37
(96,62,55)
#563832
(86,56,50)
#4C322D
(76,50,45)
#422C28
(66,44,40)
#382623
(56,38,35)
#2E201E
(46,32,30)
#241A19
(36,26,25)
#1A1414
(26,20,20)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #744A41

#744A41
(116,74,65)
#805A52
(128,90,82)
#8C6A63
(140,106,99)
#987A74
(152,122,116)
#A48A85
(164,138,133)
#B09A96
(176,154,150)
#BCAAA7
(188,170,167)
#C8BAB8
(200,186,184)
#D4CAC9
(212,202,201)
#E0DADA
(224,218,218)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744A41; }

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

This text font color is #744A41.


Background Color

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

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

This div background color is #744A41.


Border color

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

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

This div border color is #744A41.


Opacity

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

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

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

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

This text has shadow with #744A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744A41 on black background.


Color preview on white background

This text has color #744A41 on white background.



Black color preview on #744A41 background

This text has black color on #744A41 background.


White color preview on #744A41 background

This text has white color on #744A41 background.