COLOR #846B52

HEX: #846B52 RGB: (132,107,82)

Color info

#846B52 contains red, green and blue colors in about the same proportion. Web safe color of #846B52 is #996666 (or #966).

RGB color model

#846B52 color RGB value is (132,107,82).

RGB: (132,107,82) (52%, 42%, 32%)

RGB channels and saturation

R 132 of 255 = 52%
G 107 of 255 = 42%
B 82 of 255 = 32%

132
107
82

R + G + B ~ 42%. #846B52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 107 + 82 = 321 (100%)
R 132 of 321 ~ 41.12%
G 107 of 321 ~ 33.33%
B 82 of 321 ~ 25.55'%

%41.12
%33.33
%25.55

CMYK color model

#846B52 color CMYK value is (0,19,38,48).

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

CMYK: (0,19,38,48)
C0M19Y38K48 (0%, 19%, 38%, 48%)
(0.00 / 0.19 / 0.38 / 0.48)

CMYK percentages

%0
%18.94
%37.88
%48.24

Codes

Color #846B52 in popluar color models

84 6B 52
RGB 132 107 82
HSL 30° 23.36% 41.96%
HSB/HSV 30° 37.88% 51.76%
CMYK 0.00% 18.94% 37.88%
48.24%

Color #846B52 in popluar number systems.

HEX 84 6B 52
Decimal 132 107 82
Binary 10000100 1101011 1010010
Octal 204 153 122

Shades and tints

Shades of #846B52

#846B52
(132,107,82)
#78624B
(120,98,75)
#6C5944
(108,89,68)
#60503D
(96,80,61)
#544736
(84,71,54)
#483E2F
(72,62,47)
#3C3528
(60,53,40)
#302C21
(48,44,33)
#24231A
(36,35,26)
#181A13
(24,26,19)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #846B52

#846B52
(132,107,82)
#8F7861
(143,120,97)
#9A8570
(154,133,112)
#A5927F
(165,146,127)
#B09F8E
(176,159,142)
#BBAC9D
(187,172,157)
#C6B9AC
(198,185,172)
#D1C6BB
(209,198,187)
#DCD3CA
(220,211,202)
#E7E0D9
(231,224,217)
#F2EDE8
(242,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846B52; }

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

This text font color is #846B52.

Background Color

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

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

This div background color is #846B52.

Border color

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

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

This div border color is #846B52.

Opacity

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

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

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

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

This text has shadow with #846B52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846B52.

Preview

Color preview on black background

This text has color #846B52 on black background.


Color preview on white background

This text has color #846B52 on white background.


Black color preview on #846B52 background

This text has black color on #846B52 background.


White color preview on #846B52 background

This text has white color on #846B52 background.


Related colors

Complementary color

Complementary color for #hex is #7B94AD.


I love getcolorcode.com

Triadic colors

1 #52846B and #6B5284 with #846B52 are triadic colors.

2 #526B84 and #6B8452 with #846B52 are triadic colors.