COLOR #846821

HEX: #846821
RGB: (132,104,33)

Color info

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

RGB color model

#846821 color RGB value is (132,104,33).

  • red value is 132;
  • green value is 104;
  • blue value is 33.
RGB:
(132,104,33)
(52%,41%,13%)

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 33 of 255 = 13%

132
104
33

R + G + B ~ 35%. #846821 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 104 + 33 = 269 (100%)
R 132 of 269 ~ 49.07%
G 104 of 269 ~ 38.66%
B 33 of 269 ~ 12.27%

%49.07
%38.66
%12.27

CMYK color model

#846821 color CMYK value is (0,21,75,48).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 75.00%
  • key color value is 48.24%
CMYK:
(0,21,75,48)
C0M21Y75K48 
(0%,21%,75%,48%)
(0.00/0.21/0.75/0.48)	

CMYK percentages

%0
%21.21
%75
%48.24

Codes

Color #846821 in popluar color models

846821
RGB13210433
HSL43°60.00%32.35%
HSB/HSV43°75.00%51.76%
CMYK0.00%21.21%75.00%
48.24%

Color #846821 in popluar number systems.

HEX846821
Decimal13210433
Binary100001001101000100001
Octal20415041

Shades and tints

Shades of #846821

#846821
(132,104,33)
#785F1E
(120,95,30)
#6C561B
(108,86,27)
#604D18
(96,77,24)
#544415
(84,68,21)
#483B12
(72,59,18)
#3C320F
(60,50,15)
#30290C
(48,41,12)
#242009
(36,32,9)
#181706
(24,23,6)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #846821

#846821
(132,104,33)
#8F7535
(143,117,53)
#9A8249
(154,130,73)
#A58F5D
(165,143,93)
#B09C71
(176,156,113)
#BBA985
(187,169,133)
#C6B699
(198,182,153)
#D1C3AD
(209,195,173)
#DCD0C1
(220,208,193)
#E7DDD5
(231,221,213)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846821 color. Also use rgb(132,104,33) instead hex code.

Text Font Color

.myTextColor { color: #846821; }

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

This text font color is #846821.


Background Color

.myBgColor { background-color: #846821; }

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

This div background color is #846821.


Border color

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

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

This div border color is #846821.


Opacity

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

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

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

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

This text has shadow with #846821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846821 on black background.


Color preview on white background

This text has color #846821 on white background.



Black color preview on #846821 background

This text has black color on #846821 background.


White color preview on #846821 background

This text has white color on #846821 background.