COLOR #84826D

HEX: #84826D RGB: (132,130,109)

Color info

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

RGB color model

#84826D color RGB value is (132,130,109).

RGB: (132,130,109) (52%, 51%, 43%)

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 109 of 255 = 43%

132
130
109

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

Portions of RGB colors in percentages

R + G + B = 132 + 130 + 109 = 371 (100%)
R 132 of 371 ~ 35.58%
G 130 of 371 ~ 35.04%
B 109 of 371 ~ 29.38'%

%35.58
%35.04
%29.38

CMYK color model

#84826D color CMYK value is (0,2,17,48).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 17.42%
  • key color value is 48.24%

CMYK: (0,2,17,48)
C0M2Y17K48 (0%, 2%, 17%, 48%)
(0.00 / 0.02 / 0.17 / 0.48)

CMYK percentages

%0
%1.52
%17.42
%48.24

Codes

Color #84826D in popluar color models

84 82 6D
RGB 132 130 109
HSL 55° 9.54% 47.25%
HSB/HSV 55° 17.42% 51.76%
CMYK 0.00% 1.52% 17.42%
48.24%

Color #84826D in popluar number systems.

HEX 84 82 6D
Decimal 132 130 109
Binary 10000100 10000010 1101101
Octal 204 202 155

Shades and tints

Shades of #84826D

#84826D
(132,130,109)
#787764
(120,119,100)
#6C6C5B
(108,108,91)
#606152
(96,97,82)
#545649
(84,86,73)
#484B40
(72,75,64)
#3C4037
(60,64,55)
#30352E
(48,53,46)
#242A25
(36,42,37)
#181F1C
(24,31,28)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84826D

#84826D
(132,130,109)
#8F8D7A
(143,141,122)
#9A9887
(154,152,135)
#A5A394
(165,163,148)
#B0AEA1
(176,174,161)
#BBB9AE
(187,185,174)
#C6C4BB
(198,196,187)
#D1CFC8
(209,207,200)
#DCDAD5
(220,218,213)
#E7E5E2
(231,229,226)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84826D; }

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

This text font color is #84826D.

Background Color

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

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

This div background color is #84826D.

Border color

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

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

This div border color is #84826D.

Opacity

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

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

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

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

This text has shadow with #84826D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84826D.

Preview

Color preview on black background

This text has color #84826D on black background.


Color preview on white background

This text has color #84826D on white background.


Black color preview on #84826D background

This text has black color on #84826D background.


White color preview on #84826D background

This text has white color on #84826D background.


Related colors

Complementary color

Complementary color for #hex is #7B7D92.


I love getcolorcode.com

Triadic colors

1 #6D8482 and #826D84 with #84826D are triadic colors.

2 #6D8284 and #82846D with #84826D are triadic colors.