COLOR #746A5E

HEX: #746A5E
RGB: (116,106,94)

Color info

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

RGB color model

#746A5E color RGB value is (116,106,94).

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

RGB channels and saturation

R 116 of 255 = 45%
G 106 of 255 = 42%
B 94 of 255 = 37%

116
106
94

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

Portions of RGB colors in percentages

R + G + B =
116 + 106 + 94 = 316 (100%)
R 116 of 316 ~ 36.71%
G 106 of 316 ~ 33.54%
B 94 of 316 ~ 29.75%

%36.71
%33.54
%29.75

CMYK color model

#746A5E color CMYK value is (0,9,19,55).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 18.97%
  • key color value is 54.51%
CMYK:
(0,9,19,55)
C0M9Y19K55 
(0%,9%,19%,55%)
(0.00/0.09/0.19/0.55)	

CMYK percentages

%0
%8.62
%18.97
%54.51

Codes

Color #746A5E in popluar color models

746A5E
RGB11610694
HSL33°10.48%41.18%
HSB/HSV33°18.97%45.49%
CMYK0.00%8.62%18.97%
54.51%

Color #746A5E in popluar number systems.

HEX746A5E
Decimal11610694
Binary111010011010101011110
Octal164152136

Shades and tints

Shades of #746A5E

#746A5E
(116,106,94)
#6A6156
(106,97,86)
#60584E
(96,88,78)
#564F46
(86,79,70)
#4C463E
(76,70,62)
#423D36
(66,61,54)
#38342E
(56,52,46)
#2E2B26
(46,43,38)
#24221E
(36,34,30)
#1A1916
(26,25,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #746A5E

#746A5E
(116,106,94)
#80776C
(128,119,108)
#8C847A
(140,132,122)
#989188
(152,145,136)
#A49E96
(164,158,150)
#B0ABA4
(176,171,164)
#BCB8B2
(188,184,178)
#C8C5C0
(200,197,192)
#D4D2CE
(212,210,206)
#E0DFDC
(224,223,220)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A5E; }

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

This text font color is #746A5E.


Background Color

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

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

This div background color is #746A5E.


Border color

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

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

This div border color is #746A5E.


Opacity

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

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

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

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

This text has shadow with #746A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A5E on black background.


Color preview on white background

This text has color #746A5E on white background.



Black color preview on #746A5E background

This text has black color on #746A5E background.


White color preview on #746A5E background

This text has white color on #746A5E background.