Hex #51842e Color

#51842e
equivalent to

RGB

(81, 132, 46)

Details of #51842e

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
81
12.1377
0.27
0.39
50.0364
18.4491
96°
42.9524
132
18.4491
0.48
0.00
-32.8506
0.3363
65°
-24.7249
46
5.5061
0.35
0.65   0.48
39.8969
0.5112
52°
22.4684

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010001
121
81
51
Green
10000100
204
132
84
Blue
101110
56
46
2E

RGB in % of #51842e

%31.27
%50.97
%17.76

CMYK in % of #51842e

%39
%0
%65
%48

Triads of color #51842e

#51842e #842e51 #2e512e

Similar Colors to #51842e

#51842e #7c842e #2e8436

Preview Color #51842e on black ground

#51842e is very interesting for text.

Preview Color #51842e on white ground

#51842e is very interesting for text.

CSS Codes #51842e color

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

Text Font Color #51842e

<p style="color:#51842e">Text here</p>

This sample text font color is #51842e
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 #51842e

<div style="background-color:#51842e">
Div content here</div>

This div background color is #51842e


Border Color #51842e

<div style="border:3px solid #51842e">
Div here</div>

The color of this border is #51842e


Examples Css3

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

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 #51842e">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #51842e