COLOR #84684D

HEX: #84684D
RGB: (132,104,77)

Color info

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

RGB color model

#84684D color RGB value is (132,104,77).

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

RGB channels and saturation

R 132 of 255 = 52%
G 104 of 255 = 41%
B 77 of 255 = 30%

132
104
77

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

Portions of RGB colors in percentages

R + G + B =
132 + 104 + 77 = 313 (100%)
R 132 of 313 ~ 42.17%
G 104 of 313 ~ 33.23%
B 77 of 313 ~ 24.6%

%42.17
%33.23
%24.6

CMYK color model

#84684D color CMYK value is (0,21,42,48).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 41.67%
  • key color value is 48.24%
CMYK:
(0,21,42,48)
C0M21Y42K48 
(0%,21%,42%,48%)
(0.00/0.21/0.42/0.48)	

CMYK percentages

%0
%21.21
%41.67
%48.24

Codes

Color #84684D in popluar color models

84684D
RGB13210477
HSL29°26.32%40.98%
HSB/HSV29°41.67%51.76%
CMYK0.00%21.21%41.67%
48.24%

Color #84684D in popluar number systems.

HEX84684D
Decimal13210477
Binary1000010011010001001101
Octal204150115

Shades and tints

Shades of #84684D

#84684D
(132,104,77)
#785F46
(120,95,70)
#6C563F
(108,86,63)
#604D38
(96,77,56)
#544431
(84,68,49)
#483B2A
(72,59,42)
#3C3223
(60,50,35)
#30291C
(48,41,28)
#242015
(36,32,21)
#18170E
(24,23,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #84684D

#84684D
(132,104,77)
#8F755D
(143,117,93)
#9A826D
(154,130,109)
#A58F7D
(165,143,125)
#B09C8D
(176,156,141)
#BBA99D
(187,169,157)
#C6B6AD
(198,182,173)
#D1C3BD
(209,195,189)
#DCD0CD
(220,208,205)
#E7DDDD
(231,221,221)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84684D; }

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

This text font color is #84684D.


Background Color

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

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

This div background color is #84684D.


Border color

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

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

This div border color is #84684D.


Opacity

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

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

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

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

This text has shadow with #84684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84684D on black background.


Color preview on white background

This text has color #84684D on white background.



Black color preview on #84684D background

This text has black color on #84684D background.


White color preview on #84684D background

This text has white color on #84684D background.