COLOR #846307

HEX: #846307
RGB: (132,99,7)

Color info

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

RGB color model

#846307 color RGB value is (132,99,7).

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

RGB channels and saturation

R 132 of 255 = 52%
G 99 of 255 = 39%
B 7 of 255 = 3%

132
99
7

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

Portions of RGB colors in percentages

R + G + B =
132 + 99 + 7 = 238 (100%)
R 132 of 238 ~ 55.46%
G 99 of 238 ~ 41.6%
B 7 of 238 ~ 2.94%

%55.46
%41.6

CMYK color model

#846307 color CMYK value is (0,25,95,48).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 94.70%
  • key color value is 48.24%
CMYK:
(0,25,95,48)
C0M25Y95K48 
(0%,25%,95%,48%)
(0.00/0.25/0.95/0.48)	

CMYK percentages

%0
%25
%94.7
%48.24

Codes

Color #846307 in popluar color models

846307
RGB132997
HSL44°89.93%27.25%
HSB/HSV44°94.70%51.76%
CMYK0.00%25.00%94.70%
48.24%

Color #846307 in popluar number systems.

HEX846307
Decimal132997
Binary100001001100011111
Octal2041437

Shades and tints

Shades of #846307

#846307
(132,99,7)
#785A07
(120,90,7)
#6C5107
(108,81,7)
#604807
(96,72,7)
#543F07
(84,63,7)
#483607
(72,54,7)
#3C2D07
(60,45,7)
#302407
(48,36,7)
#241B07
(36,27,7)
#181207
(24,18,7)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #846307

#846307
(132,99,7)
#8F711D
(143,113,29)
#9A7F33
(154,127,51)
#A58D49
(165,141,73)
#B09B5F
(176,155,95)
#BBA975
(187,169,117)
#C6B78B
(198,183,139)
#D1C5A1
(209,197,161)
#DCD3B7
(220,211,183)
#E7E1CD
(231,225,205)
#F2EFE3
(242,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846307; }

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

This text font color is #846307.


Background Color

.myBgColor { background-color: #846307; }

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

This div background color is #846307.


Border color

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

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

This div border color is #846307.


Opacity

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

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

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

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

This text has shadow with #846307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846307 on black background.


Color preview on white background

This text has color #846307 on white background.



Black color preview on #846307 background

This text has black color on #846307 background.


White color preview on #846307 background

This text has white color on #846307 background.