COLOR #84927B

HEX: #84927B RGB: (132,146,123)

Color info

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

RGB color model

#84927B color RGB value is (132,146,123).

RGB: (132,146,123) (52%, 57%, 48%)

RGB channels and saturation

R 132 of 255 = 52%
G 146 of 255 = 57%
B 123 of 255 = 48%

132
146
123

R + G + B ~ 52%. #84927B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 146 + 123 = 401 (100%)
R 132 of 401 ~ 32.92%
G 146 of 401 ~ 36.41%
B 123 of 401 ~ 30.67'%

%32.92
%36.41
%30.67

CMYK color model

#84927B color CMYK value is (10,0,16,43).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 42.75%

CMYK: (10,0,16,43)
C10M0Y16K43 (10%, 0%, 16%, 43%)
(0.10 / 0.00 / 0.16 / 0.43)

CMYK percentages

%9.59
%0
%15.75
%42.75

Codes

Color #84927B in popluar color models

84 92 7B
RGB 132 146 123
HSL 97° 9.54% 52.75%
HSB/HSV 97° 15.75% 57.25%
CMYK 9.59% 0.00% 15.75%
42.75%

Color #84927B in popluar number systems.

HEX 84 92 7B
Decimal 132 146 123
Binary 10000100 10010010 1111011
Octal 204 222 173

Shades and tints

Shades of #84927B

#84927B
(132,146,123)
#788570
(120,133,112)
#6C7865
(108,120,101)
#606B5A
(96,107,90)
#545E4F
(84,94,79)
#485144
(72,81,68)
#3C4439
(60,68,57)
#30372E
(48,55,46)
#242A23
(36,42,35)
#181D18
(24,29,24)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #84927B

#84927B
(132,146,123)
#8F9B87
(143,155,135)
#9AA493
(154,164,147)
#A5AD9F
(165,173,159)
#B0B6AB
(176,182,171)
#BBBFB7
(187,191,183)
#C6C8C3
(198,200,195)
#D1D1CF
(209,209,207)
#DCDADB
(220,218,219)
#E7E3E7
(231,227,231)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84927B color. Also use rgb(132,146,123) instead hex code.

Text Font Color

.myTextColor { color: #84927B; }

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

This text font color is #84927B.

Background Color

.myBgColor { background-color: #84927B; }

<div style="background-color:#84927B">Inner text</div>

This div background color is #84927B.

Border color

.myBorderColor { border: 1px solid #84927B; }

<div style="border:3px solid #84927B">Div</div>

This div border color is #84927B.

Opacity

.myOpacity80 { color: #84927B; opacity: 0.8; }

<p style="color:#84927B;opacity:0.8;">80%</p>

Text with #84927B 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 #84927B;}

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

This text has shadow with #84927B color.


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

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

This text has shadow with #84927B primary color and red secondary color.


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

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

This text has shadow with #84927B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #84927B.

Preview

Color preview on black background

This text has color #84927B on black background.


Color preview on white background

This text has color #84927B on white background.


Black color preview on #84927B background

This text has black color on #84927B background.


White color preview on #84927B background

This text has white color on #84927B background.


Related colors

Complementary color

Complementary color for #hex is #7B6D84.


I love getcolorcode.com

Triadic colors

1 #7B8492 and #927B84 with #84927B are triadic colors.

2 #7B9284 and #92847B with #84927B are triadic colors.