COLOR #84592E

HEX: #84592E
RGB: (132,89,46)

Color info

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

RGB color model

#84592E color RGB value is (132,89,46).

  • red value is 132;
  • green value is 89;
  • blue value is 46.
RGB:
(132,89,46)
(52%,35%,18%)

RGB channels and saturation

R 132 of 255 = 52%
G 89 of 255 = 35%
B 46 of 255 = 18%

132
89
46

R + G + B ~ 35%. #84592E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 89 + 46 = 267 (100%)
R 132 of 267 ~ 49.44%
G 89 of 267 ~ 33.33%
B 46 of 267 ~ 17.23%

%49.44
%33.33
%17.23

CMYK color model

#84592E color CMYK value is (0,33,65,48).

  • cyan value is 0.00%
  • magenta value is 32.58%
  • yellow value is 65.15%
  • key color value is 48.24%
CMYK:
(0,33,65,48)
C0M33Y65K48 
(0%,33%,65%,48%)
(0.00/0.33/0.65/0.48)	

CMYK percentages

%0
%32.58
%65.15
%48.24

Codes

Color #84592E in popluar color models

84592E
RGB1328946
HSL30°48.31%34.90%
HSB/HSV30°65.15%51.76%
CMYK0.00%32.58%65.15%
48.24%

Color #84592E in popluar number systems.

HEX84592E
Decimal1328946
Binary100001001011001101110
Octal20413156

Shades and tints

Shades of #84592E

#84592E
(132,89,46)
#78512A
(120,81,42)
#6C4926
(108,73,38)
#604122
(96,65,34)
#54391E
(84,57,30)
#48311A
(72,49,26)
#3C2916
(60,41,22)
#302112
(48,33,18)
#24190E
(36,25,14)
#18110A
(24,17,10)
#0C0906
(12,9,6)
#000000
(0,0,0)

Tints of #84592E

#84592E
(132,89,46)
#8F6841
(143,104,65)
#9A7754
(154,119,84)
#A58667
(165,134,103)
#B0957A
(176,149,122)
#BBA48D
(187,164,141)
#C6B3A0
(198,179,160)
#D1C2B3
(209,194,179)
#DCD1C6
(220,209,198)
#E7E0D9
(231,224,217)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84592E color. Also use rgb(132,89,46) instead hex code.

Text Font Color

.myTextColor { color: #84592E; }

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

This text font color is #84592E.


Background Color

.myBgColor { background-color: #84592E; }

<div style="background-color:#84592E">Inner text</div>

This div background color is #84592E.


Border color

.myBorderColor { border: 1px solid #84592E; }

<div style="border:3px solid #84592E">Div</div>

This div border color is #84592E.


Opacity

.myOpacity80 { color: #84592E; opacity: 0.8; }

<p style="color:#84592E;opacity:0.8;">80%</p>

Text with #84592E 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 #84592E;}

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

This text has shadow with #84592E color.

.textShadow {text-shadow: 3px 3px 1px #84592E, 3px 3px 1px red;}

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

This text has shadow with #84592E primary color and red secondary color.


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

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

This text has shadow with #84592E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84592E on black background.


Color preview on white background

This text has color #84592E on white background.



Black color preview on #84592E background

This text has black color on #84592E background.


White color preview on #84592E background

This text has white color on #84592E background.