COLOR #744F36

HEX: #744F36
RGB: (116,79,54)

Color info

#744F36 contains mainly red and green colors. Web safe color of #744F36 is #666633 (or #663).

RGB color model

#744F36 color RGB value is (116,79,54).

  • red value is 116;
  • green value is 79;
  • blue value is 54.
RGB:
(116,79,54)
(45%,31%,21%)

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 54 of 255 = 21%

116
79
54

R + G + B ~ 32%. #744F36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 79 + 54 = 249 (100%)
R 116 of 249 ~ 46.59%
G 79 of 249 ~ 31.73%
B 54 of 249 ~ 21.69%

%46.59
%31.73
%21.69

CMYK color model

#744F36 color CMYK value is (0,32,53,55).

  • cyan value is 0.00%
  • magenta value is 31.90%
  • yellow value is 53.45%
  • key color value is 54.51%
CMYK:
(0,32,53,55)
C0M32Y53K55 
(0%,32%,53%,55%)
(0.00/0.32/0.53/0.55)	

CMYK percentages

%0
%31.9
%53.45
%54.51

Codes

Color #744F36 in popluar color models

744F36
RGB1167954
HSL24°36.47%33.33%
HSB/HSV24°53.45%45.49%
CMYK0.00%31.90%53.45%
54.51%

Color #744F36 in popluar number systems.

HEX744F36
Decimal1167954
Binary11101001001111110110
Octal16411766

Shades and tints

Shades of #744F36

#744F36
(116,79,54)
#6A4832
(106,72,50)
#60412E
(96,65,46)
#563A2A
(86,58,42)
#4C3326
(76,51,38)
#422C22
(66,44,34)
#38251E
(56,37,30)
#2E1E1A
(46,30,26)
#241716
(36,23,22)
#1A1012
(26,16,18)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #744F36

#744F36
(116,79,54)
#805F48
(128,95,72)
#8C6F5A
(140,111,90)
#987F6C
(152,127,108)
#A48F7E
(164,143,126)
#B09F90
(176,159,144)
#BCAFA2
(188,175,162)
#C8BFB4
(200,191,180)
#D4CFC6
(212,207,198)
#E0DFD8
(224,223,216)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744F36 color. Also use rgb(116,79,54) instead hex code.

Text Font Color

.myTextColor { color: #744F36; }

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

This text font color is #744F36.


Background Color

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

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

This div background color is #744F36.


Border color

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

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

This div border color is #744F36.


Opacity

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

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

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

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

This text has shadow with #744F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744F36 on black background.


Color preview on white background

This text has color #744F36 on white background.



Black color preview on #744F36 background

This text has black color on #744F36 background.


White color preview on #744F36 background

This text has white color on #744F36 background.