COLOR #744F32

HEX: #744F32 RGB: (116,79,50)

Color info

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

RGB color model

#744F32 color RGB value is (116,79,50).

RGB: (116,79,50) (45%, 31%, 20%)

RGB channels and saturation

R 116 of 255 = 45%
G 79 of 255 = 31%
B 50 of 255 = 20%

116
79
50

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

Portions of RGB colors in percentages

R + G + B = 116 + 79 + 50 = 245 (100%)
R 116 of 245 ~ 47.35%
G 79 of 245 ~ 32.24%
B 50 of 245 ~ 20.41'%

%47.35
%32.24
%20.41

CMYK color model

#744F32 color CMYK value is (0,32,57,55).

  • cyan value is 0.00%
  • magenta value is 31.90%
  • yellow value is 56.90%
  • key color value is 54.51%

CMYK: (0,32,57,55)
C0M32Y57K55 (0%, 32%, 57%, 55%)
(0.00 / 0.32 / 0.57 / 0.55)

CMYK percentages

%0
%31.9
%56.9
%54.51

Codes

Color #744F32 in popluar color models

74 4F 32
RGB 116 79 50
HSL 26° 39.76% 32.55%
HSB/HSV 26° 56.90% 45.49%
CMYK 0.00% 31.90% 56.90%
54.51%

Color #744F32 in popluar number systems.

HEX 74 4F 32
Decimal 116 79 50
Binary 1110100 1001111 110010
Octal 164 117 62

Shades and tints

Shades of #744F32

#744F32
(116,79,50)
#6A482E
(106,72,46)
#60412A
(96,65,42)
#563A26
(86,58,38)
#4C3322
(76,51,34)
#422C1E
(66,44,30)
#38251A
(56,37,26)
#2E1E16
(46,30,22)
#241712
(36,23,18)
#1A100E
(26,16,14)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #744F32

#744F32
(116,79,50)
#805F44
(128,95,68)
#8C6F56
(140,111,86)
#987F68
(152,127,104)
#A48F7A
(164,143,122)
#B09F8C
(176,159,140)
#BCAF9E
(188,175,158)
#C8BFB0
(200,191,176)
#D4CFC2
(212,207,194)
#E0DFD4
(224,223,212)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744F32; }

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

This text font color is #744F32.

Background Color

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

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

This div background color is #744F32.

Border color

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

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

This div border color is #744F32.

Opacity

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

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

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

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

This text has shadow with #744F32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #744F32.

Preview

Color preview on black background

This text has color #744F32 on black background.


Color preview on white background

This text has color #744F32 on white background.


Black color preview on #744F32 background

This text has black color on #744F32 background.


White color preview on #744F32 background

This text has white color on #744F32 background.


Related colors

Complementary color

Complementary color for #hex is #8BB0CD.


I love getcolorcode.com

Triadic colors

1 #32744F and #4F3274 with #744F32 are triadic colors.

2 #324F74 and #4F7432 with #744F32 are triadic colors.