COLOR #846D32

HEX: #846D32
RGB: (132,109,50)

Color info

#846D32 contains mainly red and green colors. Web safe color of #846D32 is #996633 (or #963).

RGB color model

#846D32 color RGB value is (132,109,50).

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

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 50 of 255 = 20%

132
109
50

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

Portions of RGB colors in percentages

R + G + B =
132 + 109 + 50 = 291 (100%)
R 132 of 291 ~ 45.36%
G 109 of 291 ~ 37.46%
B 50 of 291 ~ 17.18%

%45.36
%37.46
%17.18

CMYK color model

#846D32 color CMYK value is (0,17,62,48).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 62.12%
  • key color value is 48.24%
CMYK:
(0,17,62,48)
C0M17Y62K48 
(0%,17%,62%,48%)
(0.00/0.17/0.62/0.48)	

CMYK percentages

%0
%17.42
%62.12
%48.24

Codes

Color #846D32 in popluar color models

846D32
RGB13210950
HSL43°45.05%35.69%
HSB/HSV43°62.12%51.76%
CMYK0.00%17.42%62.12%
48.24%

Color #846D32 in popluar number systems.

HEX846D32
Decimal13210950
Binary100001001101101110010
Octal20415562

Shades and tints

Shades of #846D32

#846D32
(132,109,50)
#78642E
(120,100,46)
#6C5B2A
(108,91,42)
#605226
(96,82,38)
#544922
(84,73,34)
#48401E
(72,64,30)
#3C371A
(60,55,26)
#302E16
(48,46,22)
#242512
(36,37,18)
#181C0E
(24,28,14)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #846D32

#846D32
(132,109,50)
#8F7A44
(143,122,68)
#9A8756
(154,135,86)
#A59468
(165,148,104)
#B0A17A
(176,161,122)
#BBAE8C
(187,174,140)
#C6BB9E
(198,187,158)
#D1C8B0
(209,200,176)
#DCD5C2
(220,213,194)
#E7E2D4
(231,226,212)
#F2EFE6
(242,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846D32; }

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

This text font color is #846D32.


Background Color

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

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

This div background color is #846D32.


Border color

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

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

This div border color is #846D32.


Opacity

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

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

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

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

This text has shadow with #846D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846D32 on black background.


Color preview on white background

This text has color #846D32 on white background.



Black color preview on #846D32 background

This text has black color on #846D32 background.


White color preview on #846D32 background

This text has white color on #846D32 background.