COLOR #84826A

HEX: #84826A
RGB: (132,130,106)

Color info

#84826A contains red, green and blue colors in about the same proportion. Web safe color of #84826A is #999966 (or #996).

RGB color model

#84826A color RGB value is (132,130,106).

  • red value is 132;
  • green value is 130;
  • blue value is 106.
RGB:
(132,130,106)
(52%,51%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 106 of 255 = 42%

132
130
106

R + G + B ~ 48%. #84826A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 106 = 368 (100%)
R 132 of 368 ~ 35.87%
G 130 of 368 ~ 35.33%
B 106 of 368 ~ 28.8%

%35.87
%35.33
%28.8

CMYK color model

#84826A color CMYK value is (0,2,20,48).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 19.70%
  • key color value is 48.24%
CMYK:
(0,2,20,48)
C0M2Y20K48 
(0%,2%,20%,48%)
(0.00/0.02/0.20/0.48)	

CMYK percentages

%0
%1.52
%19.7
%48.24

Codes

Color #84826A in popluar color models

84826A
RGB132130106
HSL55°10.92%46.67%
HSB/HSV55°19.70%51.76%
CMYK0.00%1.52%19.70%
48.24%

Color #84826A in popluar number systems.

HEX84826A
Decimal132130106
Binary10000100100000101101010
Octal204202152

Shades and tints

Shades of #84826A

#84826A
(132,130,106)
#787761
(120,119,97)
#6C6C58
(108,108,88)
#60614F
(96,97,79)
#545646
(84,86,70)
#484B3D
(72,75,61)
#3C4034
(60,64,52)
#30352B
(48,53,43)
#242A22
(36,42,34)
#181F19
(24,31,25)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #84826A

#84826A
(132,130,106)
#8F8D77
(143,141,119)
#9A9884
(154,152,132)
#A5A391
(165,163,145)
#B0AE9E
(176,174,158)
#BBB9AB
(187,185,171)
#C6C4B8
(198,196,184)
#D1CFC5
(209,207,197)
#DCDAD2
(220,218,210)
#E7E5DF
(231,229,223)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84826A color. Also use rgb(132,130,106) instead hex code.

Text Font Color

.myTextColor { color: #84826A; }

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

This text font color is #84826A.


Background Color

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

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

This div background color is #84826A.


Border color

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

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

This div border color is #84826A.


Opacity

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

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

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

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

This text has shadow with #84826A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84826A on black background.


Color preview on white background

This text has color #84826A on white background.



Black color preview on #84826A background

This text has black color on #84826A background.


White color preview on #84826A background

This text has white color on #84826A background.