COLOR #744844

HEX: #744844
RGB: (116,72,68)

Color info

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

RGB color model

#744844 color RGB value is (116,72,68).

  • red value is 116;
  • green value is 72;
  • blue value is 68.
RGB:
(116,72,68)
(45%,28%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 68 of 255 = 27%

116
72
68

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

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 68 = 256 (100%)
R 116 of 256 ~ 45.31%
G 72 of 256 ~ 28.13%
B 68 of 256 ~ 26.56%

%45.31
%28.13
%26.56

CMYK color model

#744844 color CMYK value is (0,38,41,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 41.38%
  • key color value is 54.51%
CMYK:
(0,38,41,55)
C0M38Y41K55 
(0%,38%,41%,55%)
(0.00/0.38/0.41/0.55)	

CMYK percentages

%0
%37.93
%41.38
%54.51

Codes

Color #744844 in popluar color models

744844
RGB1167268
HSL26.09%36.08%
HSB/HSV41.38%45.49%
CMYK0.00%37.93%41.38%
54.51%

Color #744844 in popluar number systems.

HEX744844
Decimal1167268
Binary111010010010001000100
Octal164110104

Shades and tints

Shades of #744844

#744844
(116,72,68)
#6A423E
(106,66,62)
#603C38
(96,60,56)
#563632
(86,54,50)
#4C302C
(76,48,44)
#422A26
(66,42,38)
#382420
(56,36,32)
#2E1E1A
(46,30,26)
#241814
(36,24,20)
#1A120E
(26,18,14)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #744844

#744844
(116,72,68)
#805855
(128,88,85)
#8C6866
(140,104,102)
#987877
(152,120,119)
#A48888
(164,136,136)
#B09899
(176,152,153)
#BCA8AA
(188,168,170)
#C8B8BB
(200,184,187)
#D4C8CC
(212,200,204)
#E0D8DD
(224,216,221)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744844 color. Also use rgb(116,72,68) instead hex code.

Text Font Color

.myTextColor { color: #744844; }

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

This text font color is #744844.


Background Color

.myBgColor { background-color: #744844; }

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

This div background color is #744844.


Border color

.myBorderColor { border: 1px solid #744844; }

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

This div border color is #744844.


Opacity

.myOpacity80 { color: #744844; opacity: 0.8; }

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

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

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

This text has shadow with #744844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744844 on black background.


Color preview on white background

This text has color #744844 on white background.



Black color preview on #744844 background

This text has black color on #744844 background.


White color preview on #744844 background

This text has white color on #744844 background.