COLOR #84644D

HEX: #84644D
RGB: (132,100,77)

Color info

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

RGB color model

#84644D color RGB value is (132,100,77).

  • red value is 132;
  • green value is 100;
  • blue value is 77.
RGB:
(132,100,77)
(52%,39%,30%)

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 77 of 255 = 30%

132
100
77

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

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 77 = 309 (100%)
R 132 of 309 ~ 42.72%
G 100 of 309 ~ 32.36%
B 77 of 309 ~ 24.92%

%42.72
%32.36
%24.92

CMYK color model

#84644D color CMYK value is (0,24,42,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 41.67%
  • key color value is 48.24%
CMYK:
(0,24,42,48)
C0M24Y42K48 
(0%,24%,42%,48%)
(0.00/0.24/0.42/0.48)	

CMYK percentages

%0
%24.24
%41.67
%48.24

Codes

Color #84644D in popluar color models

84644D
RGB13210077
HSL25°26.32%40.98%
HSB/HSV25°41.67%51.76%
CMYK0.00%24.24%41.67%
48.24%

Color #84644D in popluar number systems.

HEX84644D
Decimal13210077
Binary1000010011001001001101
Octal204144115

Shades and tints

Shades of #84644D

#84644D
(132,100,77)
#785B46
(120,91,70)
#6C523F
(108,82,63)
#604938
(96,73,56)
#544031
(84,64,49)
#48372A
(72,55,42)
#3C2E23
(60,46,35)
#30251C
(48,37,28)
#241C15
(36,28,21)
#18130E
(24,19,14)
#0C0A07
(12,10,7)
#000000
(0,0,0)

Tints of #84644D

#84644D
(132,100,77)
#8F725D
(143,114,93)
#9A806D
(154,128,109)
#A58E7D
(165,142,125)
#B09C8D
(176,156,141)
#BBAA9D
(187,170,157)
#C6B8AD
(198,184,173)
#D1C6BD
(209,198,189)
#DCD4CD
(220,212,205)
#E7E2DD
(231,226,221)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84644D color. Also use rgb(132,100,77) instead hex code.

Text Font Color

.myTextColor { color: #84644D; }

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

This text font color is #84644D.


Background Color

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

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

This div background color is #84644D.


Border color

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

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

This div border color is #84644D.


Opacity

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

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

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

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

This text has shadow with #84644D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84644D on black background.


Color preview on white background

This text has color #84644D on white background.



Black color preview on #84644D background

This text has black color on #84644D background.


White color preview on #84644D background

This text has white color on #84644D background.