COLOR #744E3D

HEX: #744E3D
RGB: (116,78,61)

Color info

#744E3D contains red, green and blue colors in about the same proportion. Web safe color of #744E3D is #666633 (or #663).

RGB color model

#744E3D color RGB value is (116,78,61).

  • red value is 116;
  • green value is 78;
  • blue value is 61.
RGB:
(116,78,61)
(45%,31%,24%)

RGB channels and saturation

R 116 of 255 = 45%
G 78 of 255 = 31%
B 61 of 255 = 24%

116
78
61

R + G + B ~ 33%. #744E3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 78 + 61 = 255 (100%)
R 116 of 255 ~ 45.49%
G 78 of 255 ~ 30.59%
B 61 of 255 ~ 23.92%

%45.49
%30.59
%23.92

CMYK color model

#744E3D color CMYK value is (0,33,47,55).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 47.41%
  • key color value is 54.51%
CMYK:
(0,33,47,55)
C0M33Y47K55 
(0%,33%,47%,55%)
(0.00/0.33/0.47/0.55)	

CMYK percentages

%0
%32.76
%47.41
%54.51

Codes

Color #744E3D in popluar color models

744E3D
RGB1167861
HSL19°31.07%34.71%
HSB/HSV19°47.41%45.49%
CMYK0.00%32.76%47.41%
54.51%

Color #744E3D in popluar number systems.

HEX744E3D
Decimal1167861
Binary11101001001110111101
Octal16411675

Shades and tints

Shades of #744E3D

#744E3D
(116,78,61)
#6A4738
(106,71,56)
#604033
(96,64,51)
#56392E
(86,57,46)
#4C3229
(76,50,41)
#422B24
(66,43,36)
#38241F
(56,36,31)
#2E1D1A
(46,29,26)
#241615
(36,22,21)
#1A0F10
(26,15,16)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #744E3D

#744E3D
(116,78,61)
#805E4E
(128,94,78)
#8C6E5F
(140,110,95)
#987E70
(152,126,112)
#A48E81
(164,142,129)
#B09E92
(176,158,146)
#BCAEA3
(188,174,163)
#C8BEB4
(200,190,180)
#D4CEC5
(212,206,197)
#E0DED6
(224,222,214)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744E3D color. Also use rgb(116,78,61) instead hex code.

Text Font Color

.myTextColor { color: #744E3D; }

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

This text font color is #744E3D.


Background Color

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

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

This div background color is #744E3D.


Border color

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

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

This div border color is #744E3D.


Opacity

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

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

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

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

This text has shadow with #744E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744E3D on black background.


Color preview on white background

This text has color #744E3D on white background.



Black color preview on #744E3D background

This text has black color on #744E3D background.


White color preview on #744E3D background

This text has white color on #744E3D background.