COLOR #846209

HEX: #846209
RGB: (132,98,9)

Color info

#846209 contains mainly red and green colors. Web safe color of #846209 is #996600 (or #960).

RGB color model

#846209 color RGB value is (132,98,9).

  • red value is 132;
  • green value is 98;
  • blue value is 9.
RGB:
(132,98,9)
(52%,38%,4%)

RGB channels and saturation

R 132 of 255 = 52%
G 98 of 255 = 38%
B 9 of 255 = 4%

132
98
9

R + G + B ~ 31%. #846209 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 98 + 9 = 239 (100%)
R 132 of 239 ~ 55.23%
G 98 of 239 ~ 41%
B 9 of 239 ~ 3.77%

%55.23
%41

CMYK color model

#846209 color CMYK value is (0,26,93,48).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 93.18%
  • key color value is 48.24%
CMYK:
(0,26,93,48)
C0M26Y93K48 
(0%,26%,93%,48%)
(0.00/0.26/0.93/0.48)	

CMYK percentages

%0
%25.76
%93.18
%48.24

Codes

Color #846209 in popluar color models

846209
RGB132989
HSL43°87.23%27.65%
HSB/HSV43°93.18%51.76%
CMYK0.00%25.76%93.18%
48.24%

Color #846209 in popluar number systems.

HEX846209
Decimal132989
Binary1000010011000101001
Octal20414211

Shades and tints

Shades of #846209

#846209
(132,98,9)
#785A09
(120,90,9)
#6C5209
(108,82,9)
#604A09
(96,74,9)
#544209
(84,66,9)
#483A09
(72,58,9)
#3C3209
(60,50,9)
#302A09
(48,42,9)
#242209
(36,34,9)
#181A09
(24,26,9)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #846209

#846209
(132,98,9)
#8F701F
(143,112,31)
#9A7E35
(154,126,53)
#A58C4B
(165,140,75)
#B09A61
(176,154,97)
#BBA877
(187,168,119)
#C6B68D
(198,182,141)
#D1C4A3
(209,196,163)
#DCD2B9
(220,210,185)
#E7E0CF
(231,224,207)
#F2EEE5
(242,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846209 color. Also use rgb(132,98,9) instead hex code.

Text Font Color

.myTextColor { color: #846209; }

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

This text font color is #846209.


Background Color

.myBgColor { background-color: #846209; }

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

This div background color is #846209.


Border color

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

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

This div border color is #846209.


Opacity

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

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

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

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

This text has shadow with #846209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846209 on black background.


Color preview on white background

This text has color #846209 on white background.



Black color preview on #846209 background

This text has black color on #846209 background.


White color preview on #846209 background

This text has white color on #846209 background.