COLOR #846B4C

HEX: #846B4C
RGB: (132,107,76)

Color info

#846B4C contains red, green and blue colors in about the same proportion. Web safe color of #846B4C is #996633 (or #963).

RGB color model

#846B4C color RGB value is (132,107,76).

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

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 76 of 255 = 30%

132
107
76

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

Portions of RGB colors in percentages

R + G + B =
132 + 107 + 76 = 315 (100%)
R 132 of 315 ~ 41.9%
G 107 of 315 ~ 33.97%
B 76 of 315 ~ 24.13%

%41.9
%33.97
%24.13

CMYK color model

#846B4C color CMYK value is (0,19,42,48).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 42.42%
  • key color value is 48.24%
CMYK:
(0,19,42,48)
C0M19Y42K48 
(0%,19%,42%,48%)
(0.00/0.19/0.42/0.48)	

CMYK percentages

%0
%18.94
%42.42
%48.24

Codes

Color #846B4C in popluar color models

846B4C
RGB13210776
HSL33°26.92%40.78%
HSB/HSV33°42.42%51.76%
CMYK0.00%18.94%42.42%
48.24%

Color #846B4C in popluar number systems.

HEX846B4C
Decimal13210776
Binary1000010011010111001100
Octal204153114

Shades and tints

Shades of #846B4C

#846B4C
(132,107,76)
#786246
(120,98,70)
#6C5940
(108,89,64)
#60503A
(96,80,58)
#544734
(84,71,52)
#483E2E
(72,62,46)
#3C3528
(60,53,40)
#302C22
(48,44,34)
#24231C
(36,35,28)
#181A16
(24,26,22)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #846B4C

#846B4C
(132,107,76)
#8F785C
(143,120,92)
#9A856C
(154,133,108)
#A5927C
(165,146,124)
#B09F8C
(176,159,140)
#BBAC9C
(187,172,156)
#C6B9AC
(198,185,172)
#D1C6BC
(209,198,188)
#DCD3CC
(220,211,204)
#E7E0DC
(231,224,220)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846B4C; }

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

This text font color is #846B4C.


Background Color

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

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

This div background color is #846B4C.


Border color

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

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

This div border color is #846B4C.


Opacity

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

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

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

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

This text has shadow with #846B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846B4C on black background.


Color preview on white background

This text has color #846B4C on white background.



Black color preview on #846B4C background

This text has black color on #846B4C background.


White color preview on #846B4C background

This text has white color on #846B4C background.