Hex #84a36f Color

#84a36f
equivalent to

RGB

(132, 163, 111)

Details of #84a36f

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
132
25.4822
0.27
0.19
63.5470
32.2476
96°
56.7870
163
32.2476
0.22
0.00
-20.4694
0.3282
32°
-19.2782
111
19.9203
0.54
0.32   0.36
23.6119
0.4153
64°
18.9593

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000100
204
132
84
Green
10100011
243
163
A3
Blue
1101111
157
111
6F

RGB in % of #84a36f

%32.51
%40.15
%27.34

CMYK in % of #84a36f

%19
%0
%32
%36

Triads of color #84a36f

#84a36f #a36f84 #6f846f

Similar Colors to #84a36f

#84a36f #9ea36f #6fa374

Preview Color #84a36f on black ground

#84a36f is very interesting for text.

Preview Color #84a36f on white ground

#84a36f is very interesting for text.

CSS Codes #84a36f color

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

Text Font Color #84a36f

<p style="color:#84a36f">Text here</p>

This sample text font color is #84a36f
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 #84a36f

<div style="background-color:#84a36f">
Div content here</div>

This div background color is #84a36f


Border Color #84a36f

<div style="border:3px solid #84a36f">
Div here</div>

The color of this border is #84a36f


Examples Css3

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

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 #84a36f">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #84a36f