COLOR #846627

HEX: #846627
RGB: (132,102,39)

Color info

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

RGB color model

#846627 color RGB value is (132,102,39).

  • red value is 132;
  • green value is 102;
  • blue value is 39.
RGB:
(132,102,39)
(52%,40%,15%)

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 39 of 255 = 15%

132
102
39

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

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 39 = 273 (100%)
R 132 of 273 ~ 48.35%
G 102 of 273 ~ 37.36%
B 39 of 273 ~ 14.29%

%48.35
%37.36
%14.29

CMYK color model

#846627 color CMYK value is (0,23,70,48).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 70.45%
  • key color value is 48.24%
CMYK:
(0,23,70,48)
C0M23Y70K48 
(0%,23%,70%,48%)
(0.00/0.23/0.70/0.48)	

CMYK percentages

%0
%22.73
%70.45
%48.24

Codes

Color #846627 in popluar color models

846627
RGB13210239
HSL41°54.39%33.53%
HSB/HSV41°70.45%51.76%
CMYK0.00%22.73%70.45%
48.24%

Color #846627 in popluar number systems.

HEX846627
Decimal13210239
Binary100001001100110100111
Octal20414647

Shades and tints

Shades of #846627

#846627
(132,102,39)
#785D24
(120,93,36)
#6C5421
(108,84,33)
#604B1E
(96,75,30)
#54421B
(84,66,27)
#483918
(72,57,24)
#3C3015
(60,48,21)
#302712
(48,39,18)
#241E0F
(36,30,15)
#18150C
(24,21,12)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #846627

#846627
(132,102,39)
#8F733A
(143,115,58)
#9A804D
(154,128,77)
#A58D60
(165,141,96)
#B09A73
(176,154,115)
#BBA786
(187,167,134)
#C6B499
(198,180,153)
#D1C1AC
(209,193,172)
#DCCEBF
(220,206,191)
#E7DBD2
(231,219,210)
#F2E8E5
(242,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846627 color. Also use rgb(132,102,39) instead hex code.

Text Font Color

.myTextColor { color: #846627; }

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

This text font color is #846627.


Background Color

.myBgColor { background-color: #846627; }

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

This div background color is #846627.


Border color

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

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

This div border color is #846627.


Opacity

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

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

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

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

This text has shadow with #846627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #846627 on black background.


Color preview on white background

This text has color #846627 on white background.



Black color preview on #846627 background

This text has black color on #846627 background.


White color preview on #846627 background

This text has white color on #846627 background.