COLOR #84811A

HEX: #84811A
RGB: (132,129,26)

Color info

#84811A contains mainly red and green colors. Web safe color of #84811A is #999900 (or #990).

RGB color model

#84811A color RGB value is (132,129,26).

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

RGB channels and saturation

R 132 of 255 = 52%
G 129 of 255 = 51%
B 26 of 255 = 10%

132
129
26

R + G + B ~ 38%. #84811A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 26 = 287 (100%)
R 132 of 287 ~ 45.99%
G 129 of 287 ~ 44.95%
B 26 of 287 ~ 9.06%

%45.99
%44.95

CMYK color model

#84811A color CMYK value is (0,2,80,48).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 80.30%
  • key color value is 48.24%
CMYK:
(0,2,80,48)
C0M2Y80K48 
(0%,2%,80%,48%)
(0.00/0.02/0.80/0.48)	

CMYK percentages

%0
%2.27
%80.3
%48.24

Codes

Color #84811A in popluar color models

84811A
RGB13212926
HSL58°67.09%30.98%
HSB/HSV58°80.30%51.76%
CMYK0.00%2.27%80.30%
48.24%

Color #84811A in popluar number systems.

HEX84811A
Decimal13212926
Binary100001001000000111010
Octal20420132

Shades and tints

Shades of #84811A

#84811A
(132,129,26)
#787618
(120,118,24)
#6C6B16
(108,107,22)
#606014
(96,96,20)
#545512
(84,85,18)
#484A10
(72,74,16)
#3C3F0E
(60,63,14)
#30340C
(48,52,12)
#24290A
(36,41,10)
#181E08
(24,30,8)
#0C1306
(12,19,6)
#000000
(0,0,0)

Tints of #84811A

#84811A
(132,129,26)
#8F8C2E
(143,140,46)
#9A9742
(154,151,66)
#A5A256
(165,162,86)
#B0AD6A
(176,173,106)
#BBB87E
(187,184,126)
#C6C392
(198,195,146)
#D1CEA6
(209,206,166)
#DCD9BA
(220,217,186)
#E7E4CE
(231,228,206)
#F2EFE2
(242,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84811A; }

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

This text font color is #84811A.


Background Color

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

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

This div background color is #84811A.


Border color

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

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

This div border color is #84811A.


Opacity

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

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

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

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

This text has shadow with #84811A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84811A on black background.


Color preview on white background

This text has color #84811A on white background.



Black color preview on #84811A background

This text has black color on #84811A background.


White color preview on #84811A background

This text has white color on #84811A background.