Hex #84998d Color

#84998d
equivalent to

RGB

(132, 153, 141)

Details of #84998d

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
132
25.7147
0.40
0.14
61.3172
29.6111
146°
54.4161
153
29.6111
0.09
0.00
-9.8805
0.3029
14°
-10.8765
141
29.5595
0.56
0.08   0.40
3.8037
0.3488
60°
5.8951

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000100
204
132
84
Green
10011001
231
153
99
Blue
10001101
215
141
8D

RGB in % of #84998d

%30.99
%35.92
%33.10

CMYK in % of #84998d

%14
%0
%8
%40

Triads of color #84998d

#84998d #998d84 #8d848d

Similar Colors to #84998d

#84998d #869984 #849998

Preview Color #84998d on black ground

#84998d is very interesting for text.

Preview Color #84998d on white ground

#84998d is very interesting for text.

CSS Codes #84998d color

.mybgcolor {background-color:#84998d; }
.myforecolor {color:#84998d; }
.mybordercolor {border:3px solid #84998d; }

Text Font Color #84998d

<p style="color:#84998d">Text here</p>

This sample text font color is #84998d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #84998d

<div style="background-color:#84998d">
Div content here</div>

This div background color is #84998d


Border Color #84998d

<div style="border:3px solid #84998d">
Div here</div>

The color of this border is #84998d


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #84998d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #84998d;
-webkit-box-shadow: 1px 1px 3px 2px #84998d;
box-shadow:         1px 1px 3px 2px #84998d; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #84998d">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #84998d;
  -webkit-box-shadow: 1px 1px 3px 2px #84998d;
  box-shadow:         1px 1px 3px 2px #84998d;">
Div content here</div>

The shadow of div box using color #84998d