COLOR #746D59

HEX: #746D59
RGB: (116,109,89)

Color info

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

RGB color model

#746D59 color RGB value is (116,109,89).

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

RGB channels and saturation

R 116 of 255 = 45%
G 109 of 255 = 43%
B 89 of 255 = 35%

116
109
89

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

Portions of RGB colors in percentages

R + G + B =
116 + 109 + 89 = 314 (100%)
R 116 of 314 ~ 36.94%
G 109 of 314 ~ 34.71%
B 89 of 314 ~ 28.34%

%36.94
%34.71
%28.34

CMYK color model

#746D59 color CMYK value is (0,6,23,55).

  • cyan value is 0.00%
  • magenta value is 6.03%
  • yellow value is 23.28%
  • key color value is 54.51%
CMYK:
(0,6,23,55)
C0M6Y23K55 
(0%,6%,23%,55%)
(0.00/0.06/0.23/0.55)	

CMYK percentages

%0
%6.03
%23.28
%54.51

Codes

Color #746D59 in popluar color models

746D59
RGB11610989
HSL44°13.17%40.20%
HSB/HSV44°23.28%45.49%
CMYK0.00%6.03%23.28%
54.51%

Color #746D59 in popluar number systems.

HEX746D59
Decimal11610989
Binary111010011011011011001
Octal164155131

Shades and tints

Shades of #746D59

#746D59
(116,109,89)
#6A6451
(106,100,81)
#605B49
(96,91,73)
#565241
(86,82,65)
#4C4939
(76,73,57)
#424031
(66,64,49)
#383729
(56,55,41)
#2E2E21
(46,46,33)
#242519
(36,37,25)
#1A1C11
(26,28,17)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #746D59

#746D59
(116,109,89)
#807A68
(128,122,104)
#8C8777
(140,135,119)
#989486
(152,148,134)
#A4A195
(164,161,149)
#B0AEA4
(176,174,164)
#BCBBB3
(188,187,179)
#C8C8C2
(200,200,194)
#D4D5D1
(212,213,209)
#E0E2E0
(224,226,224)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D59; }

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

This text font color is #746D59.


Background Color

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

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

This div background color is #746D59.


Border color

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

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

This div border color is #746D59.


Opacity

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

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

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

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

This text has shadow with #746D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D59 on black background.


Color preview on white background

This text has color #746D59 on white background.



Black color preview on #746D59 background

This text has black color on #746D59 background.


White color preview on #746D59 background

This text has white color on #746D59 background.