COLOR #746C5F

HEX: #746C5F
RGB: (116,108,95)

Color info

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

RGB color model

#746C5F color RGB value is (116,108,95).

  • red value is 116;
  • green value is 108;
  • blue value is 95.
RGB:
(116,108,95)
(45%,42%,37%)

RGB channels and saturation

R 116 of 255 = 45%
G 108 of 255 = 42%
B 95 of 255 = 37%

116
108
95

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

Portions of RGB colors in percentages

R + G + B =
116 + 108 + 95 = 319 (100%)
R 116 of 319 ~ 36.36%
G 108 of 319 ~ 33.86%
B 95 of 319 ~ 29.78%

%36.36
%33.86
%29.78

CMYK color model

#746C5F color CMYK value is (0,7,18,55).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 18.10%
  • key color value is 54.51%
CMYK:
(0,7,18,55)
C0M7Y18K55 
(0%,7%,18%,55%)
(0.00/0.07/0.18/0.55)	

CMYK percentages

%0
%6.9
%18.1
%54.51

Codes

Color #746C5F in popluar color models

746C5F
RGB11610895
HSL37°9.95%41.37%
HSB/HSV37°18.10%45.49%
CMYK0.00%6.90%18.10%
54.51%

Color #746C5F in popluar number systems.

HEX746C5F
Decimal11610895
Binary111010011011001011111
Octal164154137

Shades and tints

Shades of #746C5F

#746C5F
(116,108,95)
#6A6357
(106,99,87)
#605A4F
(96,90,79)
#565147
(86,81,71)
#4C483F
(76,72,63)
#423F37
(66,63,55)
#38362F
(56,54,47)
#2E2D27
(46,45,39)
#24241F
(36,36,31)
#1A1B17
(26,27,23)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #746C5F

#746C5F
(116,108,95)
#80796D
(128,121,109)
#8C867B
(140,134,123)
#989389
(152,147,137)
#A4A097
(164,160,151)
#B0ADA5
(176,173,165)
#BCBAB3
(188,186,179)
#C8C7C1
(200,199,193)
#D4D4CF
(212,212,207)
#E0E1DD
(224,225,221)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746C5F color. Also use rgb(116,108,95) instead hex code.

Text Font Color

.myTextColor { color: #746C5F; }

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

This text font color is #746C5F.


Background Color

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

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

This div background color is #746C5F.


Border color

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

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

This div border color is #746C5F.


Opacity

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

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

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

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

This text has shadow with #746C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746C5F on black background.


Color preview on white background

This text has color #746C5F on white background.



Black color preview on #746C5F background

This text has black color on #746C5F background.


White color preview on #746C5F background

This text has white color on #746C5F background.