COLOR #84641A

HEX: #84641A
RGB: (132,100,26)

Color info

#84641A contains mainly red and green colors. Web safe color of #84641A is #996600 (or #960).

RGB color model

#84641A color RGB value is (132,100,26).

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

RGB channels and saturation

R 132 of 255 = 52%
G 100 of 255 = 39%
B 26 of 255 = 10%

132
100
26

R + G + B ~ 34%. #84641A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 100 + 26 = 258 (100%)
R 132 of 258 ~ 51.16%
G 100 of 258 ~ 38.76%
B 26 of 258 ~ 10.08%

%51.16
%38.76
%10.08

CMYK color model

#84641A color CMYK value is (0,24,80,48).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 80.30%
  • key color value is 48.24%
CMYK:
(0,24,80,48)
C0M24Y80K48 
(0%,24%,80%,48%)
(0.00/0.24/0.80/0.48)	

CMYK percentages

%0
%24.24
%80.3
%48.24

Codes

Color #84641A in popluar color models

84641A
RGB13210026
HSL42°67.09%30.98%
HSB/HSV42°80.30%51.76%
CMYK0.00%24.24%80.30%
48.24%

Color #84641A in popluar number systems.

HEX84641A
Decimal13210026
Binary10000100110010011010
Octal20414432

Shades and tints

Shades of #84641A

#84641A
(132,100,26)
#785B18
(120,91,24)
#6C5216
(108,82,22)
#604914
(96,73,20)
#544012
(84,64,18)
#483710
(72,55,16)
#3C2E0E
(60,46,14)
#30250C
(48,37,12)
#241C0A
(36,28,10)
#181308
(24,19,8)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #84641A

#84641A
(132,100,26)
#8F722E
(143,114,46)
#9A8042
(154,128,66)
#A58E56
(165,142,86)
#B09C6A
(176,156,106)
#BBAA7E
(187,170,126)
#C6B892
(198,184,146)
#D1C6A6
(209,198,166)
#DCD4BA
(220,212,186)
#E7E2CE
(231,226,206)
#F2F0E2
(242,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84641A color. Also use rgb(132,100,26) instead hex code.

Text Font Color

.myTextColor { color: #84641A; }

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

This text font color is #84641A.


Background Color

.myBgColor { background-color: #84641A; }

<div style="background-color:#84641A">Inner text</div>

This div background color is #84641A.


Border color

.myBorderColor { border: 1px solid #84641A; }

<div style="border:3px solid #84641A">Div</div>

This div border color is #84641A.


Opacity

.myOpacity80 { color: #84641A; opacity: 0.8; }

<p style="color:#84641A;opacity:0.8;">80%</p>

Text with #84641A 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 #84641A;}

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

This text has shadow with #84641A color.

.textShadow {text-shadow: 3px 3px 1px #84641A, 3px 3px 1px red;}

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

This text has shadow with #84641A primary color and red secondary color.


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

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

This text has shadow with #84641A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84641A on black background.


Color preview on white background

This text has color #84641A on white background.



Black color preview on #84641A background

This text has black color on #84641A background.


White color preview on #84641A background

This text has white color on #84641A background.