COLOR #846D41

HEX: #846D41
RGB: (132,109,65)

Color info

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

RGB color model

#846D41 color RGB value is (132,109,65).

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

RGB channels and saturation

R 132 of 255 = 52%
G 109 of 255 = 43%
B 65 of 255 = 25%

132
109
65

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

Portions of RGB colors in percentages

R + G + B =
132 + 109 + 65 = 306 (100%)
R 132 of 306 ~ 43.14%
G 109 of 306 ~ 35.62%
B 65 of 306 ~ 21.24%

%43.14
%35.62
%21.24

CMYK color model

#846D41 color CMYK value is (0,17,51,48).

  • cyan value is 0.00%
  • magenta value is 17.42%
  • yellow value is 50.76%
  • key color value is 48.24%
CMYK:
(0,17,51,48)
C0M17Y51K48 
(0%,17%,51%,48%)
(0.00/0.17/0.51/0.48)	

CMYK percentages

%0
%17.42
%50.76
%48.24

Codes

Color #846D41 in popluar color models

846D41
RGB13210965
HSL39°34.01%38.63%
HSB/HSV39°50.76%51.76%
CMYK0.00%17.42%50.76%
48.24%

Color #846D41 in popluar number systems.

HEX846D41
Decimal13210965
Binary1000010011011011000001
Octal204155101

Shades and tints

Shades of #846D41

#846D41
(132,109,65)
#78643C
(120,100,60)
#6C5B37
(108,91,55)
#605232
(96,82,50)
#54492D
(84,73,45)
#484028
(72,64,40)
#3C3723
(60,55,35)
#302E1E
(48,46,30)
#242519
(36,37,25)
#181C14
(24,28,20)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #846D41

#846D41
(132,109,65)
#8F7A52
(143,122,82)
#9A8763
(154,135,99)
#A59474
(165,148,116)
#B0A185
(176,161,133)
#BBAE96
(187,174,150)
#C6BBA7
(198,187,167)
#D1C8B8
(209,200,184)
#DCD5C9
(220,213,201)
#E7E2DA
(231,226,218)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846D41; }

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

This text font color is #846D41.


Background Color

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

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

This div background color is #846D41.


Border color

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

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

This div border color is #846D41.


Opacity

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

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

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

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

This text has shadow with #846D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846D41 on black background.


Color preview on white background

This text has color #846D41 on white background.



Black color preview on #846D41 background

This text has black color on #846D41 background.


White color preview on #846D41 background

This text has white color on #846D41 background.