COLOR #746F5E

HEX: #746F5E
RGB: (116,111,94)

Color info

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

RGB color model

#746F5E color RGB value is (116,111,94).

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

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 94 of 255 = 37%

116
111
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 94 = 321 (100%)
R 116 of 321 ~ 36.14%
G 111 of 321 ~ 34.58%
B 94 of 321 ~ 29.28%

%36.14
%34.58
%29.28

CMYK color model

#746F5E color CMYK value is (0,4,19,55).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 18.97%
  • key color value is 54.51%
CMYK:
(0,4,19,55)
C0M4Y19K55 
(0%,4%,19%,55%)
(0.00/0.04/0.19/0.55)	

CMYK percentages

%0
%4.31
%18.97
%54.51

Codes

Color #746F5E in popluar color models

746F5E
RGB11611194
HSL46°10.48%41.18%
HSB/HSV46°18.97%45.49%
CMYK0.00%4.31%18.97%
54.51%

Color #746F5E in popluar number systems.

HEX746F5E
Decimal11611194
Binary111010011011111011110
Octal164157136

Shades and tints

Shades of #746F5E

#746F5E
(116,111,94)
#6A6556
(106,101,86)
#605B4E
(96,91,78)
#565146
(86,81,70)
#4C473E
(76,71,62)
#423D36
(66,61,54)
#38332E
(56,51,46)
#2E2926
(46,41,38)
#241F1E
(36,31,30)
#1A1516
(26,21,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #746F5E

#746F5E
(116,111,94)
#807C6C
(128,124,108)
#8C897A
(140,137,122)
#989688
(152,150,136)
#A4A396
(164,163,150)
#B0B0A4
(176,176,164)
#BCBDB2
(188,189,178)
#C8CAC0
(200,202,192)
#D4D7CE
(212,215,206)
#E0E4DC
(224,228,220)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F5E; }

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

This text font color is #746F5E.


Background Color

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

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

This div background color is #746F5E.


Border color

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

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

This div border color is #746F5E.


Opacity

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

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

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

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

This text has shadow with #746F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F5E on black background.


Color preview on white background

This text has color #746F5E on white background.



Black color preview on #746F5E background

This text has black color on #746F5E background.


White color preview on #746F5E background

This text has white color on #746F5E background.