COLOR #84938B

HEX: #84938B RGB: (132,147,139)

Color info

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

RGB color model

#84938B color RGB value is (132,147,139).

RGB: (132,147,139) (52%, 58%, 55%)

RGB channels and saturation

R 132 of 255 = 52%
G 147 of 255 = 58%
B 139 of 255 = 55%

132
147
139

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

Portions of RGB colors in percentages

R + G + B = 132 + 147 + 139 = 418 (100%)
R 132 of 418 ~ 31.58%
G 147 of 418 ~ 35.17%
B 139 of 418 ~ 33.25'%

%31.58
%35.17
%33.25

CMYK color model

#84938B color CMYK value is (10,0,5,42).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 42.35%

CMYK: (10,0,5,42)
C10M0Y5K42 (10%, 0%, 5%, 42%)
(0.10 / 0.00 / 0.05 / 0.42)

CMYK percentages

%10.2
%0
%5.44
%42.35

Codes

Color #84938B in popluar color models

84 93 8B
RGB 132 147 139
HSL 148° 6.49% 54.71%
HSB/HSV 148° 10.20% 57.65%
CMYK 10.20% 0.00% 5.44%
42.35%

Color #84938B in popluar number systems.

HEX 84 93 8B
Decimal 132 147 139
Binary 10000100 10010011 10001011
Octal 204 223 213

Shades and tints

Shades of #84938B

#84938B
(132,147,139)
#78867F
(120,134,127)
#6C7973
(108,121,115)
#606C67
(96,108,103)
#545F5B
(84,95,91)
#48524F
(72,82,79)
#3C4543
(60,69,67)
#303837
(48,56,55)
#242B2B
(36,43,43)
#181E1F
(24,30,31)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #84938B

#84938B
(132,147,139)
#8F9C95
(143,156,149)
#9AA59F
(154,165,159)
#A5AEA9
(165,174,169)
#B0B7B3
(176,183,179)
#BBC0BD
(187,192,189)
#C6C9C7
(198,201,199)
#D1D2D1
(209,210,209)
#DCDBDB
(220,219,219)
#E7E4E5
(231,228,229)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84938B; }

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

This text font color is #84938B.

Background Color

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

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

This div background color is #84938B.

Border color

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

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

This div border color is #84938B.

Opacity

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

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

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

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

This text has shadow with #84938B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84938B.

Preview

Color preview on black background

This text has color #84938B on black background.


Color preview on white background

This text has color #84938B on white background.


Black color preview on #84938B background

This text has black color on #84938B background.


White color preview on #84938B background

This text has white color on #84938B background.


Related colors

Complementary color

Complementary color for #hex is #7B6C74.


I love getcolorcode.com

Triadic colors

1 #8B8493 and #938B84 with #84938B are triadic colors.

2 #8B9384 and #93848B with #84938B are triadic colors.