COLOR #744541

HEX: #744541
RGB: (116,69,65)

Color info

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

RGB color model

#744541 color RGB value is (116,69,65).

  • red value is 116;
  • green value is 69;
  • blue value is 65.
RGB:
(116,69,65)
(45%,27%,25%)

RGB channels and saturation

R 116 of 255 = 45%
G 69 of 255 = 27%
B 65 of 255 = 25%

116
69
65

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

Portions of RGB colors in percentages

R + G + B =
116 + 69 + 65 = 250 (100%)
R 116 of 250 ~ 46.4%
G 69 of 250 ~ 27.6%
B 65 of 250 ~ 26%

%46.4
%27.6
%26

CMYK color model

#744541 color CMYK value is (0,41,44,55).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 43.97%
  • key color value is 54.51%
CMYK:
(0,41,44,55)
C0M41Y44K55 
(0%,41%,44%,55%)
(0.00/0.41/0.44/0.55)	

CMYK percentages

%0
%40.52
%43.97
%54.51

Codes

Color #744541 in popluar color models

744541
RGB1166965
HSL28.18%35.49%
HSB/HSV43.97%45.49%
CMYK0.00%40.52%43.97%
54.51%

Color #744541 in popluar number systems.

HEX744541
Decimal1166965
Binary111010010001011000001
Octal164105101

Shades and tints

Shades of #744541

#744541
(116,69,65)
#6A3F3C
(106,63,60)
#603937
(96,57,55)
#563332
(86,51,50)
#4C2D2D
(76,45,45)
#422728
(66,39,40)
#382123
(56,33,35)
#2E1B1E
(46,27,30)
#241519
(36,21,25)
#1A0F14
(26,15,20)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #744541

#744541
(116,69,65)
#805552
(128,85,82)
#8C6563
(140,101,99)
#987574
(152,117,116)
#A48585
(164,133,133)
#B09596
(176,149,150)
#BCA5A7
(188,165,167)
#C8B5B8
(200,181,184)
#D4C5C9
(212,197,201)
#E0D5DA
(224,213,218)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744541 color. Also use rgb(116,69,65) instead hex code.

Text Font Color

.myTextColor { color: #744541; }

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

This text font color is #744541.


Background Color

.myBgColor { background-color: #744541; }

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

This div background color is #744541.


Border color

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

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

This div border color is #744541.


Opacity

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

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

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

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

This text has shadow with #744541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744541 on black background.


Color preview on white background

This text has color #744541 on white background.



Black color preview on #744541 background

This text has black color on #744541 background.


White color preview on #744541 background

This text has white color on #744541 background.