COLOR #84504C

HEX: #84504C
RGB: (132,80,76)

Color info

#84504C contains red, green and blue colors in about the same proportion. Web safe color of #84504C is #996633 (or #963).

RGB color model

#84504C color RGB value is (132,80,76).

  • red value is 132;
  • green value is 80;
  • blue value is 76.
RGB:
(132,80,76)
(52%,31%,30%)

RGB channels and saturation

R 132 of 255 = 52%
G 80 of 255 = 31%
B 76 of 255 = 30%

132
80
76

R + G + B ~ 38%. #84504C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 80 + 76 = 288 (100%)
R 132 of 288 ~ 45.83%
G 80 of 288 ~ 27.78%
B 76 of 288 ~ 26.39%

%45.83
%27.78
%26.39

CMYK color model

#84504C color CMYK value is (0,39,42,48).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 42.42%
  • key color value is 48.24%
CMYK:
(0,39,42,48)
C0M39Y42K48 
(0%,39%,42%,48%)
(0.00/0.39/0.42/0.48)	

CMYK percentages

%0
%39.39
%42.42
%48.24

Codes

Color #84504C in popluar color models

84504C
RGB1328076
HSL26.92%40.78%
HSB/HSV42.42%51.76%
CMYK0.00%39.39%42.42%
48.24%

Color #84504C in popluar number systems.

HEX84504C
Decimal1328076
Binary1000010010100001001100
Octal204120114

Shades and tints

Shades of #84504C

#84504C
(132,80,76)
#784946
(120,73,70)
#6C4240
(108,66,64)
#603B3A
(96,59,58)
#543434
(84,52,52)
#482D2E
(72,45,46)
#3C2628
(60,38,40)
#301F22
(48,31,34)
#24181C
(36,24,28)
#181116
(24,17,22)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #84504C

#84504C
(132,80,76)
#8F5F5C
(143,95,92)
#9A6E6C
(154,110,108)
#A57D7C
(165,125,124)
#B08C8C
(176,140,140)
#BB9B9C
(187,155,156)
#C6AAAC
(198,170,172)
#D1B9BC
(209,185,188)
#DCC8CC
(220,200,204)
#E7D7DC
(231,215,220)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84504C color. Also use rgb(132,80,76) instead hex code.

Text Font Color

.myTextColor { color: #84504C; }

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

This text font color is #84504C.


Background Color

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

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

This div background color is #84504C.


Border color

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

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

This div border color is #84504C.


Opacity

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

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

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

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

This text has shadow with #84504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84504C on black background.


Color preview on white background

This text has color #84504C on white background.



Black color preview on #84504C background

This text has black color on #84504C background.


White color preview on #84504C background

This text has white color on #84504C background.