COLOR #846A08

HEX: #846A08
RGB: (132,106,8)

Color info

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

RGB color model

#846A08 color RGB value is (132,106,8).

  • red value is 132;
  • green value is 106;
  • blue value is 8.
RGB:
(132,106,8)
(52%,42%,3%)

RGB channels and saturation

R 132 of 255 = 52%
G 106 of 255 = 42%
B 8 of 255 = 3%

132
106
8

R + G + B ~ 32%. #846A08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 106 + 8 = 246 (100%)
R 132 of 246 ~ 53.66%
G 106 of 246 ~ 43.09%
B 8 of 246 ~ 3.25%

%53.66
%43.09

CMYK color model

#846A08 color CMYK value is (0,20,94,48).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 93.94%
  • key color value is 48.24%
CMYK:
(0,20,94,48)
C0M20Y94K48 
(0%,20%,94%,48%)
(0.00/0.20/0.94/0.48)	

CMYK percentages

%0
%19.7
%93.94
%48.24

Codes

Color #846A08 in popluar color models

846A08
RGB1321068
HSL47°88.57%27.45%
HSB/HSV47°93.94%51.76%
CMYK0.00%19.70%93.94%
48.24%

Color #846A08 in popluar number systems.

HEX846A08
Decimal1321068
Binary1000010011010101000
Octal20415210

Shades and tints

Shades of #846A08

#846A08
(132,106,8)
#786108
(120,97,8)
#6C5808
(108,88,8)
#604F08
(96,79,8)
#544608
(84,70,8)
#483D08
(72,61,8)
#3C3408
(60,52,8)
#302B08
(48,43,8)
#242208
(36,34,8)
#181908
(24,25,8)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #846A08

#846A08
(132,106,8)
#8F771E
(143,119,30)
#9A8434
(154,132,52)
#A5914A
(165,145,74)
#B09E60
(176,158,96)
#BBAB76
(187,171,118)
#C6B88C
(198,184,140)
#D1C5A2
(209,197,162)
#DCD2B8
(220,210,184)
#E7DFCE
(231,223,206)
#F2ECE4
(242,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846A08 color. Also use rgb(132,106,8) instead hex code.

Text Font Color

.myTextColor { color: #846A08; }

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

This text font color is #846A08.


Background Color

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

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

This div background color is #846A08.


Border color

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

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

This div border color is #846A08.


Opacity

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

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

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

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

This text has shadow with #846A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846A08 on black background.


Color preview on white background

This text has color #846A08 on white background.



Black color preview on #846A08 background

This text has black color on #846A08 background.


White color preview on #846A08 background

This text has white color on #846A08 background.