COLOR #846D56

HEX: #846D56
RGB: (132,109,86)

Color info

#846D56 contains red, green and blue colors in about the same proportion. Web safe color of #846D56 is #996666 (or #966).

RGB color model

#846D56 color RGB value is (132,109,86).

  • red value is 132;
  • green value is 109;
  • blue value is 86.
RGB: (132,109,86) (52%,43%,34%)

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 86 of 255 = 34%

132
109
86

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

Portions of RGB colors in percentages

R + G + B =
132 + 109 + 86 = 327 (100%)
R 132 of 327 ~ 40.37%
G 109 of 327 ~ 33.33%
B 86 of 327 ~ 26.3%

%40.37
%33.33
%26.3

CMYK color model

#846D56 color CMYK value is (0,17,35,48).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 34.85%
  • key color value is 48.24%
CMYK: (0,17,35,48) C0M17Y35K48 (0%,17%,35%,48%) (0.00/0.17/0.35/0.48)

CMYK percentages

%0
%17.42
%34.85
%48.24

Codes

Color #846D56 in popluar color models

846D56
RGB13210986
HSL30°21.10%42.75%
HSB/HSV30°34.85%51.76%
CMYK0.00%17.42%34.85%
48.24%

Color #846D56 in popluar number systems.

HEX846D56
Decimal13210986
Binary1000010011011011010110
Octal204155126

Shades and tints

Shades of #846D56

#846D56
(132,109,86)
#78644F
(120,100,79)
#6C5B48
(108,91,72)
#605241
(96,82,65)
#54493A
(84,73,58)
#484033
(72,64,51)
#3C372C
(60,55,44)
#302E25
(48,46,37)
#24251E
(36,37,30)
#181C17
(24,28,23)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #846D56

#846D56
(132,109,86)
#8F7A65
(143,122,101)
#9A8774
(154,135,116)
#A59483
(165,148,131)
#B0A192
(176,161,146)
#BBAEA1
(187,174,161)
#C6BBB0
(198,187,176)
#D1C8BF
(209,200,191)
#DCD5CE
(220,213,206)
#E7E2DD
(231,226,221)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846D56 color. Also use rgb(132,109,86) instead hex code.

Text Font Color

.myTextColor { color: #846D56; }

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

This text font color is #846D56.


Background Color

.myBgColor { background-color: #846D56; }

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

This div background color is #846D56.


Border color

.myBorderColor { border: 1px solid #846D56; }

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

This div border color is #846D56.


Opacity

.myOpacity80 { color: #846D56; opacity: 0.8; }

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

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

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

This text has shadow with #846D56 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #846D56 on black background.


Color preview on white background

This text has color #846D56 on white background.



Black color preview on #846D56 background

This text has black color on #846D56 background.


White color preview on #846D56 background

This text has white color on #846D56 background.