COLOR #746D69

HEX: #746D69
RGB: (116,109,105)

Color info

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

RGB color model

#746D69 color RGB value is (116,109,105).

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

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 105 of 255 = 41%

116
109
105

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

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 105 = 330 (100%)
R 116 of 330 ~ 35.15%
G 109 of 330 ~ 33.03%
B 105 of 330 ~ 31.82%

%35.15
%33.03
%31.82

CMYK color model

#746D69 color CMYK value is (0,6,9,55).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 9.48%
  • key color value is 54.51%
CMYK:
(0,6,9,55)
C0M6Y9K55 
(0%,6%,9%,55%)
(0.00/0.06/0.09/0.55)	

CMYK percentages

%0
%6.03
%9.48
%54.51

Codes

Color #746D69 in popluar color models

746D69
RGB116109105
HSL22°4.98%43.33%
HSB/HSV22°9.48%45.49%
CMYK0.00%6.03%9.48%
54.51%

Color #746D69 in popluar number systems.

HEX746D69
Decimal116109105
Binary111010011011011101001
Octal164155151

Shades and tints

Shades of #746D69

#746D69
(116,109,105)
#6A6460
(106,100,96)
#605B57
(96,91,87)
#56524E
(86,82,78)
#4C4945
(76,73,69)
#42403C
(66,64,60)
#383733
(56,55,51)
#2E2E2A
(46,46,42)
#242521
(36,37,33)
#1A1C18
(26,28,24)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #746D69

#746D69
(116,109,105)
#807A76
(128,122,118)
#8C8783
(140,135,131)
#989490
(152,148,144)
#A4A19D
(164,161,157)
#B0AEAA
(176,174,170)
#BCBBB7
(188,187,183)
#C8C8C4
(200,200,196)
#D4D5D1
(212,213,209)
#E0E2DE
(224,226,222)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D69; }

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

This text font color is #746D69.


Background Color

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

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

This div background color is #746D69.


Border color

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

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

This div border color is #746D69.


Opacity

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

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

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

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

This text has shadow with #746D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D69 on black background.


Color preview on white background

This text has color #746D69 on white background.



Black color preview on #746D69 background

This text has black color on #746D69 background.


White color preview on #746D69 background

This text has white color on #746D69 background.