COLOR #84536B

HEX: #84536B
RGB: (132,83,107)

Color info

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

RGB color model

#84536B color RGB value is (132,83,107).

  • red value is 132;
  • green value is 83;
  • blue value is 107.
RGB:
(132,83,107)
(52%,33%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 83 of 255 = 33%
B 107 of 255 = 42%

132
83
107

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

Portions of RGB colors in percentages

R + G + B =
132 + 83 + 107 = 322 (100%)
R 132 of 322 ~ 40.99%
G 83 of 322 ~ 25.78%
B 107 of 322 ~ 33.23%

%40.99
%25.78
%33.23

CMYK color model

#84536B color CMYK value is (0,37,19,48).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 18.94%
  • key color value is 48.24%
CMYK:
(0,37,19,48)
C0M37Y19K48 
(0%,37%,19%,48%)
(0.00/0.37/0.19/0.48)	

CMYK percentages

%0
%37.12
%18.94
%48.24

Codes

Color #84536B in popluar color models

84536B
RGB13283107
HSL331°22.79%42.16%
HSB/HSV331°37.12%51.76%
CMYK0.00%37.12%18.94%
48.24%

Color #84536B in popluar number systems.

HEX84536B
Decimal13283107
Binary1000010010100111101011
Octal204123153

Shades and tints

Shades of #84536B

#84536B
(132,83,107)
#784C62
(120,76,98)
#6C4559
(108,69,89)
#603E50
(96,62,80)
#543747
(84,55,71)
#48303E
(72,48,62)
#3C2935
(60,41,53)
#30222C
(48,34,44)
#241B23
(36,27,35)
#18141A
(24,20,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #84536B

#84536B
(132,83,107)
#8F6278
(143,98,120)
#9A7185
(154,113,133)
#A58092
(165,128,146)
#B08F9F
(176,143,159)
#BB9EAC
(187,158,172)
#C6ADB9
(198,173,185)
#D1BCC6
(209,188,198)
#DCCBD3
(220,203,211)
#E7DAE0
(231,218,224)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84536B color. Also use rgb(132,83,107) instead hex code.

Text Font Color

.myTextColor { color: #84536B; }

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

This text font color is #84536B.


Background Color

.myBgColor { background-color: #84536B; }

<div style="background-color:#84536B">Inner text</div>

This div background color is #84536B.


Border color

.myBorderColor { border: 1px solid #84536B; }

<div style="border:3px solid #84536B">Div</div>

This div border color is #84536B.


Opacity

.myOpacity80 { color: #84536B; opacity: 0.8; }

<p style="color:#84536B;opacity:0.8;">80%</p>

Text with #84536B 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 #84536B;}

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

This text has shadow with #84536B color.

.textShadow {text-shadow: 3px 3px 1px #84536B, 3px 3px 1px red;}

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

This text has shadow with #84536B primary color and red secondary color.


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

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

This text has shadow with #84536B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84536B on black background.


Color preview on white background

This text has color #84536B on white background.



Black color preview on #84536B background

This text has black color on #84536B background.


White color preview on #84536B background

This text has white color on #84536B background.