COLOR #846C21

HEX: #846C21
RGB: (132,108,33)

Color info

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

RGB color model

#846C21 color RGB value is (132,108,33).

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

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 33 of 255 = 13%

132
108
33

R + G + B ~ 36%. #846C21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 108 + 33 = 273 (100%)
R 132 of 273 ~ 48.35%
G 108 of 273 ~ 39.56%
B 33 of 273 ~ 12.09%

%48.35
%39.56
%12.09

CMYK color model

#846C21 color CMYK value is (0,18,75,48).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 75.00%
  • key color value is 48.24%
CMYK:
(0,18,75,48)
C0M18Y75K48 
(0%,18%,75%,48%)
(0.00/0.18/0.75/0.48)	

CMYK percentages

%0
%18.18
%75
%48.24

Codes

Color #846C21 in popluar color models

846C21
RGB13210833
HSL45°60.00%32.35%
HSB/HSV45°75.00%51.76%
CMYK0.00%18.18%75.00%
48.24%

Color #846C21 in popluar number systems.

HEX846C21
Decimal13210833
Binary100001001101100100001
Octal20415441

Shades and tints

Shades of #846C21

#846C21
(132,108,33)
#78631E
(120,99,30)
#6C5A1B
(108,90,27)
#605118
(96,81,24)
#544815
(84,72,21)
#483F12
(72,63,18)
#3C360F
(60,54,15)
#302D0C
(48,45,12)
#242409
(36,36,9)
#181B06
(24,27,6)
#0C1203
(12,18,3)
#000000
(0,0,0)

Tints of #846C21

#846C21
(132,108,33)
#8F7935
(143,121,53)
#9A8649
(154,134,73)
#A5935D
(165,147,93)
#B0A071
(176,160,113)
#BBAD85
(187,173,133)
#C6BA99
(198,186,153)
#D1C7AD
(209,199,173)
#DCD4C1
(220,212,193)
#E7E1D5
(231,225,213)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846C21; }

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

This text font color is #846C21.


Background Color

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

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

This div background color is #846C21.


Border color

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

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

This div border color is #846C21.


Opacity

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

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

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

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

This text has shadow with #846C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846C21 on black background.


Color preview on white background

This text has color #846C21 on white background.



Black color preview on #846C21 background

This text has black color on #846C21 background.


White color preview on #846C21 background

This text has white color on #846C21 background.