COLOR #84977E

HEX: #84977E RGB: (132,151,126)

Color info

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

RGB color model

#84977E color RGB value is (132,151,126).

RGB: (132,151,126) (52%, 59%, 49%)

RGB channels and saturation

R 132 of 255 = 52%
G 151 of 255 = 59%
B 126 of 255 = 49%

132
151
126

R + G + B ~ 53%. #84977E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 151 + 126 = 409 (100%)
R 132 of 409 ~ 32.27%
G 151 of 409 ~ 36.92%
B 126 of 409 ~ 30.81'%

%32.27
%36.92
%30.81

CMYK color model

#84977E color CMYK value is (13,0,17,41).

  • cyan value is 12.58%
  • magenta value is 0.00%
  • yellow value is 16.56%
  • key color value is 40.78%

CMYK: (13,0,17,41)
C13M0Y17K41 (13%, 0%, 17%, 41%)
(0.13 / 0.00 / 0.17 / 0.41)

CMYK percentages

%12.58
%0
%16.56
%40.78

Codes

Color #84977E in popluar color models

84 97 7E
RGB 132 151 126
HSL 106° 10.73% 54.31%
HSB/HSV 106° 16.56% 59.22%
CMYK 12.58% 0.00% 16.56%
40.78%

Color #84977E in popluar number systems.

HEX 84 97 7E
Decimal 132 151 126
Binary 10000100 10010111 1111110
Octal 204 227 176

Shades and tints

Shades of #84977E

#84977E
(132,151,126)
#788A73
(120,138,115)
#6C7D68
(108,125,104)
#60705D
(96,112,93)
#546352
(84,99,82)
#485647
(72,86,71)
#3C493C
(60,73,60)
#303C31
(48,60,49)
#242F26
(36,47,38)
#18221B
(24,34,27)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #84977E

#84977E
(132,151,126)
#8FA089
(143,160,137)
#9AA994
(154,169,148)
#A5B29F
(165,178,159)
#B0BBAA
(176,187,170)
#BBC4B5
(187,196,181)
#C6CDC0
(198,205,192)
#D1D6CB
(209,214,203)
#DCDFD6
(220,223,214)
#E7E8E1
(231,232,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84977E color. Also use rgb(132,151,126) instead hex code.

Text Font Color

.myTextColor { color: #84977E; }

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

This text font color is #84977E.

Background Color

.myBgColor { background-color: #84977E; }

<div style="background-color:#84977E">Inner text</div>

This div background color is #84977E.

Border color

.myBorderColor { border: 1px solid #84977E; }

<div style="border:3px solid #84977E">Div</div>

This div border color is #84977E.

Opacity

.myOpacity80 { color: #84977E; opacity: 0.8; }

<p style="color:#84977E;opacity:0.8;">80%</p>

Text with #84977E 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 #84977E;}

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

This text has shadow with #84977E color.


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

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

This text has shadow with #84977E primary color and red secondary color.


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

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

This text has shadow with #84977E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84977E.

Preview

Color preview on black background

This text has color #84977E on black background.


Color preview on white background

This text has color #84977E on white background.


Black color preview on #84977E background

This text has black color on #84977E background.


White color preview on #84977E background

This text has white color on #84977E background.


Related colors

Complementary color

Complementary color for #hex is #7B6881.


I love getcolorcode.com

Triadic colors

1 #7E8497 and #977E84 with #84977E are triadic colors.

2 #7E9784 and #97847E with #84977E are triadic colors.