COLOR #84938D

HEX: #84938D
RGB: (132,147,141)

Color info

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

RGB color model

#84938D color RGB value is (132,147,141).

  • red value is 132;
  • green value is 147;
  • blue value is 141.
RGB:
(132,147,141)
(52%,58%,55%)

RGB channels and saturation

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

132
147
141

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

Portions of RGB colors in percentages

R + G + B =
132 + 147 + 141 = 420 (100%)
R 132 of 420 ~ 31.43%
G 147 of 420 ~ 35%
B 141 of 420 ~ 33.57%

%31.43
%35
%33.57

CMYK color model

#84938D color CMYK value is (10,0,4,42).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 42.35%
CMYK:
(10,0,4,42)
C10M0Y4K42 
(10%,0%,4%,42%)
(0.10/0.00/0.04/0.42)	

CMYK percentages

%10.2
%0
%4.08
%42.35

Codes

Color #84938D in popluar color models

84938D
RGB132147141
HSL156°6.49%54.71%
HSB/HSV156°10.20%57.65%
CMYK10.20%0.00%4.08%
42.35%

Color #84938D in popluar number systems.

HEX84938D
Decimal132147141
Binary100001001001001110001101
Octal204223215

Shades and tints

Shades of #84938D

#84938D
(132,147,141)
#788681
(120,134,129)
#6C7975
(108,121,117)
#606C69
(96,108,105)
#545F5D
(84,95,93)
#485251
(72,82,81)
#3C4545
(60,69,69)
#303839
(48,56,57)
#242B2D
(36,43,45)
#181E21
(24,30,33)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #84938D

#84938D
(132,147,141)
#8F9C97
(143,156,151)
#9AA5A1
(154,165,161)
#A5AEAB
(165,174,171)
#B0B7B5
(176,183,181)
#BBC0BF
(187,192,191)
#C6C9C9
(198,201,201)
#D1D2D3
(209,210,211)
#DCDBDD
(220,219,221)
#E7E4E7
(231,228,231)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84938D; }

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

This text font color is #84938D.


Background Color

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

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

This div background color is #84938D.


Border color

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

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

This div border color is #84938D.


Opacity

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

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

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

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

This text has shadow with #84938D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84938D on black background.


Color preview on white background

This text has color #84938D on white background.



Black color preview on #84938D background

This text has black color on #84938D background.


White color preview on #84938D background

This text has white color on #84938D background.