COLOR #84511C

HEX: #84511C
RGB: (132,81,28)

Color info

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

RGB color model

#84511C color RGB value is (132,81,28).

  • red value is 132;
  • green value is 81;
  • blue value is 28.
RGB:
(132,81,28)
(52%,32%,11%)

RGB channels and saturation

R 132 of 255 = 52%
G 81 of 255 = 32%
B 28 of 255 = 11%

132
81
28

R + G + B ~ 32%. #84511C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 81 + 28 = 241 (100%)
R 132 of 241 ~ 54.77%
G 81 of 241 ~ 33.61%
B 28 of 241 ~ 11.62%

%54.77
%33.61
%11.62

CMYK color model

#84511C color CMYK value is (0,39,79,48).

  • cyan value is 0.00%
  • magenta value is 38.64%
  • yellow value is 78.79%
  • key color value is 48.24%
CMYK:
(0,39,79,48)
C0M39Y79K48 
(0%,39%,79%,48%)
(0.00/0.39/0.79/0.48)	

CMYK percentages

%0
%38.64
%78.79
%48.24

Codes

Color #84511C in popluar color models

84511C
RGB1328128
HSL31°65.00%31.37%
HSB/HSV31°78.79%51.76%
CMYK0.00%38.64%78.79%
48.24%

Color #84511C in popluar number systems.

HEX84511C
Decimal1328128
Binary10000100101000111100
Octal20412134

Shades and tints

Shades of #84511C

#84511C
(132,81,28)
#784A1A
(120,74,26)
#6C4318
(108,67,24)
#603C16
(96,60,22)
#543514
(84,53,20)
#482E12
(72,46,18)
#3C2710
(60,39,16)
#30200E
(48,32,14)
#24190C
(36,25,12)
#18120A
(24,18,10)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #84511C

#84511C
(132,81,28)
#8F6030
(143,96,48)
#9A6F44
(154,111,68)
#A57E58
(165,126,88)
#B08D6C
(176,141,108)
#BB9C80
(187,156,128)
#C6AB94
(198,171,148)
#D1BAA8
(209,186,168)
#DCC9BC
(220,201,188)
#E7D8D0
(231,216,208)
#F2E7E4
(242,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84511C color. Also use rgb(132,81,28) instead hex code.

Text Font Color

.myTextColor { color: #84511C; }

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

This text font color is #84511C.


Background Color

.myBgColor { background-color: #84511C; }

<div style="background-color:#84511C">Inner text</div>

This div background color is #84511C.


Border color

.myBorderColor { border: 1px solid #84511C; }

<div style="border:3px solid #84511C">Div</div>

This div border color is #84511C.


Opacity

.myOpacity80 { color: #84511C; opacity: 0.8; }

<p style="color:#84511C;opacity:0.8;">80%</p>

Text with #84511C 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 #84511C;}

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

This text has shadow with #84511C color.

.textShadow {text-shadow: 3px 3px 1px #84511C, 3px 3px 1px red;}

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

This text has shadow with #84511C primary color and red secondary color.


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

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

This text has shadow with #84511C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84511C on black background.


Color preview on white background

This text has color #84511C on white background.



Black color preview on #84511C background

This text has black color on #84511C background.


White color preview on #84511C background

This text has white color on #84511C background.