COLOR #846F79

HEX: #846F79 RGB: (132,111,121)

Color info

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

RGB color model

#846F79 color RGB value is (132,111,121).

RGB: (132,111,121) (52%, 44%, 47%)

RGB channels and saturation

R 132 of 255 = 52%
G 111 of 255 = 44%
B 121 of 255 = 47%

132
111
121

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

Portions of RGB colors in percentages

R + G + B = 132 + 111 + 121 = 364 (100%)
R 132 of 364 ~ 36.26%
G 111 of 364 ~ 30.49%
B 121 of 364 ~ 33.24'%

%36.26
%30.49
%33.24

CMYK color model

#846F79 color CMYK value is (0,16,8,48).

  • cyan value is 0.00%
  • magenta value is 15.91%
  • yellow value is 8.33%
  • key color value is 48.24%

CMYK: (0,16,8,48)
C0M16Y8K48 (0%, 16%, 8%, 48%)
(0.00 / 0.16 / 0.08 / 0.48)

CMYK percentages

%0
%15.91
%8.33
%48.24

Codes

Color #846F79 in popluar color models

84 6F 79
RGB 132 111 121
HSL 331° 8.64% 47.65%
HSB/HSV 331° 15.91% 51.76%
CMYK 0.00% 15.91% 8.33%
48.24%

Color #846F79 in popluar number systems.

HEX 84 6F 79
Decimal 132 111 121
Binary 10000100 1101111 1111001
Octal 204 157 171

Shades and tints

Shades of #846F79

#846F79
(132,111,121)
#78656E
(120,101,110)
#6C5B63
(108,91,99)
#605158
(96,81,88)
#54474D
(84,71,77)
#483D42
(72,61,66)
#3C3337
(60,51,55)
#30292C
(48,41,44)
#241F21
(36,31,33)
#181516
(24,21,22)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #846F79

#846F79
(132,111,121)
#8F7C85
(143,124,133)
#9A8991
(154,137,145)
#A5969D
(165,150,157)
#B0A3A9
(176,163,169)
#BBB0B5
(187,176,181)
#C6BDC1
(198,189,193)
#D1CACD
(209,202,205)
#DCD7D9
(220,215,217)
#E7E4E5
(231,228,229)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #846F79; }

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

This text font color is #846F79.

Background Color

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

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

This div background color is #846F79.

Border color

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

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

This div border color is #846F79.

Opacity

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

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

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

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

This text has shadow with #846F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #846F79.

Preview

Color preview on black background

This text has color #846F79 on black background.


Color preview on white background

This text has color #846F79 on white background.


Black color preview on #846F79 background

This text has black color on #846F79 background.


White color preview on #846F79 background

This text has white color on #846F79 background.


Related colors

Complementary color

Complementary color for #hex is #7B9086.


I love getcolorcode.com

Triadic colors

1 #79846F and #6F7984 with #846F79 are triadic colors.

2 #796F84 and #6F8479 with #846F79 are triadic colors.