COLOR #846B56

HEX: #846B56
RGB: (132,107,86)

Color info

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

RGB color model

#846B56 color RGB value is (132,107,86).

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

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 86 of 255 = 34%

132
107
86

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

Portions of RGB colors in percentages

R + G + B =
132 + 107 + 86 = 325 (100%)
R 132 of 325 ~ 40.62%
G 107 of 325 ~ 32.92%
B 86 of 325 ~ 26.46%

%40.62
%32.92
%26.46

CMYK color model

#846B56 color CMYK value is (0,19,35,48).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 34.85%
  • key color value is 48.24%
CMYK:
(0,19,35,48)
C0M19Y35K48 
(0%,19%,35%,48%)
(0.00/0.19/0.35/0.48)	

CMYK percentages

%0
%18.94
%34.85
%48.24

Codes

Color #846B56 in popluar color models

846B56
RGB13210786
HSL27°21.10%42.75%
HSB/HSV27°34.85%51.76%
CMYK0.00%18.94%34.85%
48.24%

Color #846B56 in popluar number systems.

HEX846B56
Decimal13210786
Binary1000010011010111010110
Octal204153126

Shades and tints

Shades of #846B56

#846B56
(132,107,86)
#78624F
(120,98,79)
#6C5948
(108,89,72)
#605041
(96,80,65)
#54473A
(84,71,58)
#483E33
(72,62,51)
#3C352C
(60,53,44)
#302C25
(48,44,37)
#24231E
(36,35,30)
#181A17
(24,26,23)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #846B56

#846B56
(132,107,86)
#8F7865
(143,120,101)
#9A8574
(154,133,116)
#A59283
(165,146,131)
#B09F92
(176,159,146)
#BBACA1
(187,172,161)
#C6B9B0
(198,185,176)
#D1C6BF
(209,198,191)
#DCD3CE
(220,211,206)
#E7E0DD
(231,224,221)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846B56; }

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

This text font color is #846B56.


Background Color

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

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

This div background color is #846B56.


Border color

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

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

This div border color is #846B56.


Opacity

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

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

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

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

This text has shadow with #846B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846B56 on black background.


Color preview on white background

This text has color #846B56 on white background.



Black color preview on #846B56 background

This text has black color on #846B56 background.


White color preview on #846B56 background

This text has white color on #846B56 background.