COLOR #746D5E

HEX: #746D5E
RGB: (116,109,94)

Color info

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

RGB color model

#746D5E color RGB value is (116,109,94).

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

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 94 of 255 = 37%

116
109
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 94 = 319 (100%)
R 116 of 319 ~ 36.36%
G 109 of 319 ~ 34.17%
B 94 of 319 ~ 29.47%

%36.36
%34.17
%29.47

CMYK color model

#746D5E color CMYK value is (0,6,19,55).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 18.97%
  • key color value is 54.51%
CMYK:
(0,6,19,55)
C0M6Y19K55 
(0%,6%,19%,55%)
(0.00/0.06/0.19/0.55)	

CMYK percentages

%0
%6.03
%18.97
%54.51

Codes

Color #746D5E in popluar color models

746D5E
RGB11610994
HSL41°10.48%41.18%
HSB/HSV41°18.97%45.49%
CMYK0.00%6.03%18.97%
54.51%

Color #746D5E in popluar number systems.

HEX746D5E
Decimal11610994
Binary111010011011011011110
Octal164155136

Shades and tints

Shades of #746D5E

#746D5E
(116,109,94)
#6A6456
(106,100,86)
#605B4E
(96,91,78)
#565246
(86,82,70)
#4C493E
(76,73,62)
#424036
(66,64,54)
#38372E
(56,55,46)
#2E2E26
(46,46,38)
#24251E
(36,37,30)
#1A1C16
(26,28,22)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #746D5E

#746D5E
(116,109,94)
#807A6C
(128,122,108)
#8C877A
(140,135,122)
#989488
(152,148,136)
#A4A196
(164,161,150)
#B0AEA4
(176,174,164)
#BCBBB2
(188,187,178)
#C8C8C0
(200,200,192)
#D4D5CE
(212,213,206)
#E0E2DC
(224,226,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D5E; }

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

This text font color is #746D5E.


Background Color

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

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

This div background color is #746D5E.


Border color

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

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

This div border color is #746D5E.


Opacity

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

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

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

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

This text has shadow with #746D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D5E on black background.


Color preview on white background

This text has color #746D5E on white background.



Black color preview on #746D5E background

This text has black color on #746D5E background.


White color preview on #746D5E background

This text has white color on #746D5E background.