COLOR #84915C

HEX: #84915C RGB: (132,145,92)

Color info

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

RGB color model

#84915C color RGB value is (132,145,92).

RGB: (132,145,92) (52%, 57%, 36%)

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 92 of 255 = 36%

132
145
92

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

Portions of RGB colors in percentages

R + G + B = 132 + 145 + 92 = 369 (100%)
R 132 of 369 ~ 35.77%
G 145 of 369 ~ 39.3%
B 92 of 369 ~ 24.93'%

%35.77
%39.3
%24.93

CMYK color model

#84915C color CMYK value is (9,0,37,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 43.14%
CMYK: (9,0,37,43) C9M0Y37K43 (9%,0%,37%,43%) (0.09/0.00/0.37/0.43) 

CMYK percentages

%8.97
%0
%36.55
%43.14

Codes

Color #84915C in popluar color models

84 91 5C
RGB 132 145 92
HSL 75° 22.36% 46.47%
HSB/HSV 75° 36.55% 56.86%
CMYK 8.97% 0.00% 36.55%
43.14%

Color #84915C in popluar number systems.

HEX 84 91 5C
Decimal 132 145 92
Binary 10000100 10010001 1011100
Octal 204 221 134

Shades and tints

Shades of #84915C

#84915C
(132,145,92)
#788454
(120,132,84)
#6C774C
(108,119,76)
#606A44
(96,106,68)
#545D3C
(84,93,60)
#485034
(72,80,52)
#3C432C
(60,67,44)
#303624
(48,54,36)
#24291C
(36,41,28)
#181C14
(24,28,20)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #84915C

#84915C
(132,145,92)
#8F9B6A
(143,155,106)
#9AA578
(154,165,120)
#A5AF86
(165,175,134)
#B0B994
(176,185,148)
#BBC3A2
(187,195,162)
#C6CDB0
(198,205,176)
#D1D7BE
(209,215,190)
#DCE1CC
(220,225,204)
#E7EBDA
(231,235,218)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84915C; }

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

This text font color is #84915C.

Background Color

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

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

This div background color is #84915C.

Border color

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

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

This div border color is #84915C.

Opacity

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

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

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

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

This text has shadow with #84915C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84915C.

Preview

Color preview on black background

This text has color #84915C on black background.


Color preview on white background

This text has color #84915C on white background.


Black color preview on #84915C background

This text has black color on #84915C background.


White color preview on #84915C background

This text has white color on #84915C background.


Related colors

Complementary color

Complementary color for #hex is #7B6EA3.


I love getcolorcode.com

Triadic colors

1 #5C8491 and #915C84 with #84915C are triadic colors.

2 #5C9184 and #91845C with #84915C are triadic colors.