Hex #826744 Color

#826744
equivalent to

RGB

(130, 103, 68)

Details of #826744

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
130
15.0996
0.09
0.00
45.4469
14.8637
34°
38.5534
103
14.8637
0.31
0.21
5.9405
0.4026
48°
2.4417
68
7.5420
0.39
0.48   0.49
23.8060
0.3963
51°
15.3925

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000010
202
130
82
Green
1100111
147
103
67
Blue
1000100
104
68
44

RGB in % of #826744

%43.19
%34.22
%22.59

CMYK in % of #826744

%0
%21
%48
%49

Triads of color #826744

#826744 #674482 #448244

Similar Colors to #826744

#826744 #824844 #7e8244

Preview Color #826744 on black ground

#826744 is very interesting for text.

Preview Color #826744 on white ground

#826744 is very interesting for text.

CSS Codes #826744 color

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

Text Font Color #826744

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

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

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

This div background color is #826744


Border Color #826744

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

The color of this border is #826744


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #826744