COLOR #746549

HEX: #746549
RGB: (116,101,73)

Color info

#746549 contains red, green and blue colors in about the same proportion. Web safe color of #746549 is #666633 (or #663).

RGB color model

#746549 color RGB value is (116,101,73).

  • red value is 116;
  • green value is 101;
  • blue value is 73.
RGB:
(116,101,73)
(45%,40%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 101 of 255 = 40%
B 73 of 255 = 29%

116
101
73

R + G + B ~ 38%. #746549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 101 + 73 = 290 (100%)
R 116 of 290 ~ 40%
G 101 of 290 ~ 34.83%
B 73 of 290 ~ 25.17%

%40
%34.83
%25.17

CMYK color model

#746549 color CMYK value is (0,13,37,55).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(0,13,37,55)
C0M13Y37K55 
(0%,13%,37%,55%)
(0.00/0.13/0.37/0.55)	

CMYK percentages

%0
%12.93
%37.07
%54.51

Codes

Color #746549 in popluar color models

746549
RGB11610173
HSL39°22.75%37.06%
HSB/HSV39°37.07%45.49%
CMYK0.00%12.93%37.07%
54.51%

Color #746549 in popluar number systems.

HEX746549
Decimal11610173
Binary111010011001011001001
Octal164145111

Shades and tints

Shades of #746549

#746549
(116,101,73)
#6A5C43
(106,92,67)
#60533D
(96,83,61)
#564A37
(86,74,55)
#4C4131
(76,65,49)
#42382B
(66,56,43)
#382F25
(56,47,37)
#2E261F
(46,38,31)
#241D19
(36,29,25)
#1A1413
(26,20,19)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #746549

#746549
(116,101,73)
#807359
(128,115,89)
#8C8169
(140,129,105)
#988F79
(152,143,121)
#A49D89
(164,157,137)
#B0AB99
(176,171,153)
#BCB9A9
(188,185,169)
#C8C7B9
(200,199,185)
#D4D5C9
(212,213,201)
#E0E3D9
(224,227,217)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746549 color. Also use rgb(116,101,73) instead hex code.

Text Font Color

.myTextColor { color: #746549; }

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

This text font color is #746549.


Background Color

.myBgColor { background-color: #746549; }

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

This div background color is #746549.


Border color

.myBorderColor { border: 1px solid #746549; }

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

This div border color is #746549.


Opacity

.myOpacity80 { color: #746549; opacity: 0.8; }

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

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

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

This text has shadow with #746549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746549 on black background.


Color preview on white background

This text has color #746549 on white background.



Black color preview on #746549 background

This text has black color on #746549 background.


White color preview on #746549 background

This text has white color on #746549 background.