COLOR #84642B

HEX: #84642B
RGB: (132,100,43)

Color info

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

RGB color model

#84642B color RGB value is (132,100,43).

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

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 43 of 255 = 17%

132
100
43

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

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 43 = 275 (100%)
R 132 of 275 ~ 48%
G 100 of 275 ~ 36.36%
B 43 of 275 ~ 15.64%

%48
%36.36
%15.64

CMYK color model

#84642B color CMYK value is (0,24,67,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 67.42%
  • key color value is 48.24%
CMYK:
(0,24,67,48)
C0M24Y67K48 
(0%,24%,67%,48%)
(0.00/0.24/0.67/0.48)	

CMYK percentages

%0
%24.24
%67.42
%48.24

Codes

Color #84642B in popluar color models

84642B
RGB13210043
HSL38°50.86%34.31%
HSB/HSV38°67.42%51.76%
CMYK0.00%24.24%67.42%
48.24%

Color #84642B in popluar number systems.

HEX84642B
Decimal13210043
Binary100001001100100101011
Octal20414453

Shades and tints

Shades of #84642B

#84642B
(132,100,43)
#785B28
(120,91,40)
#6C5225
(108,82,37)
#604922
(96,73,34)
#54401F
(84,64,31)
#48371C
(72,55,28)
#3C2E19
(60,46,25)
#302516
(48,37,22)
#241C13
(36,28,19)
#181310
(24,19,16)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #84642B

#84642B
(132,100,43)
#8F723E
(143,114,62)
#9A8051
(154,128,81)
#A58E64
(165,142,100)
#B09C77
(176,156,119)
#BBAA8A
(187,170,138)
#C6B89D
(198,184,157)
#D1C6B0
(209,198,176)
#DCD4C3
(220,212,195)
#E7E2D6
(231,226,214)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84642B; }

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

This text font color is #84642B.


Background Color

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

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

This div background color is #84642B.


Border color

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

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

This div border color is #84642B.


Opacity

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

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

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

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

This text has shadow with #84642B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84642B on black background.


Color preview on white background

This text has color #84642B on white background.



Black color preview on #84642B background

This text has black color on #84642B background.


White color preview on #84642B background

This text has white color on #84642B background.