COLOR #846B2F

HEX: #846B2F RGB: (132,107,47)

Color info

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

RGB color model

#846B2F color RGB value is (132,107,47).

RGB: (132,107,47) (52%, 42%, 18%)

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 47 of 255 = 18%

132
107
47

R + G + B ~ 37%. #846B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 107 + 47 = 286 (100%)
R 132 of 286 ~ 46.15%
G 107 of 286 ~ 37.41%
B 47 of 286 ~ 16.43'%

%46.15
%37.41
%16.43

CMYK color model

#846B2F color CMYK value is (0,19,64,48).

  • cyan value is 0.00%
  • magenta value is 18.94%
  • yellow value is 64.39%
  • key color value is 48.24%

CMYK: (0,19,64,48)
C0M19Y64K48 (0%, 19%, 64%, 48%)
(0.00 / 0.19 / 0.64 / 0.48)

CMYK percentages

%0
%18.94
%64.39
%48.24

Codes

Color #846B2F in popluar color models

84 6B 2F
RGB 132 107 47
HSL 42° 47.49% 35.10%
HSB/HSV 42° 64.39% 51.76%
CMYK 0.00% 18.94% 64.39%
48.24%

Color #846B2F in popluar number systems.

HEX 84 6B 2F
Decimal 132 107 47
Binary 10000100 1101011 101111
Octal 204 153 57

Shades and tints

Shades of #846B2F

#846B2F
(132,107,47)
#78622B
(120,98,43)
#6C5927
(108,89,39)
#605023
(96,80,35)
#54471F
(84,71,31)
#483E1B
(72,62,27)
#3C3517
(60,53,23)
#302C13
(48,44,19)
#24230F
(36,35,15)
#181A0B
(24,26,11)
#0C1107
(12,17,7)
#000000
(0,0,0)

Tints of #846B2F

#846B2F
(132,107,47)
#8F7841
(143,120,65)
#9A8553
(154,133,83)
#A59265
(165,146,101)
#B09F77
(176,159,119)
#BBAC89
(187,172,137)
#C6B99B
(198,185,155)
#D1C6AD
(209,198,173)
#DCD3BF
(220,211,191)
#E7E0D1
(231,224,209)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846B2F color. Also use rgb(132,107,47) instead hex code.

Text Font Color

.myTextColor { color: #846B2F; }

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

This text font color is #846B2F.

Background Color

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

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

This div background color is #846B2F.

Border color

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

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

This div border color is #846B2F.

Opacity

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

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

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

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

This text has shadow with #846B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846B2F.

Preview

Color preview on black background

This text has color #846B2F on black background.


Color preview on white background

This text has color #846B2F on white background.


Black color preview on #846B2F background

This text has black color on #846B2F background.


White color preview on #846B2F background

This text has white color on #846B2F background.


Related colors

Complementary color

Complementary color for #hex is #7B94D0.


I love getcolorcode.com

Triadic colors

1 #2F846B and #6B2F84 with #846B2F are triadic colors.

2 #2F6B84 and #6B842F with #846B2F are triadic colors.