COLOR #84918B

HEX: #84918B RGB: (132,145,139)

Color info

#84918B contains red, green and blue colors in about the same proportion. Web safe color of #84918B is #999999 (or #999).

RGB color model

#84918B color RGB value is (132,145,139).

RGB: (132,145,139) (52%, 57%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 145 of 255 = 57%
B 139 of 255 = 55%

132
145
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 145 + 139 = 416 (100%)
R 132 of 416 ~ 31.73%
G 145 of 416 ~ 34.86%
B 139 of 416 ~ 33.41'%

%31.73
%34.86
%33.41

CMYK color model

#84918B color CMYK value is (9,0,4,43).

  • cyan value is 8.97%
  • magenta value is 0.00%
  • yellow value is 4.14%
  • key color value is 43.14%

CMYK: (9,0,4,43)
C9M0Y4K43 (9%, 0%, 4%, 43%)
(0.09 / 0.00 / 0.04 / 0.43)

CMYK percentages

%8.97
%0
%4.14
%43.14

Codes

Color #84918B in popluar color models

84 91 8B
RGB 132 145 139
HSL 152° 5.58% 54.31%
HSB/HSV 152° 8.97% 56.86%
CMYK 8.97% 0.00% 4.14%
43.14%

Color #84918B in popluar number systems.

HEX 84 91 8B
Decimal 132 145 139
Binary 10000100 10010001 10001011
Octal 204 221 213

Shades and tints

Shades of #84918B

#84918B
(132,145,139)
#78847F
(120,132,127)
#6C7773
(108,119,115)
#606A67
(96,106,103)
#545D5B
(84,93,91)
#48504F
(72,80,79)
#3C4343
(60,67,67)
#303637
(48,54,55)
#24292B
(36,41,43)
#181C1F
(24,28,31)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #84918B

#84918B
(132,145,139)
#8F9B95
(143,155,149)
#9AA59F
(154,165,159)
#A5AFA9
(165,175,169)
#B0B9B3
(176,185,179)
#BBC3BD
(187,195,189)
#C6CDC7
(198,205,199)
#D1D7D1
(209,215,209)
#DCE1DB
(220,225,219)
#E7EBE5
(231,235,229)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84918B color. Also use rgb(132,145,139) instead hex code.

Text Font Color

.myTextColor { color: #84918B; }

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

This text font color is #84918B.

Background Color

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

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

This div background color is #84918B.

Border color

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

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

This div border color is #84918B.

Opacity

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

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

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

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

This text has shadow with #84918B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84918B.

Preview

Color preview on black background

This text has color #84918B on black background.


Color preview on white background

This text has color #84918B on white background.


Black color preview on #84918B background

This text has black color on #84918B background.


White color preview on #84918B background

This text has white color on #84918B background.


Related colors

Complementary color

Complementary color for #hex is #7B6E74.


I love getcolorcode.com

Triadic colors

1 #8B8491 and #918B84 with #84918B are triadic colors.

2 #8B9184 and #91848B with #84918B are triadic colors.