COLOR #746E54

HEX: #746E54
RGB: (116,110,84)

Color info

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

RGB color model

#746E54 color RGB value is (116,110,84).

  • red value is 116;
  • green value is 110;
  • blue value is 84.
RGB:
(116,110,84)
(45%,43%,33%)

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 84 of 255 = 33%

116
110
84

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

Portions of RGB colors in percentages

R + G + B =
116 + 110 + 84 = 310 (100%)
R 116 of 310 ~ 37.42%
G 110 of 310 ~ 35.48%
B 84 of 310 ~ 27.1%

%37.42
%35.48
%27.1

CMYK color model

#746E54 color CMYK value is (0,5,28,55).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(0,5,28,55)
C0M5Y28K55 
(0%,5%,28%,55%)
(0.00/0.05/0.28/0.55)	

CMYK percentages

%0
%5.17
%27.59
%54.51

Codes

Color #746E54 in popluar color models

746E54
RGB11611084
HSL49°16.00%39.22%
HSB/HSV49°27.59%45.49%
CMYK0.00%5.17%27.59%
54.51%

Color #746E54 in popluar number systems.

HEX746E54
Decimal11611084
Binary111010011011101010100
Octal164156124

Shades and tints

Shades of #746E54

#746E54
(116,110,84)
#6A644D
(106,100,77)
#605A46
(96,90,70)
#56503F
(86,80,63)
#4C4638
(76,70,56)
#423C31
(66,60,49)
#38322A
(56,50,42)
#2E2823
(46,40,35)
#241E1C
(36,30,28)
#1A1415
(26,20,21)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #746E54

#746E54
(116,110,84)
#807B63
(128,123,99)
#8C8872
(140,136,114)
#989581
(152,149,129)
#A4A290
(164,162,144)
#B0AF9F
(176,175,159)
#BCBCAE
(188,188,174)
#C8C9BD
(200,201,189)
#D4D6CC
(212,214,204)
#E0E3DB
(224,227,219)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746E54 color. Also use rgb(116,110,84) instead hex code.

Text Font Color

.myTextColor { color: #746E54; }

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

This text font color is #746E54.


Background Color

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

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

This div background color is #746E54.


Border color

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

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

This div border color is #746E54.


Opacity

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

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

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

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

This text has shadow with #746E54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746E54 on black background.


Color preview on white background

This text has color #746E54 on white background.



Black color preview on #746E54 background

This text has black color on #746E54 background.


White color preview on #746E54 background

This text has white color on #746E54 background.