COLOR #846C4D

HEX: #846C4D
RGB: (132,108,77)

Color info

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

RGB color model

#846C4D color RGB value is (132,108,77).

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

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 77 of 255 = 30%

132
108
77

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

Portions of RGB colors in percentages

R + G + B =
132 + 108 + 77 = 317 (100%)
R 132 of 317 ~ 41.64%
G 108 of 317 ~ 34.07%
B 77 of 317 ~ 24.29%

%41.64
%34.07
%24.29

CMYK color model

#846C4D color CMYK value is (0,18,42,48).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 41.67%
  • key color value is 48.24%
CMYK:
(0,18,42,48)
C0M18Y42K48 
(0%,18%,42%,48%)
(0.00/0.18/0.42/0.48)	

CMYK percentages

%0
%18.18
%41.67
%48.24

Codes

Color #846C4D in popluar color models

846C4D
RGB13210877
HSL34°26.32%40.98%
HSB/HSV34°41.67%51.76%
CMYK0.00%18.18%41.67%
48.24%

Color #846C4D in popluar number systems.

HEX846C4D
Decimal13210877
Binary1000010011011001001101
Octal204154115

Shades and tints

Shades of #846C4D

#846C4D
(132,108,77)
#786346
(120,99,70)
#6C5A3F
(108,90,63)
#605138
(96,81,56)
#544831
(84,72,49)
#483F2A
(72,63,42)
#3C3623
(60,54,35)
#302D1C
(48,45,28)
#242415
(36,36,21)
#181B0E
(24,27,14)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #846C4D

#846C4D
(132,108,77)
#8F795D
(143,121,93)
#9A866D
(154,134,109)
#A5937D
(165,147,125)
#B0A08D
(176,160,141)
#BBAD9D
(187,173,157)
#C6BAAD
(198,186,173)
#D1C7BD
(209,199,189)
#DCD4CD
(220,212,205)
#E7E1DD
(231,225,221)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846C4D color. Also use rgb(132,108,77) instead hex code.

Text Font Color

.myTextColor { color: #846C4D; }

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

This text font color is #846C4D.


Background Color

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

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

This div background color is #846C4D.


Border color

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

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

This div border color is #846C4D.


Opacity

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

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

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

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

This text has shadow with #846C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846C4D on black background.


Color preview on white background

This text has color #846C4D on white background.



Black color preview on #846C4D background

This text has black color on #846C4D background.


White color preview on #846C4D background

This text has white color on #846C4D background.