COLOR #84644B

HEX: #84644B
RGB: (132,100,75)

Color info

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

RGB color model

#84644B color RGB value is (132,100,75).

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

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 75 of 255 = 29%

132
100
75

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

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 75 = 307 (100%)
R 132 of 307 ~ 43%
G 100 of 307 ~ 32.57%
B 75 of 307 ~ 24.43%

%43
%32.57
%24.43

CMYK color model

#84644B color CMYK value is (0,24,43,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 43.18%
  • key color value is 48.24%
CMYK:
(0,24,43,48)
C0M24Y43K48 
(0%,24%,43%,48%)
(0.00/0.24/0.43/0.48)	

CMYK percentages

%0
%24.24
%43.18
%48.24

Codes

Color #84644B in popluar color models

84644B
RGB13210075
HSL26°27.54%40.59%
HSB/HSV26°43.18%51.76%
CMYK0.00%24.24%43.18%
48.24%

Color #84644B in popluar number systems.

HEX84644B
Decimal13210075
Binary1000010011001001001011
Octal204144113

Shades and tints

Shades of #84644B

#84644B
(132,100,75)
#785B45
(120,91,69)
#6C523F
(108,82,63)
#604939
(96,73,57)
#544033
(84,64,51)
#48372D
(72,55,45)
#3C2E27
(60,46,39)
#302521
(48,37,33)
#241C1B
(36,28,27)
#181315
(24,19,21)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #84644B

#84644B
(132,100,75)
#8F725B
(143,114,91)
#9A806B
(154,128,107)
#A58E7B
(165,142,123)
#B09C8B
(176,156,139)
#BBAA9B
(187,170,155)
#C6B8AB
(198,184,171)
#D1C6BB
(209,198,187)
#DCD4CB
(220,212,203)
#E7E2DB
(231,226,219)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84644B; }

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

This text font color is #84644B.


Background Color

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

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

This div background color is #84644B.


Border color

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

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

This div border color is #84644B.


Opacity

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

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

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

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

This text has shadow with #84644B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84644B on black background.


Color preview on white background

This text has color #84644B on white background.



Black color preview on #84644B background

This text has black color on #84644B background.


White color preview on #84644B background

This text has white color on #84644B background.