COLOR #746B40

HEX: #746B40 RGB: (116,107,64)

Color info

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

RGB color model

#746B40 color RGB value is (116,107,64).

RGB: (116,107,64) (45%, 42%, 25%)

RGB channels and saturation

R 116 of 255 = 45%
G 107 of 255 = 42%
B 64 of 255 = 25%

116
107
64

R + G + B ~ 37%. #746B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 107 + 64 = 287 (100%)
R 116 of 287 ~ 40.42%
G 107 of 287 ~ 37.28%
B 64 of 287 ~ 22.3'%

%40.42
%37.28
%22.3

CMYK color model

#746B40 color CMYK value is (0,8,45,55).

  • cyan value is 0.00%
  • magenta value is 7.76%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK: (0,8,45,55) C0M8Y45K55 (0%,8%,45%,55%) (0.00/0.08/0.45/0.55) 

CMYK percentages

%0
%7.76
%44.83
%54.51

Codes

Color #746B40 in popluar color models

74 6B 40
RGB 116 107 64
HSL 50° 28.89% 35.29%
HSB/HSV 50° 44.83% 45.49%
CMYK 0.00% 7.76% 44.83%
54.51%

Color #746B40 in popluar number systems.

HEX 74 6B 40
Decimal 116 107 64
Binary 1110100 1101011 1000000
Octal 164 153 100

Shades and tints

Shades of #746B40

#746B40
(116,107,64)
#6A623B
(106,98,59)
#605936
(96,89,54)
#565031
(86,80,49)
#4C472C
(76,71,44)
#423E27
(66,62,39)
#383522
(56,53,34)
#2E2C1D
(46,44,29)
#242318
(36,35,24)
#1A1A13
(26,26,19)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #746B40

#746B40
(116,107,64)
#807851
(128,120,81)
#8C8562
(140,133,98)
#989273
(152,146,115)
#A49F84
(164,159,132)
#B0AC95
(176,172,149)
#BCB9A6
(188,185,166)
#C8C6B7
(200,198,183)
#D4D3C8
(212,211,200)
#E0E0D9
(224,224,217)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746B40 color. Also use rgb(116,107,64) instead hex code.

Text Font Color

.myTextColor { color: #746B40; }

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

This text font color is #746B40.

Background Color

.myBgColor { background-color: #746B40; }

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

This div background color is #746B40.

Border color

.myBorderColor { border: 1px solid #746B40; }

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

This div border color is #746B40.

Opacity

.myOpacity80 { color: #746B40; opacity: 0.8; }

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

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

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

This text has shadow with #746B40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746B40.

Preview

Color preview on black background

This text has color #746B40 on black background.


Color preview on white background

This text has color #746B40 on white background.


Black color preview on #746B40 background

This text has black color on #746B40 background.


White color preview on #746B40 background

This text has white color on #746B40 background.


Related colors

Complementary color

Complementary color for #hex is #8B94BF.


I love getcolorcode.com

Triadic colors

1 #40746B and #6B4074 with #746B40 are triadic colors.

2 #406B74 and #6B7440 with #746B40 are triadic colors.