COLOR #84855C

HEX: #84855C RGB: (132,133,92)

Color info

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

RGB color model

#84855C color RGB value is (132,133,92).

RGB: (132,133,92) (52%, 52%, 36%)

RGB channels and saturation

R 132 of 255 = 52%
G 133 of 255 = 52%
B 92 of 255 = 36%

132
133
92

R + G + B ~ 47%. #84855C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 133 + 92 = 357 (100%)
R 132 of 357 ~ 36.97%
G 133 of 357 ~ 37.25%
B 92 of 357 ~ 25.77'%

%36.97
%37.25
%25.77

CMYK color model

#84855C color CMYK value is (1,0,31,48).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 30.83%
  • key color value is 47.84%

CMYK: (1,0,31,48)
C1M0Y31K48 (1%, 0%, 31%, 48%)
(0.01 / 0.00 / 0.31 / 0.48)

CMYK percentages

%0.75
%0
%30.83
%47.84

Codes

Color #84855C in popluar color models

84 85 5C
RGB 132 133 92
HSL 61° 18.22% 44.12%
HSB/HSV 61° 30.83% 52.16%
CMYK 0.75% 0.00% 30.83%
47.84%

Color #84855C in popluar number systems.

HEX 84 85 5C
Decimal 132 133 92
Binary 10000100 10000101 1011100
Octal 204 205 134

Shades and tints

Shades of #84855C

#84855C
(132,133,92)
#787954
(120,121,84)
#6C6D4C
(108,109,76)
#606144
(96,97,68)
#54553C
(84,85,60)
#484934
(72,73,52)
#3C3D2C
(60,61,44)
#303124
(48,49,36)
#24251C
(36,37,28)
#181914
(24,25,20)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #84855C

#84855C
(132,133,92)
#8F906A
(143,144,106)
#9A9B78
(154,155,120)
#A5A686
(165,166,134)
#B0B194
(176,177,148)
#BBBCA2
(187,188,162)
#C6C7B0
(198,199,176)
#D1D2BE
(209,210,190)
#DCDDCC
(220,221,204)
#E7E8DA
(231,232,218)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84855C color. Also use rgb(132,133,92) instead hex code.

Text Font Color

.myTextColor { color: #84855C; }

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

This text font color is #84855C.

Background Color

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

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

This div background color is #84855C.

Border color

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

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

This div border color is #84855C.

Opacity

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

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

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

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

This text has shadow with #84855C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84855C.

Preview

Color preview on black background

This text has color #84855C on black background.


Color preview on white background

This text has color #84855C on white background.


Black color preview on #84855C background

This text has black color on #84855C background.


White color preview on #84855C background

This text has white color on #84855C background.


Related colors

Complementary color

Complementary color for #hex is #7B7AA3.


I love getcolorcode.com

Triadic colors

1 #5C8485 and #855C84 with #84855C are triadic colors.

2 #5C8584 and #85845C with #84855C are triadic colors.