COLOR #84996C

HEX: #84996C
RGB: (132,153,108)

Color info

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

RGB color model

#84996C color RGB value is (132,153,108).

  • red value is 132;
  • green value is 153;
  • blue value is 108.
RGB:
(132,153,108)
(52%,60%,42%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 108 of 255 = 42%

132
153
108

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 108 = 393 (100%)
R 132 of 393 ~ 33.59%
G 153 of 393 ~ 38.93%
B 108 of 393 ~ 27.48%

%33.59
%38.93
%27.48

CMYK color model

#84996C color CMYK value is (14,0,29,40).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 40.00%
CMYK:
(14,0,29,40)
C14M0Y29K40 
(14%,0%,29%,40%)
(0.14/0.00/0.29/0.40)	

CMYK percentages

%13.73
%0
%29.41
%40

Codes

Color #84996C in popluar color models

84996C
RGB132153108
HSL88°18.07%51.18%
HSB/HSV88°29.41%60.00%
CMYK13.73%0.00%29.41%
40.00%

Color #84996C in popluar number systems.

HEX84996C
Decimal132153108
Binary10000100100110011101100
Octal204231154

Shades and tints

Shades of #84996C

#84996C
(132,153,108)
#788C63
(120,140,99)
#6C7F5A
(108,127,90)
#607251
(96,114,81)
#546548
(84,101,72)
#48583F
(72,88,63)
#3C4B36
(60,75,54)
#303E2D
(48,62,45)
#243124
(36,49,36)
#18241B
(24,36,27)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #84996C

#84996C
(132,153,108)
#8FA279
(143,162,121)
#9AAB86
(154,171,134)
#A5B493
(165,180,147)
#B0BDA0
(176,189,160)
#BBC6AD
(187,198,173)
#C6CFBA
(198,207,186)
#D1D8C7
(209,216,199)
#DCE1D4
(220,225,212)
#E7EAE1
(231,234,225)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84996C color. Also use rgb(132,153,108) instead hex code.

Text Font Color

.myTextColor { color: #84996C; }

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

This text font color is #84996C.


Background Color

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

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

This div background color is #84996C.


Border color

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

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

This div border color is #84996C.


Opacity

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

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

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

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

This text has shadow with #84996C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84996C on black background.


Color preview on white background

This text has color #84996C on white background.



Black color preview on #84996C background

This text has black color on #84996C background.


White color preview on #84996C background

This text has white color on #84996C background.