COLOR #746D4D

HEX: #746D4D
RGB: (116,109,77)

Color info

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

RGB color model

#746D4D color RGB value is (116,109,77).

  • red value is 116;
  • green value is 109;
  • blue value is 77.
RGB:
(116,109,77)
(45%,43%,30%)

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 77 of 255 = 30%

116
109
77

R + G + B ~ 39%. #746D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 77 = 302 (100%)
R 116 of 302 ~ 38.41%
G 109 of 302 ~ 36.09%
B 77 of 302 ~ 25.5%

%38.41
%36.09
%25.5

CMYK color model

#746D4D color CMYK value is (0,6,34,55).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK:
(0,6,34,55)
C0M6Y34K55 
(0%,6%,34%,55%)
(0.00/0.06/0.34/0.55)	

CMYK percentages

%0
%6.03
%33.62
%54.51

Codes

Color #746D4D in popluar color models

746D4D
RGB11610977
HSL49°20.21%37.84%
HSB/HSV49°33.62%45.49%
CMYK0.00%6.03%33.62%
54.51%

Color #746D4D in popluar number systems.

HEX746D4D
Decimal11610977
Binary111010011011011001101
Octal164155115

Shades and tints

Shades of #746D4D

#746D4D
(116,109,77)
#6A6446
(106,100,70)
#605B3F
(96,91,63)
#565238
(86,82,56)
#4C4931
(76,73,49)
#42402A
(66,64,42)
#383723
(56,55,35)
#2E2E1C
(46,46,28)
#242515
(36,37,21)
#1A1C0E
(26,28,14)
#101307
(16,19,7)
#000000
(0,0,0)

Tints of #746D4D

#746D4D
(116,109,77)
#807A5D
(128,122,93)
#8C876D
(140,135,109)
#98947D
(152,148,125)
#A4A18D
(164,161,141)
#B0AE9D
(176,174,157)
#BCBBAD
(188,187,173)
#C8C8BD
(200,200,189)
#D4D5CD
(212,213,205)
#E0E2DD
(224,226,221)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746D4D color. Also use rgb(116,109,77) instead hex code.

Text Font Color

.myTextColor { color: #746D4D; }

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

This text font color is #746D4D.


Background Color

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

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

This div background color is #746D4D.


Border color

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

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

This div border color is #746D4D.


Opacity

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

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

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

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

This text has shadow with #746D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D4D on black background.


Color preview on white background

This text has color #746D4D on white background.



Black color preview on #746D4D background

This text has black color on #746D4D background.


White color preview on #746D4D background

This text has white color on #746D4D background.