COLOR #84566C

HEX: #84566C RGB: (132,86,108)

Color info

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

RGB color model

#84566C color RGB value is (132,86,108).

RGB: (132,86,108) (52%, 34%, 42%)

RGB channels and saturation

R 132 of 255 = 52%
G 86 of 255 = 34%
B 108 of 255 = 42%

132
86
108

R + G + B ~ 43%. #84566C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 86 + 108 = 326 (100%)
R 132 of 326 ~ 40.49%
G 86 of 326 ~ 26.38%
B 108 of 326 ~ 33.13'%

%40.49
%26.38
%33.13

CMYK color model

#84566C color CMYK value is (0,35,18,48).

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

CMYK: (0,35,18,48)
C0M35Y18K48 (0%, 35%, 18%, 48%)
(0.00 / 0.35 / 0.18 / 0.48)

CMYK percentages

%0
%34.85
%18.18
%48.24

Codes

Color #84566C in popluar color models

84 56 6C
RGB 132 86 108
HSL 331° 21.10% 42.75%
HSB/HSV 331° 34.85% 51.76%
CMYK 0.00% 34.85% 18.18%
48.24%

Color #84566C in popluar number systems.

HEX 84 56 6C
Decimal 132 86 108
Binary 10000100 1010110 1101100
Octal 204 126 154

Shades and tints

Shades of #84566C

#84566C
(132,86,108)
#784F63
(120,79,99)
#6C485A
(108,72,90)
#604151
(96,65,81)
#543A48
(84,58,72)
#48333F
(72,51,63)
#3C2C36
(60,44,54)
#30252D
(48,37,45)
#241E24
(36,30,36)
#18171B
(24,23,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #84566C

#84566C
(132,86,108)
#8F6579
(143,101,121)
#9A7486
(154,116,134)
#A58393
(165,131,147)
#B092A0
(176,146,160)
#BBA1AD
(187,161,173)
#C6B0BA
(198,176,186)
#D1BFC7
(209,191,199)
#DCCED4
(220,206,212)
#E7DDE1
(231,221,225)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84566C color. Also use rgb(132,86,108) instead hex code.

Text Font Color

.myTextColor { color: #84566C; }

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

This text font color is #84566C.

Background Color

.myBgColor { background-color: #84566C; }

<div style="background-color:#84566C">Inner text</div>

This div background color is #84566C.

Border color

.myBorderColor { border: 1px solid #84566C; }

<div style="border:3px solid #84566C">Div</div>

This div border color is #84566C.

Opacity

.myOpacity80 { color: #84566C; opacity: 0.8; }

<p style="color:#84566C;opacity:0.8;">80%</p>

Text with #84566C 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 #84566C;}

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

This text has shadow with #84566C color.


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

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

This text has shadow with #84566C primary color and red secondary color.


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

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

This text has shadow with #84566C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84566C.

Preview

Color preview on black background

This text has color #84566C on black background.


Color preview on white background

This text has color #84566C on white background.


Black color preview on #84566C background

This text has black color on #84566C background.


White color preview on #84566C background

This text has white color on #84566C background.


Related colors

Complementary color

Complementary color for #hex is #7BA993.


I love getcolorcode.com

Triadic colors

1 #6C8456 and #566C84 with #84566C are triadic colors.

2 #6C5684 and #56846C with #84566C are triadic colors.