COLOR #744C4A

HEX: #744C4A
RGB: (116,76,74)

Color info

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

RGB color model

#744C4A color RGB value is (116,76,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 76 of 255 = 30%
B 74 of 255 = 29%

116
76
74

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

Portions of RGB colors in percentages

R + G + B =
116 + 76 + 74 = 266 (100%)
R 116 of 266 ~ 43.61%
G 76 of 266 ~ 28.57%
B 74 of 266 ~ 27.82%

%43.61
%28.57
%27.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,34,36,55)
C0M34Y36K55 
(0%,34%,36%,55%)
(0.00/0.34/0.36/0.55)	

CMYK percentages

%0
%34.48
%36.21
%54.51

Codes

Color #744C4A in popluar color models

744C4A
RGB1167674
HSL22.11%37.25%
HSB/HSV36.21%45.49%
CMYK0.00%34.48%36.21%
54.51%

Color #744C4A in popluar number systems.

HEX744C4A
Decimal1167674
Binary111010010011001001010
Octal164114112

Shades and tints

Shades of #744C4A

#744C4A
(116,76,74)
#6A4644
(106,70,68)
#60403E
(96,64,62)
#563A38
(86,58,56)
#4C3432
(76,52,50)
#422E2C
(66,46,44)
#382826
(56,40,38)
#2E2220
(46,34,32)
#241C1A
(36,28,26)
#1A1614
(26,22,20)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #744C4A

#744C4A
(116,76,74)
#805C5A
(128,92,90)
#8C6C6A
(140,108,106)
#987C7A
(152,124,122)
#A48C8A
(164,140,138)
#B09C9A
(176,156,154)
#BCACAA
(188,172,170)
#C8BCBA
(200,188,186)
#D4CCCA
(212,204,202)
#E0DCDA
(224,220,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744C4A; }

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

This text font color is #744C4A.


Background Color

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

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

This div background color is #744C4A.


Border color

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

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

This div border color is #744C4A.


Opacity

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

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

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

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

This text has shadow with #744C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744C4A on black background.


Color preview on white background

This text has color #744C4A on white background.



Black color preview on #744C4A background

This text has black color on #744C4A background.


White color preview on #744C4A background

This text has white color on #744C4A background.