COLOR #744B4A

HEX: #744B4A
RGB: (116,75,74)

Color info

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

RGB color model

#744B4A color RGB value is (116,75,74).

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

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 74 of 255 = 29%

116
75
74

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

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 74 = 265 (100%)
R 116 of 265 ~ 43.77%
G 75 of 265 ~ 28.3%
B 74 of 265 ~ 27.92%

%43.77
%28.3
%27.92

CMYK color model

#744B4A color CMYK value is (0,35,36,55).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(0,35,36,55)
C0M35Y36K55 
(0%,35%,36%,55%)
(0.00/0.35/0.36/0.55)	

CMYK percentages

%0
%35.34
%36.21
%54.51

Codes

Color #744B4A in popluar color models

744B4A
RGB1167574
HSL22.11%37.25%
HSB/HSV36.21%45.49%
CMYK0.00%35.34%36.21%
54.51%

Color #744B4A in popluar number systems.

HEX744B4A
Decimal1167574
Binary111010010010111001010
Octal164113112

Shades and tints

Shades of #744B4A

#744B4A
(116,75,74)
#6A4544
(106,69,68)
#603F3E
(96,63,62)
#563938
(86,57,56)
#4C3332
(76,51,50)
#422D2C
(66,45,44)
#382726
(56,39,38)
#2E2120
(46,33,32)
#241B1A
(36,27,26)
#1A1514
(26,21,20)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #744B4A

#744B4A
(116,75,74)
#805B5A
(128,91,90)
#8C6B6A
(140,107,106)
#987B7A
(152,123,122)
#A48B8A
(164,139,138)
#B09B9A
(176,155,154)
#BCABAA
(188,171,170)
#C8BBBA
(200,187,186)
#D4CBCA
(212,203,202)
#E0DBDA
(224,219,218)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744B4A; }

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

This text font color is #744B4A.


Background Color

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

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

This div background color is #744B4A.


Border color

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

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

This div border color is #744B4A.


Opacity

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

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

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

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

This text has shadow with #744B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744B4A on black background.


Color preview on white background

This text has color #744B4A on white background.



Black color preview on #744B4A background

This text has black color on #744B4A background.


White color preview on #744B4A background

This text has white color on #744B4A background.