COLOR #84526C

HEX: #84526C
RGB: (132,82,108)

Color info

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

RGB color model

#84526C color RGB value is (132,82,108).

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

RGB channels and saturation

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

132
82
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 82 + 108 = 322 (100%)
R 132 of 322 ~ 40.99%
G 82 of 322 ~ 25.47%
B 108 of 322 ~ 33.54%

%40.99
%25.47
%33.54

CMYK color model

#84526C color CMYK value is (0,38,18,48).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 18.18%
  • key color value is 48.24%
CMYK:
(0,38,18,48)
C0M38Y18K48 
(0%,38%,18%,48%)
(0.00/0.38/0.18/0.48)	

CMYK percentages

%0
%37.88
%18.18
%48.24

Codes

Color #84526C in popluar color models

84526C
RGB13282108
HSL329°23.36%41.96%
HSB/HSV329°37.88%51.76%
CMYK0.00%37.88%18.18%
48.24%

Color #84526C in popluar number systems.

HEX84526C
Decimal13282108
Binary1000010010100101101100
Octal204122154

Shades and tints

Shades of #84526C

#84526C
(132,82,108)
#784B63
(120,75,99)
#6C445A
(108,68,90)
#603D51
(96,61,81)
#543648
(84,54,72)
#482F3F
(72,47,63)
#3C2836
(60,40,54)
#30212D
(48,33,45)
#241A24
(36,26,36)
#18131B
(24,19,27)
#0C0C12
(12,12,18)
#000000
(0,0,0)

Tints of #84526C

#84526C
(132,82,108)
#8F6179
(143,97,121)
#9A7086
(154,112,134)
#A57F93
(165,127,147)
#B08EA0
(176,142,160)
#BB9DAD
(187,157,173)
#C6ACBA
(198,172,186)
#D1BBC7
(209,187,199)
#DCCAD4
(220,202,212)
#E7D9E1
(231,217,225)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84526C; }

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

This text font color is #84526C.


Background Color

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

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

This div background color is #84526C.


Border color

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

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

This div border color is #84526C.


Opacity

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

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

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

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

This text has shadow with #84526C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84526C on black background.


Color preview on white background

This text has color #84526C on white background.



Black color preview on #84526C background

This text has black color on #84526C background.


White color preview on #84526C background

This text has white color on #84526C background.