Hex #664727 Color

#664727
equivalent to

RGB

(102, 71, 39)

Details of #664727

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
102
8.0989
0.08
0.00
32.8707
7.4777
30°
27.3455
71
7.4777
0.45
0.30
9.3729
0.4375
62°
5.0121
39
2.9359
0.28
0.62   0.60
24.2863
0.4039
40°
12.7780

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1100110
146
102
66
Green
1000111
107
71
47
Blue
100111
47
39
27

RGB in % of #664727

%48.11
%33.49
%18.40

CMYK in % of #664727

%0
%30
%62
%60

Triads of color #664727

#664727 #472766 #276627

Similar Colors to #664727

#664727 #662827 #666627

Preview Color #664727 on black ground

#664727 is very interesting for text.

Preview Color #664727 on white ground

#664727 is very interesting for text.

CSS Codes #664727 color

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

Text Font Color #664727

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

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

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

This div background color is #664727


Border Color #664727

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

The color of this border is #664727


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #664727