COLOR #744B4C

HEX: #744B4C
RGB: (116,75,76)

Color info

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

RGB color model

#744B4C color RGB value is (116,75,76).

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

RGB channels and saturation

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

116
75
76

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

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 76 = 267 (100%)
R 116 of 267 ~ 43.45%
G 75 of 267 ~ 28.09%
B 76 of 267 ~ 28.46%

%43.45
%28.09
%28.46

CMYK color model

#744B4C color CMYK value is (0,35,34,55).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 34.48%
  • key color value is 54.51%
CMYK:
(0,35,34,55)
C0M35Y34K55 
(0%,35%,34%,55%)
(0.00/0.35/0.34/0.55)	

CMYK percentages

%0
%35.34
%34.48
%54.51

Codes

Color #744B4C in popluar color models

744B4C
RGB1167576
HSL359°21.47%37.45%
HSB/HSV359°35.34%45.49%
CMYK0.00%35.34%34.48%
54.51%

Color #744B4C in popluar number systems.

HEX744B4C
Decimal1167576
Binary111010010010111001100
Octal164113114

Shades and tints

Shades of #744B4C

#744B4C
(116,75,76)
#6A4546
(106,69,70)
#603F40
(96,63,64)
#56393A
(86,57,58)
#4C3334
(76,51,52)
#422D2E
(66,45,46)
#382728
(56,39,40)
#2E2122
(46,33,34)
#241B1C
(36,27,28)
#1A1516
(26,21,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #744B4C

#744B4C
(116,75,76)
#805B5C
(128,91,92)
#8C6B6C
(140,107,108)
#987B7C
(152,123,124)
#A48B8C
(164,139,140)
#B09B9C
(176,155,156)
#BCABAC
(188,171,172)
#C8BBBC
(200,187,188)
#D4CBCC
(212,203,204)
#E0DBDC
(224,219,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744B4C; }

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

This text font color is #744B4C.


Background Color

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

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

This div background color is #744B4C.


Border color

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

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

This div border color is #744B4C.


Opacity

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

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

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

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

This text has shadow with #744B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744B4C on black background.


Color preview on white background

This text has color #744B4C on white background.



Black color preview on #744B4C background

This text has black color on #744B4C background.


White color preview on #744B4C background

This text has white color on #744B4C background.