COLOR #846C6F

HEX: #846C6F
RGB: (132,108,111)

Color info

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

RGB color model

#846C6F color RGB value is (132,108,111).

  • red value is 132;
  • green value is 108;
  • blue value is 111.
RGB: (132,108,111) (52%,42%,44%)

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 111 of 255 = 44%

132
108
111

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

Portions of RGB colors in percentages

R + G + B =
132 + 108 + 111 = 351 (100%)
R 132 of 351 ~ 37.61%
G 108 of 351 ~ 30.77%
B 111 of 351 ~ 31.62%

%37.61
%30.77
%31.62

CMYK color model

#846C6F color CMYK value is (0,18,16,48).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 15.91%
  • key color value is 48.24%
CMYK: (0,18,16,48) C0M18Y16K48 (0%,18%,16%,48%) (0.00/0.18/0.16/0.48)

CMYK percentages

%0
%18.18
%15.91
%48.24

Codes

Color #846C6F in popluar color models

846C6F
RGB132108111
HSL353°10.00%47.06%
HSB/HSV353°18.18%51.76%
CMYK0.00%18.18%15.91%
48.24%

Color #846C6F in popluar number systems.

HEX846C6F
Decimal132108111
Binary1000010011011001101111
Octal204154157

Shades and tints

Shades of #846C6F

#846C6F
(132,108,111)
#786365
(120,99,101)
#6C5A5B
(108,90,91)
#605151
(96,81,81)
#544847
(84,72,71)
#483F3D
(72,63,61)
#3C3633
(60,54,51)
#302D29
(48,45,41)
#24241F
(36,36,31)
#181B15
(24,27,21)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #846C6F

#846C6F
(132,108,111)
#8F797C
(143,121,124)
#9A8689
(154,134,137)
#A59396
(165,147,150)
#B0A0A3
(176,160,163)
#BBADB0
(187,173,176)
#C6BABD
(198,186,189)
#D1C7CA
(209,199,202)
#DCD4D7
(220,212,215)
#E7E1E4
(231,225,228)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846C6F; }

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

This text font color is #846C6F.


Background Color

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

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

This div background color is #846C6F.


Border color

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

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

This div border color is #846C6F.


Opacity

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

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

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

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

This text has shadow with #846C6F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #846C6F on black background.


Color preview on white background

This text has color #846C6F on white background.



Black color preview on #846C6F background

This text has black color on #846C6F background.


White color preview on #846C6F background

This text has white color on #846C6F background.