COLOR #846E37

HEX: #846E37
RGB: (132,110,55)

Color info

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

RGB color model

#846E37 color RGB value is (132,110,55).

  • red value is 132;
  • green value is 110;
  • blue value is 55.
RGB:
(132,110,55)
(52%,43%,22%)

RGB channels and saturation

R 132 of 255 = 52%
G 110 of 255 = 43%
B 55 of 255 = 22%

132
110
55

R + G + B ~ 39%. #846E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 110 + 55 = 297 (100%)
R 132 of 297 ~ 44.44%
G 110 of 297 ~ 37.04%
B 55 of 297 ~ 18.52%

%44.44
%37.04
%18.52

CMYK color model

#846E37 color CMYK value is (0,17,58,48).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 58.33%
  • key color value is 48.24%
CMYK:
(0,17,58,48)
C0M17Y58K48 
(0%,17%,58%,48%)
(0.00/0.17/0.58/0.48)	

CMYK percentages

%0
%16.67
%58.33
%48.24

Codes

Color #846E37 in popluar color models

846E37
RGB13211055
HSL43°41.18%36.67%
HSB/HSV43°58.33%51.76%
CMYK0.00%16.67%58.33%
48.24%

Color #846E37 in popluar number systems.

HEX846E37
Decimal13211055
Binary100001001101110110111
Octal20415667

Shades and tints

Shades of #846E37

#846E37
(132,110,55)
#786432
(120,100,50)
#6C5A2D
(108,90,45)
#605028
(96,80,40)
#544623
(84,70,35)
#483C1E
(72,60,30)
#3C3219
(60,50,25)
#302814
(48,40,20)
#241E0F
(36,30,15)
#18140A
(24,20,10)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #846E37

#846E37
(132,110,55)
#8F7B49
(143,123,73)
#9A885B
(154,136,91)
#A5956D
(165,149,109)
#B0A27F
(176,162,127)
#BBAF91
(187,175,145)
#C6BCA3
(198,188,163)
#D1C9B5
(209,201,181)
#DCD6C7
(220,214,199)
#E7E3D9
(231,227,217)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846E37 color. Also use rgb(132,110,55) instead hex code.

Text Font Color

.myTextColor { color: #846E37; }

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

This text font color is #846E37.


Background Color

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

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

This div background color is #846E37.


Border color

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

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

This div border color is #846E37.


Opacity

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

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

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

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

This text has shadow with #846E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846E37 on black background.


Color preview on white background

This text has color #846E37 on white background.



Black color preview on #846E37 background

This text has black color on #846E37 background.


White color preview on #846E37 background

This text has white color on #846E37 background.