COLOR #84995C

HEX: #84995C RGB: (132,153,92)

Color info

#84995C contains mainly red and green colors. Web safe color of #84995C is #999966 (or #996).

RGB color model

#84995C color RGB value is (132,153,92).

RGB: (132,153,92) (52%, 60%, 36%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 92 of 255 = 36%

132
153
92

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

Portions of RGB colors in percentages

R + G + B = 132 + 153 + 92 = 377 (100%)
R 132 of 377 ~ 35.01%
G 153 of 377 ~ 40.58%
B 92 of 377 ~ 24.4'%

%35.01
%40.58
%24.4

CMYK color model

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

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 40.00%

CMYK: (14,0,40,40)
C14M0Y40K40 (14%, 0%, 40%, 40%)
(0.14 / 0.00 / 0.40 / 0.40)

CMYK percentages

%13.73
%0
%39.87
%40

Codes

Color #84995C in popluar color models

84 99 5C
RGB 132 153 92
HSL 81° 24.90% 48.04%
HSB/HSV 81° 39.87% 60.00%
CMYK 13.73% 0.00% 39.87%
40.00%

Color #84995C in popluar number systems.

HEX 84 99 5C
Decimal 132 153 92
Binary 10000100 10011001 1011100
Octal 204 231 134

Shades and tints

Shades of #84995C

#84995C
(132,153,92)
#788C54
(120,140,84)
#6C7F4C
(108,127,76)
#607244
(96,114,68)
#54653C
(84,101,60)
#485834
(72,88,52)
#3C4B2C
(60,75,44)
#303E24
(48,62,36)
#24311C
(36,49,28)
#182414
(24,36,20)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #84995C

#84995C
(132,153,92)
#8FA26A
(143,162,106)
#9AAB78
(154,171,120)
#A5B486
(165,180,134)
#B0BD94
(176,189,148)
#BBC6A2
(187,198,162)
#C6CFB0
(198,207,176)
#D1D8BE
(209,216,190)
#DCE1CC
(220,225,204)
#E7EADA
(231,234,218)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84995C; }

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

This text font color is #84995C.

Background Color

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

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

This div background color is #84995C.

Border color

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

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

This div border color is #84995C.

Opacity

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

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

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

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

This text has shadow with #84995C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84995C.

Preview

Color preview on black background

This text has color #84995C on black background.


Color preview on white background

This text has color #84995C on white background.


Black color preview on #84995C background

This text has black color on #84995C background.


White color preview on #84995C background

This text has white color on #84995C background.


Related colors

Complementary color

Complementary color for #hex is #7B66A3.


I love getcolorcode.com

Triadic colors

1 #5C8499 and #995C84 with #84995C are triadic colors.

2 #5C9984 and #99845C with #84995C are triadic colors.