COLOR #744B2B

HEX: #744B2B
RGB: (116,75,43)

Color info

#744B2B contains mainly red and green colors. Web safe color of #744B2B is #663333 (or #633).

RGB color model

#744B2B color RGB value is (116,75,43).

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

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 43 of 255 = 17%

116
75
43

R + G + B ~ 30%. #744B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 75 + 43 = 234 (100%)
R 116 of 234 ~ 49.57%
G 75 of 234 ~ 32.05%
B 43 of 234 ~ 18.38%

%49.57
%32.05
%18.38

CMYK color model

#744B2B color CMYK value is (0,35,63,55).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 62.93%
  • key color value is 54.51%
CMYK:
(0,35,63,55)
C0M35Y63K55 
(0%,35%,63%,55%)
(0.00/0.35/0.63/0.55)	

CMYK percentages

%0
%35.34
%62.93
%54.51

Codes

Color #744B2B in popluar color models

744B2B
RGB1167543
HSL26°45.91%31.18%
HSB/HSV26°62.93%45.49%
CMYK0.00%35.34%62.93%
54.51%

Color #744B2B in popluar number systems.

HEX744B2B
Decimal1167543
Binary11101001001011101011
Octal16411353

Shades and tints

Shades of #744B2B

#744B2B
(116,75,43)
#6A4528
(106,69,40)
#603F25
(96,63,37)
#563922
(86,57,34)
#4C331F
(76,51,31)
#422D1C
(66,45,28)
#382719
(56,39,25)
#2E2116
(46,33,22)
#241B13
(36,27,19)
#1A1510
(26,21,16)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #744B2B

#744B2B
(116,75,43)
#805B3E
(128,91,62)
#8C6B51
(140,107,81)
#987B64
(152,123,100)
#A48B77
(164,139,119)
#B09B8A
(176,155,138)
#BCAB9D
(188,171,157)
#C8BBB0
(200,187,176)
#D4CBC3
(212,203,195)
#E0DBD6
(224,219,214)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744B2B; }

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

This text font color is #744B2B.


Background Color

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

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

This div background color is #744B2B.


Border color

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

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

This div border color is #744B2B.


Opacity

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

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

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

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

This text has shadow with #744B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744B2B on black background.


Color preview on white background

This text has color #744B2B on white background.



Black color preview on #744B2B background

This text has black color on #744B2B background.


White color preview on #744B2B background

This text has white color on #744B2B background.