COLOR #746A5C

HEX: #746A5C
RGB: (116,106,92)

Color info

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

RGB color model

#746A5C color RGB value is (116,106,92).

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

RGB channels and saturation

R 116 of 255 = 45%
G 106 of 255 = 42%
B 92 of 255 = 36%

116
106
92

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

Portions of RGB colors in percentages

R + G + B =
116 + 106 + 92 = 314 (100%)
R 116 of 314 ~ 36.94%
G 106 of 314 ~ 33.76%
B 92 of 314 ~ 29.3%

%36.94
%33.76
%29.3

CMYK color model

#746A5C color CMYK value is (0,9,21,55).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 20.69%
  • key color value is 54.51%
CMYK:
(0,9,21,55)
C0M9Y21K55 
(0%,9%,21%,55%)
(0.00/0.09/0.21/0.55)	

CMYK percentages

%0
%8.62
%20.69
%54.51

Codes

Color #746A5C in popluar color models

746A5C
RGB11610692
HSL35°11.54%40.78%
HSB/HSV35°20.69%45.49%
CMYK0.00%8.62%20.69%
54.51%

Color #746A5C in popluar number systems.

HEX746A5C
Decimal11610692
Binary111010011010101011100
Octal164152134

Shades and tints

Shades of #746A5C

#746A5C
(116,106,92)
#6A6154
(106,97,84)
#60584C
(96,88,76)
#564F44
(86,79,68)
#4C463C
(76,70,60)
#423D34
(66,61,52)
#38342C
(56,52,44)
#2E2B24
(46,43,36)
#24221C
(36,34,28)
#1A1914
(26,25,20)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #746A5C

#746A5C
(116,106,92)
#80776A
(128,119,106)
#8C8478
(140,132,120)
#989186
(152,145,134)
#A49E94
(164,158,148)
#B0ABA2
(176,171,162)
#BCB8B0
(188,184,176)
#C8C5BE
(200,197,190)
#D4D2CC
(212,210,204)
#E0DFDA
(224,223,218)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A5C; }

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

This text font color is #746A5C.


Background Color

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

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

This div background color is #746A5C.


Border color

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

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

This div border color is #746A5C.


Opacity

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

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

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

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

This text has shadow with #746A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A5C on black background.


Color preview on white background

This text has color #746A5C on white background.



Black color preview on #746A5C background

This text has black color on #746A5C background.


White color preview on #746A5C background

This text has white color on #746A5C background.