COLOR #846C3B

HEX: #846C3B RGB: (132,108,59)

Color info

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

RGB color model

#846C3B color RGB value is (132,108,59).

RGB: (132,108,59) (52%, 42%, 23%)

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 59 of 255 = 23%

132
108
59

R + G + B ~ 39%. #846C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 132 + 108 + 59 = 299 (100%)
R 132 of 299 ~ 44.15%
G 108 of 299 ~ 36.12%
B 59 of 299 ~ 19.73'%

%44.15
%36.12
%19.73

CMYK color model

#846C3B color CMYK value is (0,18,55,48).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 55.30%
  • key color value is 48.24%

CMYK: (0,18,55,48)
C0M18Y55K48 (0%, 18%, 55%, 48%)
(0.00 / 0.18 / 0.55 / 0.48)

CMYK percentages

%0
%18.18
%55.3
%48.24

Codes

Color #846C3B in popluar color models

84 6C 3B
RGB 132 108 59
HSL 40° 38.22% 37.45%
HSB/HSV 40° 55.30% 51.76%
CMYK 0.00% 18.18% 55.30%
48.24%

Color #846C3B in popluar number systems.

HEX 84 6C 3B
Decimal 132 108 59
Binary 10000100 1101100 111011
Octal 204 154 73

Shades and tints

Shades of #846C3B

#846C3B
(132,108,59)
#786336
(120,99,54)
#6C5A31
(108,90,49)
#60512C
(96,81,44)
#544827
(84,72,39)
#483F22
(72,63,34)
#3C361D
(60,54,29)
#302D18
(48,45,24)
#242413
(36,36,19)
#181B0E
(24,27,14)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #846C3B

#846C3B
(132,108,59)
#8F794C
(143,121,76)
#9A865D
(154,134,93)
#A5936E
(165,147,110)
#B0A07F
(176,160,127)
#BBAD90
(187,173,144)
#C6BAA1
(198,186,161)
#D1C7B2
(209,199,178)
#DCD4C3
(220,212,195)
#E7E1D4
(231,225,212)
#F2EEE5
(242,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #846C3B color. Also use rgb(132,108,59) instead hex code.

Text Font Color

.myTextColor { color: #846C3B; }

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

This text font color is #846C3B.

Background Color

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

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

This div background color is #846C3B.

Border color

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

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

This div border color is #846C3B.

Opacity

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

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

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

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

This text has shadow with #846C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846C3B.

Preview

Color preview on black background

This text has color #846C3B on black background.


Color preview on white background

This text has color #846C3B on white background.


Black color preview on #846C3B background

This text has black color on #846C3B background.


White color preview on #846C3B background

This text has white color on #846C3B background.


Related colors

Complementary color

Complementary color for #hex is #7B93C4.


I love getcolorcode.com

Triadic colors

1 #3B846C and #6C3B84 with #846C3B are triadic colors.

2 #3B6C84 and #6C843B with #846C3B are triadic colors.