COLOR #84795B

HEX: #84795B RGB: (132,121,91)

Color info

#84795B contains red, green and blue colors in about the same proportion. Web safe color of #84795B is #996666 (or #966).

RGB color model

#84795B color RGB value is (132,121,91).

RGB: (132,121,91) (52%, 47%, 36%)

RGB channels and saturation

R 132 of 255 = 52%
G 121 of 255 = 47%
B 91 of 255 = 36%

132
121
91

R + G + B ~ 45%. #84795B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 121 + 91 = 344 (100%)
R 132 of 344 ~ 38.37%
G 121 of 344 ~ 35.17%
B 91 of 344 ~ 26.45'%

%38.37
%35.17
%26.45

CMYK color model

#84795B color CMYK value is (0,8,31,48).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 31.06%
  • key color value is 48.24%

CMYK: (0,8,31,48)
C0M8Y31K48 (0%, 8%, 31%, 48%)
(0.00 / 0.08 / 0.31 / 0.48)

CMYK percentages

%0
%8.33
%31.06
%48.24

Codes

Color #84795B in popluar color models

84 79 5B
RGB 132 121 91
HSL 44° 18.39% 43.73%
HSB/HSV 44° 31.06% 51.76%
CMYK 0.00% 8.33% 31.06%
48.24%

Color #84795B in popluar number systems.

HEX 84 79 5B
Decimal 132 121 91
Binary 10000100 1111001 1011011
Octal 204 171 133

Shades and tints

Shades of #84795B

#84795B
(132,121,91)
#786E53
(120,110,83)
#6C634B
(108,99,75)
#605843
(96,88,67)
#544D3B
(84,77,59)
#484233
(72,66,51)
#3C372B
(60,55,43)
#302C23
(48,44,35)
#24211B
(36,33,27)
#181613
(24,22,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #84795B

#84795B
(132,121,91)
#8F8569
(143,133,105)
#9A9177
(154,145,119)
#A59D85
(165,157,133)
#B0A993
(176,169,147)
#BBB5A1
(187,181,161)
#C6C1AF
(198,193,175)
#D1CDBD
(209,205,189)
#DCD9CB
(220,217,203)
#E7E5D9
(231,229,217)
#F2F1E7
(242,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84795B color. Also use rgb(132,121,91) instead hex code.

Text Font Color

.myTextColor { color: #84795B; }

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

This text font color is #84795B.

Background Color

.myBgColor { background-color: #84795B; }

<div style="background-color:#84795B">Inner text</div>

This div background color is #84795B.

Border color

.myBorderColor { border: 1px solid #84795B; }

<div style="border:3px solid #84795B">Div</div>

This div border color is #84795B.

Opacity

.myOpacity80 { color: #84795B; opacity: 0.8; }

<p style="color:#84795B;opacity:0.8;">80%</p>

Text with #84795B 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 #84795B;}

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

This text has shadow with #84795B color.


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

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

This text has shadow with #84795B primary color and red secondary color.


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

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

This text has shadow with #84795B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84795B.

Preview

Color preview on black background

This text has color #84795B on black background.


Color preview on white background

This text has color #84795B on white background.


Black color preview on #84795B background

This text has black color on #84795B background.


White color preview on #84795B background

This text has white color on #84795B background.


Related colors

Complementary color

Complementary color for #hex is #7B86A4.


I love getcolorcode.com

Triadic colors

1 #5B8479 and #795B84 with #84795B are triadic colors.

2 #5B7984 and #79845B with #84795B are triadic colors.