COLOR #746D5B

HEX: #746D5B
RGB: (116,109,91)

Color info

#746D5B contains red, green and blue colors in about the same proportion. Web safe color of #746D5B is #666666 (or #666).

RGB color model

#746D5B color RGB value is (116,109,91).

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

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 91 of 255 = 36%

116
109
91

R + G + B ~ 41%. #746D5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 91 = 316 (100%)
R 116 of 316 ~ 36.71%
G 109 of 316 ~ 34.49%
B 91 of 316 ~ 28.8%

%36.71
%34.49
%28.8

CMYK color model

#746D5B color CMYK value is (0,6,22,55).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 21.55%
  • key color value is 54.51%
CMYK:
(0,6,22,55)
C0M6Y22K55 
(0%,6%,22%,55%)
(0.00/0.06/0.22/0.55)	

CMYK percentages

%0
%6.03
%21.55
%54.51

Codes

Color #746D5B in popluar color models

746D5B
RGB11610991
HSL43°12.08%40.59%
HSB/HSV43°21.55%45.49%
CMYK0.00%6.03%21.55%
54.51%

Color #746D5B in popluar number systems.

HEX746D5B
Decimal11610991
Binary111010011011011011011
Octal164155133

Shades and tints

Shades of #746D5B

#746D5B
(116,109,91)
#6A6453
(106,100,83)
#605B4B
(96,91,75)
#565243
(86,82,67)
#4C493B
(76,73,59)
#424033
(66,64,51)
#38372B
(56,55,43)
#2E2E23
(46,46,35)
#24251B
(36,37,27)
#1A1C13
(26,28,19)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #746D5B

#746D5B
(116,109,91)
#807A69
(128,122,105)
#8C8777
(140,135,119)
#989485
(152,148,133)
#A4A193
(164,161,147)
#B0AEA1
(176,174,161)
#BCBBAF
(188,187,175)
#C8C8BD
(200,200,189)
#D4D5CB
(212,213,203)
#E0E2D9
(224,226,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D5B; }

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

This text font color is #746D5B.


Background Color

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

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

This div background color is #746D5B.


Border color

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

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

This div border color is #746D5B.


Opacity

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

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

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

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

This text has shadow with #746D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D5B on black background.


Color preview on white background

This text has color #746D5B on white background.



Black color preview on #746D5B background

This text has black color on #746D5B background.


White color preview on #746D5B background

This text has white color on #746D5B background.