COLOR #84533D

HEX: #84533D
RGB: (132,83,61)

Color info

#84533D contains mainly red and green colors. Web safe color of #84533D is #996633 (or #963).

RGB color model

#84533D color RGB value is (132,83,61).

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

RGB channels and saturation

R 132 of 255 = 52%
G 83 of 255 = 33%
B 61 of 255 = 24%

132
83
61

R + G + B ~ 36%. #84533D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 83 + 61 = 276 (100%)
R 132 of 276 ~ 47.83%
G 83 of 276 ~ 30.07%
B 61 of 276 ~ 22.1%

%47.83
%30.07
%22.1

CMYK color model

#84533D color CMYK value is (0,37,54,48).

  • cyan value is 0.00%
  • magenta value is 37.12%
  • yellow value is 53.79%
  • key color value is 48.24%
CMYK:
(0,37,54,48)
C0M37Y54K48 
(0%,37%,54%,48%)
(0.00/0.37/0.54/0.48)	

CMYK percentages

%0
%37.12
%53.79
%48.24

Codes

Color #84533D in popluar color models

84533D
RGB1328361
HSL19°36.79%37.84%
HSB/HSV19°53.79%51.76%
CMYK0.00%37.12%53.79%
48.24%

Color #84533D in popluar number systems.

HEX84533D
Decimal1328361
Binary100001001010011111101
Octal20412375

Shades and tints

Shades of #84533D

#84533D
(132,83,61)
#784C38
(120,76,56)
#6C4533
(108,69,51)
#603E2E
(96,62,46)
#543729
(84,55,41)
#483024
(72,48,36)
#3C291F
(60,41,31)
#30221A
(48,34,26)
#241B15
(36,27,21)
#181410
(24,20,16)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #84533D

#84533D
(132,83,61)
#8F624E
(143,98,78)
#9A715F
(154,113,95)
#A58070
(165,128,112)
#B08F81
(176,143,129)
#BB9E92
(187,158,146)
#C6ADA3
(198,173,163)
#D1BCB4
(209,188,180)
#DCCBC5
(220,203,197)
#E7DAD6
(231,218,214)
#F2E9E7
(242,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84533D color. Also use rgb(132,83,61) instead hex code.

Text Font Color

.myTextColor { color: #84533D; }

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

This text font color is #84533D.


Background Color

.myBgColor { background-color: #84533D; }

<div style="background-color:#84533D">Inner text</div>

This div background color is #84533D.


Border color

.myBorderColor { border: 1px solid #84533D; }

<div style="border:3px solid #84533D">Div</div>

This div border color is #84533D.


Opacity

.myOpacity80 { color: #84533D; opacity: 0.8; }

<p style="color:#84533D;opacity:0.8;">80%</p>

Text with #84533D 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 #84533D;}

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

This text has shadow with #84533D color.

.textShadow {text-shadow: 3px 3px 1px #84533D, 3px 3px 1px red;}

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

This text has shadow with #84533D primary color and red secondary color.


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

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

This text has shadow with #84533D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84533D on black background.


Color preview on white background

This text has color #84533D on white background.



Black color preview on #84533D background

This text has black color on #84533D background.


White color preview on #84533D background

This text has white color on #84533D background.