COLOR #846C73

HEX: #846C73 RGB: (132,108,115)

Color info

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

RGB color model

#846C73 color RGB value is (132,108,115).

RGB: (132,108,115) (52%, 42%, 45%)

RGB channels and saturation

R 132 of 255 = 52%
G 108 of 255 = 42%
B 115 of 255 = 45%

132
108
115

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

Portions of RGB colors in percentages

R + G + B = 132 + 108 + 115 = 355 (100%)
R 132 of 355 ~ 37.18%
G 108 of 355 ~ 30.42%
B 115 of 355 ~ 32.39'%

%37.18
%30.42
%32.39

CMYK color model

#846C73 color CMYK value is (0,18,13,48).

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

CMYK: (0,18,13,48)
C0M18Y13K48 (0%, 18%, 13%, 48%)
(0.00 / 0.18 / 0.13 / 0.48)

CMYK percentages

%0
%18.18
%12.88
%48.24

Codes

Color #846C73 in popluar color models

84 6C 73
RGB 132 108 115
HSL 343° 10.00% 47.06%
HSB/HSV 343° 18.18% 51.76%
CMYK 0.00% 18.18% 12.88%
48.24%

Color #846C73 in popluar number systems.

HEX 84 6C 73
Decimal 132 108 115
Binary 10000100 1101100 1110011
Octal 204 154 163

Shades and tints

Shades of #846C73

#846C73
(132,108,115)
#786369
(120,99,105)
#6C5A5F
(108,90,95)
#605155
(96,81,85)
#54484B
(84,72,75)
#483F41
(72,63,65)
#3C3637
(60,54,55)
#302D2D
(48,45,45)
#242423
(36,36,35)
#181B19
(24,27,25)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #846C73

#846C73
(132,108,115)
#8F797F
(143,121,127)
#9A868B
(154,134,139)
#A59397
(165,147,151)
#B0A0A3
(176,160,163)
#BBADAF
(187,173,175)
#C6BABB
(198,186,187)
#D1C7C7
(209,199,199)
#DCD4D3
(220,212,211)
#E7E1DF
(231,225,223)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846C73; }

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

This text font color is #846C73.

Background Color

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

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

This div background color is #846C73.

Border color

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

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

This div border color is #846C73.

Opacity

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

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

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

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

This text has shadow with #846C73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846C73.

Preview

Color preview on black background

This text has color #846C73 on black background.


Color preview on white background

This text has color #846C73 on white background.


Black color preview on #846C73 background

This text has black color on #846C73 background.


White color preview on #846C73 background

This text has white color on #846C73 background.


Related colors

Complementary color

Complementary color for #hex is #7B938C.


I love getcolorcode.com

Triadic colors

1 #73846C and #6C7384 with #846C73 are triadic colors.

2 #736C84 and #6C8473 with #846C73 are triadic colors.