COLOR #846C3A

HEX: #846C3A RGB: (132,108,58)

Color info

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

RGB color model

#846C3A color RGB value is (132,108,58).

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

RGB channels and saturation

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

132
108
58

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

Portions of RGB colors in percentages

R + G + B = 132 + 108 + 58 = 298 (100%)
R 132 of 298 ~ 44.3%
G 108 of 298 ~ 36.24%
B 58 of 298 ~ 19.46'%

%44.3
%36.24
%19.46

CMYK color model

#846C3A color CMYK value is (0,18,56,48).

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

CMYK: (0,18,56,48)
C0M18Y56K48 (0%, 18%, 56%, 48%)
(0.00 / 0.18 / 0.56 / 0.48)

CMYK percentages

%0
%18.18
%56.06
%48.24

Codes

Color #846C3A in popluar color models

84 6C 3A
RGB 132 108 58
HSL 41° 38.95% 37.25%
HSB/HSV 41° 56.06% 51.76%
CMYK 0.00% 18.18% 56.06%
48.24%

Color #846C3A in popluar number systems.

HEX 84 6C 3A
Decimal 132 108 58
Binary 10000100 1101100 111010
Octal 204 154 72

Shades and tints

Shades of #846C3A

#846C3A
(132,108,58)
#786335
(120,99,53)
#6C5A30
(108,90,48)
#60512B
(96,81,43)
#544826
(84,72,38)
#483F21
(72,63,33)
#3C361C
(60,54,28)
#302D17
(48,45,23)
#242412
(36,36,18)
#181B0D
(24,27,13)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #846C3A

#846C3A
(132,108,58)
#8F794B
(143,121,75)
#9A865C
(154,134,92)
#A5936D
(165,147,109)
#B0A07E
(176,160,126)
#BBAD8F
(187,173,143)
#C6BAA0
(198,186,160)
#D1C7B1
(209,199,177)
#DCD4C2
(220,212,194)
#E7E1D3
(231,225,211)
#F2EEE4
(242,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846C3A; }

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

This text font color is #846C3A.

Background Color

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

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

This div background color is #846C3A.

Border color

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

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

This div border color is #846C3A.

Opacity

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

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

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

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

This text has shadow with #846C3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846C3A.

Preview

Color preview on black background

This text has color #846C3A on black background.


Color preview on white background

This text has color #846C3A on white background.


Black color preview on #846C3A background

This text has black color on #846C3A background.


White color preview on #846C3A background

This text has white color on #846C3A background.


Related colors

Complementary color

Complementary color for #hex is #7B93C5.


I love getcolorcode.com

Triadic colors

1 #3A846C and #6C3A84 with #846C3A are triadic colors.

2 #3A6C84 and #6C843A with #846C3A are triadic colors.