COLOR #84525C

HEX: #84525C
RGB: (132,82,92)

Color info

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

RGB color model

#84525C color RGB value is (132,82,92).

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

RGB channels and saturation

R 132 of 255 = 52%
G 82 of 255 = 32%
B 92 of 255 = 36%

132
82
92

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

Portions of RGB colors in percentages

R + G + B =
132 + 82 + 92 = 306 (100%)
R 132 of 306 ~ 43.14%
G 82 of 306 ~ 26.8%
B 92 of 306 ~ 30.07%

%43.14
%26.8
%30.07

CMYK color model

#84525C color CMYK value is (0,38,30,48).

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 30.30%
  • key color value is 48.24%
CMYK:
(0,38,30,48)
C0M38Y30K48 
(0%,38%,30%,48%)
(0.00/0.38/0.30/0.48)	

CMYK percentages

%0
%37.88
%30.3
%48.24

Codes

Color #84525C in popluar color models

84525C
RGB1328292
HSL348°23.36%41.96%
HSB/HSV348°37.88%51.76%
CMYK0.00%37.88%30.30%
48.24%

Color #84525C in popluar number systems.

HEX84525C
Decimal1328292
Binary1000010010100101011100
Octal204122134

Shades and tints

Shades of #84525C

#84525C
(132,82,92)
#784B54
(120,75,84)
#6C444C
(108,68,76)
#603D44
(96,61,68)
#54363C
(84,54,60)
#482F34
(72,47,52)
#3C282C
(60,40,44)
#302124
(48,33,36)
#241A1C
(36,26,28)
#181314
(24,19,20)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #84525C

#84525C
(132,82,92)
#8F616A
(143,97,106)
#9A7078
(154,112,120)
#A57F86
(165,127,134)
#B08E94
(176,142,148)
#BB9DA2
(187,157,162)
#C6ACB0
(198,172,176)
#D1BBBE
(209,187,190)
#DCCACC
(220,202,204)
#E7D9DA
(231,217,218)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84525C; }

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

This text font color is #84525C.


Background Color

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

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

This div background color is #84525C.


Border color

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

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

This div border color is #84525C.


Opacity

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

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

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

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

This text has shadow with #84525C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84525C on black background.


Color preview on white background

This text has color #84525C on white background.



Black color preview on #84525C background

This text has black color on #84525C background.


White color preview on #84525C background

This text has white color on #84525C background.