COLOR #744B45

HEX: #744B45 RGB: (116,75,69)

Color info

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

RGB color model

#744B45 color RGB value is (116,75,69).

RGB: (116,75,69) (45%, 29%, 27%)

RGB channels and saturation

R 116 of 255 = 45%
G 75 of 255 = 29%
B 69 of 255 = 27%

116
75
69

R + G + B ~ 34%. #744B45 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 75 + 69 = 260 (100%)
R 116 of 260 ~ 44.62%
G 75 of 260 ~ 28.85%
B 69 of 260 ~ 26.54'%

%44.62
%28.85
%26.54

CMYK color model

#744B45 color CMYK value is (0,35,41,55).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 40.52%
  • key color value is 54.51%

CMYK: (0,35,41,55)
C0M35Y41K55 (0%, 35%, 41%, 55%)
(0.00 / 0.35 / 0.41 / 0.55)

CMYK percentages

%0
%35.34
%40.52
%54.51

Codes

Color #744B45 in popluar color models

74 4B 45
RGB 116 75 69
HSL 25.41% 36.27%
HSB/HSV 40.52% 45.49%
CMYK 0.00% 35.34% 40.52%
54.51%

Color #744B45 in popluar number systems.

HEX 74 4B 45
Decimal 116 75 69
Binary 1110100 1001011 1000101
Octal 164 113 105

Shades and tints

Shades of #744B45

#744B45
(116,75,69)
#6A453F
(106,69,63)
#603F39
(96,63,57)
#563933
(86,57,51)
#4C332D
(76,51,45)
#422D27
(66,45,39)
#382721
(56,39,33)
#2E211B
(46,33,27)
#241B15
(36,27,21)
#1A150F
(26,21,15)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #744B45

#744B45
(116,75,69)
#805B55
(128,91,85)
#8C6B65
(140,107,101)
#987B75
(152,123,117)
#A48B85
(164,139,133)
#B09B95
(176,155,149)
#BCABA5
(188,171,165)
#C8BBB5
(200,187,181)
#D4CBC5
(212,203,197)
#E0DBD5
(224,219,213)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744B45; }

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

This text font color is #744B45.

Background Color

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

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

This div background color is #744B45.

Border color

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

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

This div border color is #744B45.

Opacity

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

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

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

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

This text has shadow with #744B45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744B45.

Preview

Color preview on black background

This text has color #744B45 on black background.


Color preview on white background

This text has color #744B45 on white background.


Black color preview on #744B45 background

This text has black color on #744B45 background.


White color preview on #744B45 background

This text has white color on #744B45 background.


Related colors

Complementary color

Complementary color for #hex is #8BB4BA.


I love getcolorcode.com

Triadic colors

1 #45744B and #4B4574 with #744B45 are triadic colors.

2 #454B74 and #4B7445 with #744B45 are triadic colors.