COLOR #744328

HEX: #744328
RGB: (116,67,40)

Color info

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

RGB color model

#744328 color RGB value is (116,67,40).

  • red value is 116;
  • green value is 67;
  • blue value is 40.
RGB:
(116,67,40)
(45%,26%,16%)

RGB channels and saturation

R 116 of 255 = 45%
G 67 of 255 = 26%
B 40 of 255 = 16%

116
67
40

R + G + B ~ 29%. #744328 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 67 + 40 = 223 (100%)
R 116 of 223 ~ 52.02%
G 67 of 223 ~ 30.04%
B 40 of 223 ~ 17.94%

%52.02
%30.04
%17.94

CMYK color model

#744328 color CMYK value is (0,42,66,55).

  • cyan value is 0.00%
  • magenta value is 42.24%
  • yellow value is 65.52%
  • key color value is 54.51%
CMYK:
(0,42,66,55)
C0M42Y66K55 
(0%,42%,66%,55%)
(0.00/0.42/0.66/0.55)	

CMYK percentages

%0
%42.24
%65.52
%54.51

Codes

Color #744328 in popluar color models

744328
RGB1166740
HSL21°48.72%30.59%
HSB/HSV21°65.52%45.49%
CMYK0.00%42.24%65.52%
54.51%

Color #744328 in popluar number systems.

HEX744328
Decimal1166740
Binary11101001000011101000
Octal16410350

Shades and tints

Shades of #744328

#744328
(116,67,40)
#6A3D25
(106,61,37)
#603722
(96,55,34)
#56311F
(86,49,31)
#4C2B1C
(76,43,28)
#422519
(66,37,25)
#381F16
(56,31,22)
#2E1913
(46,25,19)
#241310
(36,19,16)
#1A0D0D
(26,13,13)
#10070A
(16,7,10)
#000000
(0,0,0)

Tints of #744328

#744328
(116,67,40)
#80543B
(128,84,59)
#8C654E
(140,101,78)
#987661
(152,118,97)
#A48774
(164,135,116)
#B09887
(176,152,135)
#BCA99A
(188,169,154)
#C8BAAD
(200,186,173)
#D4CBC0
(212,203,192)
#E0DCD3
(224,220,211)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744328 color. Also use rgb(116,67,40) instead hex code.

Text Font Color

.myTextColor { color: #744328; }

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

This text font color is #744328.


Background Color

.myBgColor { background-color: #744328; }

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

This div background color is #744328.


Border color

.myBorderColor { border: 1px solid #744328; }

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

This div border color is #744328.


Opacity

.myOpacity80 { color: #744328; opacity: 0.8; }

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

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

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

This text has shadow with #744328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744328 on black background.


Color preview on white background

This text has color #744328 on white background.



Black color preview on #744328 background

This text has black color on #744328 background.


White color preview on #744328 background

This text has white color on #744328 background.