COLOR #846334

HEX: #846334
RGB: (132,99,52)

Color info

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

RGB color model

#846334 color RGB value is (132,99,52).

  • red value is 132;
  • green value is 99;
  • blue value is 52.
RGB:
(132,99,52)
(52%,39%,20%)

RGB channels and saturation

R 132 of 255 = 52%
G 99 of 255 = 39%
B 52 of 255 = 20%

132
99
52

R + G + B ~ 37%. #846334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 99 + 52 = 283 (100%)
R 132 of 283 ~ 46.64%
G 99 of 283 ~ 34.98%
B 52 of 283 ~ 18.37%

%46.64
%34.98
%18.37

CMYK color model

#846334 color CMYK value is (0,25,61,48).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 60.61%
  • key color value is 48.24%
CMYK:
(0,25,61,48)
C0M25Y61K48 
(0%,25%,61%,48%)
(0.00/0.25/0.61/0.48)	

CMYK percentages

%0
%25
%60.61
%48.24

Codes

Color #846334 in popluar color models

846334
RGB1329952
HSL35°43.48%36.08%
HSB/HSV35°60.61%51.76%
CMYK0.00%25.00%60.61%
48.24%

Color #846334 in popluar number systems.

HEX846334
Decimal1329952
Binary100001001100011110100
Octal20414364

Shades and tints

Shades of #846334

#846334
(132,99,52)
#785A30
(120,90,48)
#6C512C
(108,81,44)
#604828
(96,72,40)
#543F24
(84,63,36)
#483620
(72,54,32)
#3C2D1C
(60,45,28)
#302418
(48,36,24)
#241B14
(36,27,20)
#181210
(24,18,16)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #846334

#846334
(132,99,52)
#8F7146
(143,113,70)
#9A7F58
(154,127,88)
#A58D6A
(165,141,106)
#B09B7C
(176,155,124)
#BBA98E
(187,169,142)
#C6B7A0
(198,183,160)
#D1C5B2
(209,197,178)
#DCD3C4
(220,211,196)
#E7E1D6
(231,225,214)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846334 color. Also use rgb(132,99,52) instead hex code.

Text Font Color

.myTextColor { color: #846334; }

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

This text font color is #846334.


Background Color

.myBgColor { background-color: #846334; }

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

This div background color is #846334.


Border color

.myBorderColor { border: 1px solid #846334; }

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

This div border color is #846334.


Opacity

.myOpacity80 { color: #846334; opacity: 0.8; }

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

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

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

This text has shadow with #846334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846334 on black background.


Color preview on white background

This text has color #846334 on white background.



Black color preview on #846334 background

This text has black color on #846334 background.


White color preview on #846334 background

This text has white color on #846334 background.